From ea57eb5510d6c60a04a7c198b69f1d02d30d7700 Mon Sep 17 00:00:00 2001 From: Christoph Niethammer Date: Wed, 13 Jul 2016 10:06:54 +0000 Subject: [PATCH] Added log messages about used MPI implementation. --- sit | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sit b/sit index cd8c574..cabba33 100755 --- a/sit +++ b/sit @@ -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