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
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
argupta
openfpm_pdata
Commits
e3037492
Commit
e3037492
authored
Dec 01, 2018
by
incardon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Latest modules
parent
81aa35a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Jenkinsfile_numerics_mpi
Jenkinsfile_numerics_mpi
+3
-3
build.sh
build.sh
+1
-1
No files found.
Jenkinsfile_numerics_mpi
View file @
e3037492
...
...
@@ -24,7 +24,7 @@ parallel (
stage
(
'build_centos'
)
{
sh
"./build.sh $WORKSPACE $NODE_NAME numerics numerics
0
"
sh
"./build.sh $WORKSPACE $NODE_NAME numerics numerics
$BRANCH_NAME
"
}
stage
(
'run_gin'
)
...
...
@@ -65,7 +65,7 @@ parallel (
stage
(
'build mac'
)
{
sh
"./build.sh $WORKSPACE $NODE_NAME numerics numerics
0
"
sh
"./build.sh $WORKSPACE $NODE_NAME numerics numerics
$BRANCH_NAME
"
}
stage
(
'run mac'
)
...
...
@@ -103,7 +103,7 @@ parallel (
stage
(
'build ubuntu'
)
{
sh
"./build.sh $WORKSPACE $NODE_NAME numerics numerics
0
"
sh
"./build.sh $WORKSPACE $NODE_NAME numerics numerics
$BRANCH_NAME
"
}
stage
(
'run ubuntu'
)
...
...
build.sh
View file @
e3037492
...
...
@@ -14,9 +14,9 @@ echo "make target: $target"
echo
"compilation type:
$comp_type
"
echo
"Branch name:
$branch
"
rm
-rf
$HOME
/openfpm_dependencies/openfpm_pdata/0
if
[
x
"
$hostname
"
==
x
"cifarm-centos-node.mpi-cbg.de"
]
;
then
#we retest PETSC installation
./install_MPI_mpich.sh
$HOME
/openfpm_dependencies/openfpm_pdata/
$branch
/ 4
echo
4
>
$HOME
/openfpm_dependencies/openfpm_pdata/
$branch
/MPI/version
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