Help with non-standard MPI compiler


Click here for full thread
  • Guest -
work around not working.
I have been trying to use the same compiler mpicc that comes with openmpi-devel package, but I think I'm running into the same error you had. I've tried your work around by adding

PATH=/home/wcucluster master/override:$PATH

To my .bashsrc file then making the directory override with a script called mpicc and the commands
#!/bin/bash
r/lib/openmpi/bin/mpicc -pc $@


But I'm still receiving the same error you had.