It might not be very nice but you should be able to do i) and ii) in the build system as it is today:
CXX=mpixlcxx scons configure customCxxFlags="-DHAS_MPI=1" CXX=icc scons configure customCxxFlags="-Nmpi -DHAS_MPI=1" CXX=CC scons configure customCxxFlags="-DHAS_MPI=1" customLinkFlags="-lmpi++ -lmpi" -- Configure script doesn't find MPI https://bugs.launchpad.net/bugs/544394 You received this bug notification because you are a member of DOLFIN Team, which is subscribed to DOLFIN. Status in DOLFIN: Confirmed Bug description: MPI can't be found on systems without explicit MPI wrappers (mpic++, mpiCC, etc) _______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : [email protected] Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp

