Added log messages about used MPI implementation.

This commit is contained in:
Christoph Niethammer 2016-07-13 10:06:54 +00:00
parent 7b43d7e743
commit ea57eb5510

2
sit
View file

@ -159,6 +159,8 @@ fi
if [ ! -z "$MPI" ] ; then
MPI_MODULE="mpi/$MPI"
sit_info_verbose "MPI: $MPI"
sit_info_verbose "MPI version: $MPI_VERSION"
if [ ! -z "$MPI_VERSION" ] ; then
MPI_VERSION_NUM=${MPI_VERSION%%-*}
case $MPI in