Hi, I am unsure how to compile my own program using MPI with the intel/2023a toolchain.
The commands icc and icpc give me a warning that I should use the newer OneAPI compilers icx and icpx instead. But when I try to compile MPI code, I only have mpiicc and mpiicpc available, no mpiicx and mpiicpx. And mpiicc warns me that I should use the new OneAPI compilers... How do I do that for MPI code? (Note that I am not building modules, I am building my own code as a developer, but using the EasyBuild modules with toolchains etc) Best regards Jakob -- Jakob Schiøtz, professor, Ph.D. Department of Physics Technical University of Denmark DK-2800 Kongens Lyngby, Denmark

