Skip to content
GitLab
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
7380ed71
Commit
7380ed71
authored
Mar 01, 2018
by
Andreas Marek
Browse files
Remove sleep
parent
9f39bf75
Changes
1
Hide whitespace changes
Inline
Side-by-side
ci_test_scripts/run_ci_tests.sh
View file @
7380ed71
...
...
@@ -104,10 +104,8 @@ else
$batchCommand
--ntasks-per-core
=
1
--ntasks
=
1
--cpus-per-task
=
1
$SRUN_COMMANDLINE_CONFIGURE
./ci_test_scripts/configure_step.sh
"
$configureArgs
"
if
[
$?
-ne
0
]
;
then
cat
config.log
&&
exit
1
;
fi
sleep
1
$batchCommand
--ntasks-per-core
=
1
--ntasks
=
1
--cpus-per-task
=
8
$SRUN_COMMANDLINE_BUILD
./ci_test_scripts/build_step.sh
$makeTasks
if
[
$?
-ne
0
]
;
then
exit
1
;
fi
sleep
1
$batchCommand
--ntasks-per-core
=
1
--ntasks
=
1
--cpus-per-task
=
2
$SRUN_COMMANDLINE_RUN
./ci_test_scripts/test_step.sh
$mpiTasks
$ompThreads
"TEST_FLAGS=
\"
$matrixSize
$nrEV
$blockSize
\"
"
if
[
$?
-ne
0
]
;
then
exit
1
;
fi
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment