Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openfpm_pdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sbalzarini Lab
Software
Parallel Computing
OpenFPM
openfpm_pdata
Commits
e3037492
Commit
e3037492
authored
6 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Latest modules
parent
81aa35a2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Jenkinsfile_numerics_mpi
+3
-3
3 additions, 3 deletions
Jenkinsfile_numerics_mpi
build.sh
+1
-1
1 addition, 1 deletion
build.sh
with
4 additions
and
4 deletions
Jenkinsfile_numerics_mpi
+
3
−
3
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'
)
...
...
This diff is collapsed.
Click to expand it.
build.sh
+
1
−
1
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment