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

patches: this should be more transferable

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