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
0
Merge Requests
0
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
d68964b8
Commit
d68964b8
authored
Jun 08, 2016
by
Pietro Incardona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small change in the pdata build
parent
e9442d6c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
33 deletions
+42
-33
.gitignore
.gitignore
+1
-0
build_pdata.sh
build_pdata.sh
+41
-33
No files found.
.gitignore
View file @
d68964b8
...
...
@@ -73,3 +73,4 @@ missing
install_dir
**/*.vtk
!**/test_data/*.vtk
*.csv
build_pdata.sh
View file @
d68964b8
...
...
@@ -22,42 +22,42 @@ fi
mkdir
openfpm_numerics/src/config
# pull from all the projects
cd
openfpm_data
git checkout develop
mkdir
src/config
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_data
#
git checkout develop
#
mkdir src/config
#
git pull origin develop
#
if [ $? -ne 0 ]; then
#
echo -e "Configure\033[91;5;1m FAILED \033[0m"
#
exit 1
#
fi
#
cd ..
cd
openfpm_devices
mkdir
src/config
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_devices
#
mkdir src/config
#
git pull origin master
#
if [ $? -ne 0 ]; then
#
echo -e "Configure\033[91;5;1m FAILED \033[0m"
#
exit 1
#
fi
#
cd ..
cd
openfpm_vcluster
mkdir
src/config
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
#
mkdir src/config
#
git pull origin master
#
if [ $? -ne 0 ]; then
#
echo -e "Configure\033[91;5;1m FAILED \033[0m"
#
exit 1
#
fi
#
cd ..
cd
openfpm_io
mkdir
src/config
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
#
mkdir src/config
#
git pull origin master
#
if [ $? -ne 0 ]; then
#
echo -e "Configure\033[91;5;1m FAILED \033[0m"
#
exit 1
#
fi
#
cd ..
if
[
"
$2
"
==
"gin"
]
then
...
...
@@ -73,6 +73,10 @@ then
make
install
if
[
$3
-eq
x
"no_test"
]
;
then
exit
0
;
fi
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
;
...
...
@@ -272,6 +276,10 @@ else
exit
1
;
fi
if
[
$3
-eq
x
"no_test"
]
;
then
exit
0
;
fi
mpirun
-np
1 ./src/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