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
586c46ce
Commit
586c46ce
authored
Jan 19, 2018
by
Ron Rahaman
Browse files
Fixes to .gitlab-ci.yml
parent
b33afbfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
586c46ce
...
...
@@ -54,11 +54,10 @@ run_giraffe_serial_job:
MOOSE_DIR
:
"
$CI_PROJECT_DIR/moose"
LIBMESH_DIR
:
"
$CI_PROJECT_DIR/moose/libmesh/installed"
script
:
-
set -o pipefail
-
cd examples/integration_example
-
rm -f *sch
-
../../giraffe-opt -i coefficient_integration.i
| tee
integration_example_serial.stdout
-
exit $?
-
rm -f *sch
integration_example_serial.stdout
-
../../giraffe-opt -i coefficient_integration.i
>
integration_example_serial.stdout
-
tail -n50000 integration_example_serial.stdout
verify_giraffe_serial_job
:
stage
:
verify_giraffe_serial
...
...
@@ -87,11 +86,10 @@ run_giraffe_parallel_job:
MOOSE_DIR
:
"
$CI_PROJECT_DIR/moose"
LIBMESH_DIR
:
"
$CI_PROJECT_DIR/moose/libmesh/installed"
script
:
-
set -o pipefail
-
cd examples/integration_example
-
rm -f *sch
-
mpirun -np 4 ../../giraffe-opt -i coefficient_integration.i
| tee
integration_example_parallel.stdout
-
exit $?
-
rm -f *sch
integration_example_parallel.stdout
-
mpirun -np 4 ../../giraffe-opt -i coefficient_integration.i
>
integration_example_parallel.stdout
-
tail -n50000 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