Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argupta
openfpm_pdata
Commits
1eca2ddb
Commit
1eca2ddb
authored
Dec 25, 2018
by
incardon
Browse files
Fixing MPI example compilation
parent
113245cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile_mpi_examples_test
View file @
1eca2ddb
...
@@ -13,7 +13,7 @@ parallel (
...
@@ -13,7 +13,7 @@ parallel (
stage
(
'run example ubuntu'
)
stage
(
'run example ubuntu'
)
{
{
sh
"export PATH=\"/usr/local/binutils/bin/:$PATH\" &&
source
$HOME/openfpm_vars_master && cd example && make run"
sh
"export PATH=\"/usr/local/binutils/bin/:$PATH\" &&
.
$HOME/openfpm_vars_master && cd example && make run"
}
}
}},
}},
...
@@ -29,7 +29,7 @@ parallel (
...
@@ -29,7 +29,7 @@ parallel (
stage
(
'run mac'
)
stage
(
'run mac'
)
{
{
sh
"
source
$HOME/openfpm_vars_master && cd example && make"
sh
"
.
$HOME/openfpm_vars_master && cd example && make"
}
}
}
}
},
},
...
@@ -45,7 +45,7 @@ parallel (
...
@@ -45,7 +45,7 @@ parallel (
stage
(
'run example centos'
)
stage
(
'run example centos'
)
{
{
sh
"export PATH=\"/usr/local/binutils/bin/:$PATH\" &&
source
$HOME/openfpm_vars_master && cd example && make run"
sh
"export PATH=\"/usr/local/binutils/bin/:$PATH\" &&
.
$HOME/openfpm_vars_master && cd example && make run"
}
}
}},
}},
...
...
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