Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argupta
openfpm_pdata
Commits
bc012a0b
Commit
bc012a0b
authored
Jan 01, 2019
by
incardon
Browse files
Delay MPI installation check
parent
00368300
Changes
2
Hide whitespace changes
Inline
Side-by-side
install
View file @
bc012a0b
...
...
@@ -338,6 +338,9 @@ else
echo
"Error the installation of MPI failed"
exit
1
fi
if
[
$call_test_working_mpi_options
-eq
1
]
;
then
test_working_mpi_options
fi
./script/install_MPI.sh
$i_dir
$ncore
$gpu_support
$CC
$CXX
$F77
$FC
"
$openmpi_working_options
"
MPI_installed
=
1
export
PATH
=
"
$i_dir
/MPI/bin:
$PATH
"
...
...
script/pre_req
View file @
bc012a0b
...
...
@@ -203,7 +203,7 @@ if haveProg mpirun; then
if
[
x
"
$possible_solutions_ret
"
==
x
"0"
]
;
then
get_openmpi_compilation_options
test_working_mpi_options
call_
test_working_mpi_options
=
1
fi
else
echo
"OpenMPI is CUDA aware"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment