dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #17899
[Bug 544394] Re: Configure script doesn't find MPI
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)
Follow ups
References