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
704e8d46
Commit
704e8d46
authored
Oct 24, 2016
by
incardon
Browse files
Skipping othe test only pdata
parent
42dc7a71
Changes
2
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
704e8d46
...
...
@@ -27,7 +27,7 @@ then
echo
"Compiling on gin
\n
"
source
~/.bashrc
module load gcc/4.9.2
./install
-s
-c
"--prefix=/home/jenkins/openfpm_install"
./install
-m
-s
-c
"--prefix=/home/jenkins/openfpm_install"
make pdata
if
[
$?
-ne
0
]
;
then
curl
-X
POST
--data
"payload={
\"
icon_emoji
\"
:
\"
:jenkins:
\"
,
\"
username
\"
:
\"
jenkins
\"
,
\"
attachments
\"
:[{
\"
title
\"
:
\"
Error:
\"
,
\"
color
\"
:
\"
#FF0000
\"
,
\"
text
\"
:
\"
$2
failed to complete the openfpm_pdata test
\"
}] }"
https://hooks.slack.com/services/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
...
...
@@ -57,7 +57,7 @@ then
module load boost/1.54.0
sh ./autogen.sh
./install
-s
-c
"--with-boost=/sw/apps/boost/1.54.0/ CXX=mpic++"
./install
-m
-s
-c
"--with-boost=/sw/apps/boost/1.54.0/ CXX=mpic++"
make pdata
if
[
$?
-ne
0
]
;
then
...
...
@@ -80,7 +80,7 @@ then
export
LD_LIBRARY_PATH
=
"
$LD_LIBRARY_PATH
:/home/incard/PARMETIS/lib:/home/incard/METIS/lib:/home/incard/HDF5/lib"
./install
-i
"/scratch/p_ppm/"
-s
-c
"CXX=mpic++"
./install
-m
-i
"/scratch/p_ppm/"
-s
-c
"CXX=mpic++"
make pdata
source
$HOME
/openfpm_vars
...
...
@@ -92,7 +92,7 @@ then
else
echo
"Compiling general"
source
~/.bashrc
./install
-s
./install
-m
-s
make pdata
if
[
$?
-ne
0
]
;
then
...
...
install
View file @
704e8d46
...
...
@@ -22,7 +22,7 @@ i_dir=" "
sq
=
0
nomake
=
0
while
getopts
:di:shc: FLAG
;
do
while
getopts
:di:s
m
hc: FLAG
;
do
case
$FLAG
in
d
)
echo
"Disable depencencies installation"
...
...
@@ -317,7 +317,9 @@ cp example.mk src/example.mk
cp
example.mk example/example.mk
make clean
make
if
[
nomake
-eq
0
]
;
then
make
fi
if
[
$?
-ne
0
]
;
then
conf_err
=
1
...
...
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