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
2b7c1d88
Commit
2b7c1d88
authored
Aug 07, 2015
by
incardon
Browse files
Fixing jenkin script
parent
8ec9ebb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
build_pdata.sh
View file @
2b7c1d88
...
...
@@ -66,10 +66,10 @@ then
sh ./autogen.sh
./install
--with-boost
=
/sw/apps/boost/1.54.0/
CXX
=
mpic++
make
#
if [ $? -ne 0 ]; then exit 1
if
[
$?
-ne
0
]
;
then
exit
1
## Run on the cluster
#
bsub -o output_run2.%J -K -n 2 -R "span[hosts=1]" "module load openmpi/1.8.1 ; module load gcc/4.9.2; mpirun -np 2 ./src/pdata"
bsub
-o
output_run2.%J
-K
-n
2
-R
"span[hosts=1]"
"module load openmpi/1.8.1 ; module load gcc/4.9.2; mpirun -np 2 ./src/pdata"
# if [ $? -ne 0 ]; then exit 1 ; fi
# bsub -o output_run3.%J -K -n 3 -R "span[hosts=1]" "module load openmpi/1.8.1 ; module load gcc/4.9.2; mpirun -np 3 ./src/pdata"
# 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