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
acfa12d1
Commit
acfa12d1
authored
Nov 15, 2018
by
incardon
Browse files
Fixing ubuntu MPI installation
parent
1b4ec0a5
Pipeline
#908
failed with stages
in 3 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
acfa12d1
...
...
@@ -9,11 +9,11 @@ echo "make target: $4"
echo
"compilation type:
$5
"
echo
"Branch name:
$6
"
#
if [ x"$3" == x"ubuntu" ]; then
if
[
x
"
$3
"
==
x
"ubuntu"
]
;
then
# rm -rf $HOME/openfpm_dependencies/openfpm_pdata/$6/*
# ./script/install_MPI.sh $HOME/openfpm_dependencies/openfpm_pdata/$6/ 8
#
export PATH="$HOME/openfpm_dependencies/openfpm_pdata/$6/MPI/bin/:$PATH"
#
fi
export
PATH
=
"
$HOME
/openfpm_dependencies/openfpm_pdata/
$6
/MPI/bin/:
$PATH
"
fi
#if [ x"$3" == x"osx" ]; then
# rm -rf $HOME/openfpm_dependencies/openfpm_pdata/$6/OPENBLAS
...
...
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