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
13995b9f
Commit
13995b9f
authored
Feb 01, 2018
by
Ron Rahaman
Browse files
Merge branch 'ci-short-runs' into 'develop'
Fewer timesteps for integration_example See merge request
!3
parents
b5acc7b0
e115e61a
Pipeline
#3016
passed with stages
in 27 minutes and 7 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
13995b9f
...
...
@@ -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
...
...
examples/integration_example/coefficient_integration.i
View file @
13995b9f
...
...
@@ -818,7 +818,7 @@
scheme
=
'
Explicit-Euler
'
#
Others
available
:
backward
Euler
,
Crank-Nicholson
,
etc
.
dt
=
0.001
#
Initial
timestep
size
start_time
=
0
#
Starting
time
num_steps
=
1
50
1
#
Number
of
Steps
num_steps
=
50
#
Number
of
Steps
nl_rel_tol
=
1e-6
#
Nonlinear
relative
tolerance
l_tol
=
1e-6
#
Linear
tolerance
...
...
examples/integration_example/integration_example.rea
View file @
13995b9f
...
...
@@ -12,7 +12,7 @@
1.00000 p008 CONDUCT
0.00000 p009
0.00000 p010 FINTIME
50
00
.000 p011 NSTEPS
50.000 p011 NSTEPS
-0.00100 p012 DT
0.00000 p013 IOCOMM
0.00000 p014 IOTIME
...
...
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