Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
O
openfpm_pdata
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openfpm
openfpm_pdata
Commits
386ee207
Commit
386ee207
authored
Oct 24, 2016
by
incardon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reducing timing for pdata
parent
e5130fe8
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
8 deletions
+25
-8
Jenkinsfile
Jenkinsfile
+0
-3
Makefile.am
Makefile.am
+21
-0
build.sh
build.sh
+4
-5
No files found.
Jenkinsfile
View file @
386ee207
...
...
@@ -17,7 +17,6 @@ parallel (
sh
"./run.sh $WORKSPACE $NODE_NAME 1"
sh
"./run.sh $WORKSPACE $NODE_NAME 2"
sh
"./run.sh $WORKSPACE $NODE_NAME 3"
sh
"./run.sh $WORKSPACE $NODE_NAME 4"
sh
"./run.sh $WORKSPACE $NODE_NAME 5"
}
}
...
...
@@ -65,9 +64,7 @@ parallel (
sh
"./run.sh $WORKSPACE $NODE_NAME 1"
sh
"./run.sh $WORKSPACE $NODE_NAME 2"
sh
"./run.sh $WORKSPACE $NODE_NAME 3"
sh
"./run.sh $WORKSPACE $NODE_NAME 4"
sh
"./run.sh $WORKSPACE $NODE_NAME 5"
sh
"./run.sh $WORKSPACE $NODE_NAME 6"
sh
"./run.sh $WORKSPACE $NODE_NAME 7"
}
}
...
...
Makefile.am
View file @
386ee207
...
...
@@ -2,6 +2,27 @@ SUBDIRS = src images openfpm_data openfpm_io openfpm_devices openfpm_vcluster op
bin_PROGRAMS
=
pdata
:
cd
src
&&
make
data
:
cd
openfpm_data/src
&&
make
devices
:
cd
openfpm_devices/src
&&
make
vcluster
:
cd
openfpm_vcluster/src
&&
make
io
:
cd
openfpm_io/src
&&
make
numerics
:
cd
openfpm_numerics/src
&&
make
test_pdata
:
cd
src
&&
make
test
...
...
build.sh
View file @
386ee207
...
...
@@ -28,13 +28,12 @@ then
source
~/.bashrc
module load gcc/4.9.2
./install
-s
-c
"--prefix=/home/jenkins/openfpm_install"
make
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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
exit
1
;
fi
make
install
source
$HOME
/openfpm_vars
if
[
x
"
$3
"
==
x
"no_test"
]
;
then
...
...
@@ -59,7 +58,7 @@ then
sh ./autogen.sh
./install
-s
-c
"--with-boost=/sw/apps/boost/1.54.0/ CXX=mpic++"
make
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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
...
...
@@ -82,7 +81,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++"
make
make
pdata
source
$HOME
/openfpm_vars
...
...
@@ -94,7 +93,7 @@ else
echo
"Compiling general"
source
~/.bashrc
./install
-s
make
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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
...
...
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