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_vcluster
Commits
0d080d7d
Commit
0d080d7d
authored
Nov 24, 2018
by
Pietro Incardona
Browse files
Testing Jenkins MPI
parent
017079c0
Pipeline
#953
failed with stages
in 1 minute and 10 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
0d080d7d
...
...
@@ -39,7 +39,7 @@ fi
if
[
!
-d
$HOME
/openfpm_dependencies/openfpm_vcluster/BOOST
]
;
then
if
[
x
"
$hostname
"
==
x
"
mac,
"
]
;
then
if
[
x
"
$hostname
"
==
x
"
cifarm-mac-node
"
]
;
then
echo
"Compiling for OSX"
./install_BOOST.sh
$HOME
/openfpm_dependencies/openfpm_vcluster/ 4 darwin
else
...
...
@@ -50,7 +50,7 @@ fi
if
[
!
-d
$HOME
/openfpm_dependencies/openfpm_vcluster/MPI
]
;
then
if
[
x
"
$hostname
"
==
x
"
mac,
"
]
;
then
if
[
x
"
$hostname
"
==
x
"
cifarm-mac-node
"
]
;
then
echo
"Compiling for OSX"
./install_MPI.sh
$HOME
/openfpm_dependencies/openfpm_vcluster/ 4
else
...
...
run.sh
View file @
0d080d7d
...
...
@@ -7,7 +7,6 @@ echo "Machine: $2"
echo
"Nproc:
$4
"
echo
"Branch:
$5
"
exit
1
if
[
"
$2
"
==
"wetcluster"
]
;
then
...
...
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