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
nek5000
giraffe
Commits
e115e61a
Commit
e115e61a
authored
Jan 30, 2018
by
Ron Rahaman
Browse files
Fixes to .gitlab-ci.yml
parent
14f7aa9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e115e61a
...
...
@@ -56,8 +56,8 @@ run_giraffe_serial_job:
script
:
-
cd examples/integration_example
-
rm -f *sch integration_example_serial.stdout
-
../../giraffe-opt -i coefficient_integration.i
>
integration_example_serial.stdout
-
tail -n1000 integration_example_serial.stdout
-
../../giraffe-opt -i coefficient_integration.i
| tee
integration_example_serial.stdout
-
exit $?
verify_giraffe_serial_job
:
stage
:
verify_giraffe_serial
...
...
@@ -88,8 +88,8 @@ run_giraffe_parallel_job:
script
:
-
cd examples/integration_example
-
rm -f *sch integration_example_parallel.stdout
-
mpirun -np 4 ../../giraffe-opt -i coefficient_integration.i
>
integration_example_parallel.stdout
-
tail -n1000 integration_example_parallel.stdout
-
mpirun -np 4 ../../giraffe-opt -i coefficient_integration.i
| tee
integration_example_parallel.stdout
-
exit $?
verify_giraffe_parallel_job
:
stage
:
verify_giraffe_parallel
...
...
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