Skip to content
Snippets Groups Projects
Commit 5c89244b authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing install script for MPI

parent ea959650
No related branches found
No related tags found
1 merge request!3Master
Pipeline #2385 passed
......@@ -220,6 +220,9 @@ if haveProg mpirun; then
if [ x"$possible_solutions_ret" == x"0" ]; then
get_openmpi_compilation_options
call_test_working_mpi_options=1
elif [ x"$possible_solutions_ret" == x"1" ]; then
call_test_working_mpi_options=1
fi
else
echo "OpenMPI is CUDA aware"
......
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