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
7bfd7350
Commit
7bfd7350
authored
Sep 07, 2015
by
incardon
Browse files
Fixing jenkins scripts
parent
6326435b
Changes
2
Hide whitespace changes
Inline
Side-by-side
build_pdata.sh
View file @
7bfd7350
...
...
@@ -20,7 +20,7 @@ then
source
~/.bashrc
sh ./autogen.sh
module load gcc/4.9.2
./install
./install
-s
make
if
[
$?
-ne
0
]
;
then
exit
1
;
fi
...
...
@@ -125,7 +125,7 @@ else
echo
"Compiling general"
source
~/.bashrc
sh ./autogen.sh
./install
./install
-s
mpirun
-np
2 ./src/pdata
mpirun
-np
3 ./src/pdata
...
...
install
View file @
7bfd7350
...
...
@@ -49,6 +49,39 @@ if [ $? -ne 0 ]; then
echo
-e
"Configure
\0
33[91;5;1m FAILED
\0
33[0m"
exit
1
fi
# pull from all the projects
cd
openfpm_data
git pull origin develop
if
[
$?
-ne
0
]
;
then
echo
-e
"Configure
\0
33[91;5;1m FAILED
\0
33[0m"
exit
1
fi
cd
..
cd
openfpm_devices
git pull origin master
if
[
$?
-ne
0
]
;
then
echo
-e
"Configure
\0
33[91;5;1m FAILED
\0
33[0m"
exit
1
fi
cd
..
cd
openfpm_vcluster
git pull origin master
if
[
$?
-ne
0
]
;
then
echo
-e
"Configure
\0
33[91;5;1m FAILED
\0
33[0m"
exit
1
fi
cd
..
cd
openfpm_io
git pull origin master
if
[
$?
-ne
0
]
;
then
echo
-e
"Configure
\0
33[91;5;1m FAILED
\0
33[0m"
exit
1
fi
cd
..
git submodule update
if
[
$?
-ne
0
]
;
then
echo
-e
"Configure
\0
33[91;5;1m FAILED
\0
33[0m"
...
...
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