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
6ec6ea12
Commit
6ec6ea12
authored
May 20, 2015
by
incardon
Browse files
fixing jenkins script
parent
31d3dfba
Changes
1
Hide whitespace changes
Inline
Side-by-side
build_vcluster.sh
View file @
6ec6ea12
...
@@ -16,8 +16,6 @@ git clone git@ppmcore.mpi-cbg.de:incardon/openfpm_data.git OpenFPM_data
...
@@ -16,8 +16,6 @@ git clone git@ppmcore.mpi-cbg.de:incardon/openfpm_data.git OpenFPM_data
cd
"
$1
/OpenFPM_vcluster"
cd
"
$1
/OpenFPM_vcluster"
echo
"Compiling on
$2
"
if
[
"
$2
"
==
"gin"
]
if
[
"
$2
"
==
"gin"
]
then
then
echo
"Compiling on gin
\n
"
echo
"Compiling on gin
\n
"
...
@@ -25,15 +23,15 @@ then
...
@@ -25,15 +23,15 @@ then
module load openmpi/1.8.1
module load openmpi/1.8.1
fi
fi
if
[
$2
==
"wetcluster"
]
#
if [ $2 == "wetcluster" ]
then
#
then
bsub
-K
-n
2 mpirun
-np
2 ./src/vcluster
#
bsub -K -n 2 mpirun -np 2 ./src/vcluster
if
[
"
$?
"
=
"0"
]
;
then
exit
1
;
fi
#
if [ "$?" = "0" ]; then exit 1 ; fi
else
#
else
echo
"VCLUSTER
\n
"
#
echo "VCLUSTER\n"
# mpirun -np 2 ./src/vcluster
# mpirun -np 2 ./src/vcluster
# mpirun -np 4 ./src/vcluster
# mpirun -np 4 ./src/vcluster
fi
#
fi
if
[
"
$2
"
==
"wetcluster"
]
if
[
"
$2
"
==
"wetcluster"
]
then
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