Skip to content
Snippets Groups Projects
Commit dd583c9b authored by Christian Engwer's avatar Christian Engwer
Browse files

added test for openmpi

[[Imported from SVN: r4656]]
parent 7056f7e0
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,11 @@ _EOF
if (mpi_preprocess conftest.c | grep -q ompi_communicator_t); then
MPI_VERSION="OpenMPI"
mpi_getflags "-showme:compile"
MPI_CPPFLAGS="$retval"
mpi_getflags "-showme:link"
MPI_LDFLAGS="$retval"
MPI_NOCXXFLAGS="-DMPIPP_H"
AC_MSG_RESULT([yes])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment