Skip to content

Commit e8d2b18

Browse files
committed
merging conflicts
2 parents 11860a6 + efa9ca4 commit e8d2b18

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/post_process/m_start_up.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ subroutine s_save_data(t_step, varname, pres, c, H)
395395
end if
396396
if (prim_vars_wrt) then
397397
q_sf = q_prim_vf(xiend+1)%sf( &
398-
-offset_x%beg:m + offset_x%end, &
398+
-offset_x%beg:m + offset_x%end, &
399399
-offset_y%beg:n + offset_y%end, &
400400
-offset_z%beg:p + offset_z%end)
401401
write (varname, '(A,I0)') 'vonMises'

submit_hyper.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22

33
#./mfc.sh run /scratch/bciv/rodrigu1/cav2024/hyper/hyper_gel.py -p gpuA40x4 -N 1 -n 1 -g 1 -w 01:00:00 -# test1 -t post_process -a bciv-delta-gpu -c delta
44
./mfc.sh run /projects/bciv/mcarcanabarbosa/kymo/geldef.py -p gpuA100x4 -N 1 -n 4 -g 1 -w 01:00:00 -# test1 -t post_process -a bciv-delta-gpu -c delta
5+
#./mfc.sh run ./examples/3D_hyperelasticity/hyper_gel.py -p batch -N 1 -n 4 -g 0 -w 01:00:00 -# test1 -t pre_process -c oscar
6+
#./mfc.sh run ./examples/3D_hyperelasticity/hyper_gel.py -p batch -N 1 -n 4 -g 0 -w 01:00:00 -# test1 -t simulation -c oscar
7+
#./mfc.sh run /scratch/bciv/rodrigu1/cav2024/hyper/hyper_gel.py -p gpuA40x4 -N 1 -n 1 -g 1 -w 01:00:00 -# test1 -t post_process -a bciv-delta-gpu -c delta
8+
9+
#./mfc.sh run /projects/bciv/mcarcanabarbosa/ctr/gel/geldef.py -p gpuA100x4 -N 1 -n 4 -g 1 -w 01:00:00 -#gel25 -t post_process -a bciv-delta-gpu -c delta

0 commit comments

Comments
 (0)