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
6edd229a
Commit
6edd229a
authored
Sep 11, 2015
by
incardon
Browse files
Fixed jenkins script
parent
5047ac96
Changes
2
Hide whitespace changes
Inline
Side-by-side
build_pdata.sh
View file @
6edd229a
...
...
@@ -19,8 +19,6 @@ if [ $? -ne 0 ]; then
exit
1
fi
pwd
ls
# pull from all the projects
cd
openfpm_data
git pull origin develop
...
...
install
View file @
6edd229a
...
...
@@ -107,7 +107,7 @@ fi
## if a new compiler has been installed reinstall all the dependencies
if
[
x
"compiler_opt"
!=
""
]
;
then
if
[
x
"
$
compiler_opt
"
!=
""
]
;
then
./script/install_MPI.sh
$i_dir
$compiler_opt
export
PATH
=
"
$PATH
:
$i_dir
/MPI/bin"
configure_options
=
"
$configure_options
CXX=mpic++ "
...
...
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