Skip to content
Snippets Groups Projects
Commit a29e0844 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing message Jenkinsfile_numerics_mpi

parent 89c7c0aa
No related branches found
No related tags found
No related merge requests found
...@@ -22,12 +22,12 @@ parallel ( ...@@ -22,12 +22,12 @@ parallel (
} }
stage ('build_centos') stage ('build centos')
{ {
sh "./build.sh $WORKSPACE $NODE_NAME numerics numerics" sh "./build.sh $WORKSPACE $NODE_NAME numerics numerics"
} }
stage ('run_gin') stage ('run centos')
{ {
parallel ( parallel (
"1" : {sh "cd openfpm_numerics && ./run.sh $WORKSPACE $NODE_NAME 1 0 0 numerics"}, "1" : {sh "cd openfpm_numerics && ./run.sh $WORKSPACE $NODE_NAME 1 0 0 numerics"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment