How to force MPICH to use GCC (g++) instead of PGI(pg++)?

188 Views Asked by At

I am compiling an MPI + OpenMP written using C++, and I need to test it on a system using the g++ compiler, but currently that system is using PGI compilers under the mpic++ wrapper.

Is there any way to force it, to use g++ instead of pgc++ ?

0

There are 0 best solutions below