Skip to content
Snippets Groups Projects
Commit 4a161314 authored by Carlo Camilloni's avatar Carlo Camilloni
Browse files

Merge branch 'v2.1'

parents a828d843 e1f9b1ed
No related branches found
No related tags found
No related merge requests found
......@@ -259,7 +259,7 @@ case "$action" in
fi
echo ""
if $PLUMED_ROOT/src/lib/plumed --has-mpi; then
if grep -q "D__PLUMED_MPI=1" $PLUMED_ROOT/src/config/compile_options.sh ; then
echo "PLUMED is compiled with MPI support so you can configure $engine with MPI"
else
echo "PLUMED is compiled WITHOUT MPI support so you CANNOT configure $engine with MPI"
......
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