How to force OpenMPI to use GCC instead of ICC? Is recompiling OpenMPI necessary?
问题 I have a C-code for parallel computing written for gcc , and I want to compile it on a cluster, which apparently uses icc via mpicc . Correcting the code to be icc -friendly seems to be too time-demanding, so I wonder if I can ask OpenMPI to use gcc instead. I don't have the admin rights on that cluster, and I would actually prefer to do not mess the original configuration. If it is not possible to set in e.g. Makefile , then I could hopefully compile OpenMPI in my home directory, but I need