Does anyone know if it is possible to compile MPI with gcc?. I need to use gcc, no mpicc.
gcc
mpicc
For MPICH, according to the mpicc man pages, mpicc -compile_info shows the flags for compiling a program, and mpicc -link_info shows the flags for linking a program.
mpicc -compile_info
mpicc -link_info