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
81b0dee8
Commit
81b0dee8
authored
Jan 21, 2018
by
Ron Rahaman
Browse files
Fixes to .gitlab-ci.yml
parent
586c46ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
81b0dee8
...
...
@@ -57,7 +57,7 @@ run_giraffe_serial_job:
-
cd examples/integration_example
-
rm -f *sch integration_example_serial.stdout
-
../../giraffe-opt -i coefficient_integration.i > integration_example_serial.stdout
-
tail -n
50
000 integration_example_serial.stdout
-
tail -n
1
000 integration_example_serial.stdout
verify_giraffe_serial_job
:
stage
:
verify_giraffe_serial
...
...
@@ -89,7 +89,7 @@ run_giraffe_parallel_job:
-
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 -n
50
000 integration_example_parallel.stdout
-
tail -n
1
000 integration_example_parallel.stdout
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