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
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_pdata
Commits
8b5b48ba
Commit
8b5b48ba
authored
Nov 05, 2015
by
incardon
Browse files
Fixed install script
parent
34bc84b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
install
View file @
8b5b48ba
...
...
@@ -135,7 +135,8 @@ if [ x"$MPI_installation_required" == x"yes" ]; then
else
command
-v
mpic++
>
/dev/null 2>&1
if
[
$?
-eq
0
]
;
then
options
=
"CXX=mpic++"
configure_options
=
"
$configure_options
CXX=mpic++ "
fi
fi
## if a new compiler has been installed reinstall all the dependencies
...
...
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