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
5e06c24c
"git@git.mpi-cbg.de:bioinfo/ngs_tools.git" did not exist on "8be8257b6e3040fd71a63a22a10b67d7768441e0"
Commit
5e06c24c
authored
7 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Updating modules
parent
db33fad9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Jenkinsfile_numerics
+8
-8
8 additions, 8 deletions
Jenkinsfile_numerics
openfpm_numerics
+1
-1
1 addition, 1 deletion
openfpm_numerics
with
9 additions
and
9 deletions
Jenkinsfile_numerics
+
8
−
8
View file @
5e06c24c
...
...
@@ -15,10 +15,10 @@ parallel (
stage
(
'run_gin'
)
{
parallel
(
"1"
:
{
sh
"cd openfpm_numerics && ./run.sh $WORKSPACE $NODE_NAME 1"
},
"2"
:
{
sh
"cd openfpm_numerics && ./run.sh $WORKSPACE $NODE_NAME 2"
},
"3"
:
{
sh
"cd openfpm_numerics && ./run.sh $WORKSPACE $NODE_NAME 3"
},
"4"
:
{
sh
"cd openfpm_numerics && ./run.sh $WORKSPACE $NODE_NAME 4"
}
"1"
:
{
sh
"cd openfpm_numerics && ./run.sh $WORKSPACE $NODE_NAME 1
0 0 numerics
"
},
"2"
:
{
sh
"cd openfpm_numerics && ./run.sh $WORKSPACE $NODE_NAME 2
0 0 numerics
"
},
"3"
:
{
sh
"cd openfpm_numerics && ./run.sh $WORKSPACE $NODE_NAME 3
0 0 numerics
"
},
"4"
:
{
sh
"cd openfpm_numerics && ./run.sh $WORKSPACE $NODE_NAME 4
0 0 numerics
"
}
)
sh
"./success.sh 2 gin openfpm_numerics"
}
...
...
@@ -41,10 +41,10 @@ parallel (
stage
(
'run_sb15'
)
{
parallel
(
"1"
:
{
sh
"cd openfpm_numerics && ./run.sh $WORKSPACE $NODE_NAME 1"
},
"2"
:
{
sh
"cd openfpm_numerics && ./run.sh $WORKSPACE $NODE_NAME 2"
},
"3"
:
{
sh
"cd openfpm_numerics && ./run.sh $WORKSPACE $NODE_NAME 3"
},
"4"
:
{
sh
"cd openfpm_numerics && ./run.sh $WORKSPACE $NODE_NAME 4"
}
"1"
:
{
sh
"cd openfpm_numerics && ./run.sh $WORKSPACE $NODE_NAME 1
0 0 numerics
"
},
"2"
:
{
sh
"cd openfpm_numerics && ./run.sh $WORKSPACE $NODE_NAME 2
0 0 numerics
"
},
"3"
:
{
sh
"cd openfpm_numerics && ./run.sh $WORKSPACE $NODE_NAME 3
0 0 numerics
"
},
"4"
:
{
sh
"cd openfpm_numerics && ./run.sh $WORKSPACE $NODE_NAME 4
0 0 numerics
"
}
)
sh
"./success.sh 2 sbalzarini-mac-15 openfpm_numerics"
}
...
...
This diff is collapsed.
Click to expand it.
openfpm_numerics
@
f4a04798
Subproject commit
5874170818d8c516fd4358abeae6b82eedf77224
Subproject commit
f4a04798e369d4d958863a95600ef6035feaf6f6
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