Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
13b5a24c
Commit
13b5a24c
authored
Feb 19, 2018
by
Andreas Marek
Browse files
Error in CI shell script
parent
2744120a
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ci_test_scripts/run_ci_tests.sh
View file @
13b5a24c
...
...
@@ -97,7 +97,7 @@ then
else
if
[
"
$batchCommand
"
==
"srun"
]
then
if
[
"
$interactiveRun
"
==
"no"
]
if
[
"
$interactiveRun
"
==
"no"
]
then
echo
"Running with
$batchCommand
with
$SRUN_COMMANDLINE_CONFIGURE
"
# $batchCommand --ntasks-per-core=1 --ntasks=1 --cpus-per-task=1 $SRUN_COMMANDLINE_CONFIGURE bash -c ' {source /etc/profile.d/modules.sh && source ./ci_test_scripts/ci-env-vars && eval ./configure $configureArgs; }'
...
...
Write
Preview
Supports
Markdown
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