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
11490e95
Commit
11490e95
authored
Oct 23, 2017
by
Ron Rahaman
Browse files
Removed *sch files before run
parent
f2c20736
Pipeline
#2778
failed with stages
in 23 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
11490e95
...
...
@@ -54,6 +54,7 @@ run_giraffe_serial_job:
script
:
-
set -o pipefail
-
cd examples/integration_example
-
rm *sch
-
../../giraffe-opt -i coefficient_integration.i | tee integration_example_serial.stdout
-
exit $?
...
...
@@ -86,6 +87,7 @@ run_giraffe_parallel_job:
script
:
-
set -o pipefail
-
cd examples/integration_example
-
rm *sch
-
mpirun -np 4 ../../giraffe-opt -i coefficient_integration.i | tee integration_example_parallel.stdout
-
exit $?
...
...
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