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
6ca3cb63
Commit
6ca3cb63
authored
Nov 24, 2018
by
incardon
Browse files
Testing Jenkins MPI
parent
3c23828d
Changes
2
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
6ca3cb63
...
...
@@ -7,7 +7,6 @@ workspace=$1
hostname
=
$(
hostname
)
branch
=
$3
cat
$HOME
/.ssh/id_rsa.pub
echo
"Directory:
$workspace
"
echo
"Machine:
$hostname
"
...
...
run.sh
View file @
6ca3cb63
...
...
@@ -54,7 +54,6 @@ else
export
LD_LIBRARY_PATH
=
"
$LD_LIBRARY_PATH
:/
$HOME
/openfpm_dependencies/openfpm_vcluster/BOOST/lib"
export
DYLD_LIBRARY_PATH
=
"
$DYLD_LIBRARY_PATH
:/
$HOME
/openfpm_dependencies/openfpm_vcluster/BOOST/lib"
ls
cd
openfpm_vcluster
mpirun
--oversubscribe
-np
$nproc
./build/src/vcluster_test
if
[
$?
-ne
0
]
;
then
exit
1
;
fi
...
...
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