File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ if [ -z $1 ]
66then
77 if grep " docker/containers" /proc/self/mountinfo -qa; then
88 cd /home/training
9+ elif [[ $container == " podman" ]]; then
10+ cd /home/training
911 else
1012 # it is not in docker, thus singularity
1113 mkdir -p $( pwd) /seissol-training
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ OutputPointType = 4
3939&Elementwise
4040printIntervalCriterion = 2 ! 1=iteration, 2=time
4141printtimeinterval_sec = 1.0 ! Time interval at which output will be written
42- OutputMask = 1 1 1 0 1 1 1 1 1 1 1 ! turn on and off fault outputs
42+ OutputMask = 1 1 1 1 1 1 1 1 1 1 1 ! turn on and off fault outputs
4343refinement_strategy = 2
4444refinement = 1
4545/
@@ -72,13 +72,13 @@ Format = 6 ! Format (10=no output, 6=hdf5 ou
7272iOutputMask = 0 0 0 0 0 0 1 1 1
7373! |strain |eta
7474iPlasticityMask = 0 0 0 0 0 0 1
75- TimeInterval = 5 . ! Index of printed info at time
75+ TimeInterval = 4 . ! Index of printed info at time
7676refinement = 1
7777
7878! Free surface output
7979SurfaceOutput = 1
8080SurfaceOutputRefinement = 1
81- SurfaceOutputInterval = 5 .0
81+ SurfaceOutputInterval = 2 .0
8282
8383printIntervalCriterion = 2 ! Criterion for index of printed info: 1=timesteps,2=time,3=timesteps+time
8484
You can’t perform that action at this time.
0 commit comments