Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Sep 12, 2023
1 parent c527c70 commit 5bc40ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Exec/reacting_tests/bubble_convergence/converge_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ EXEC=./Castro2d.gnu.MPI.TRUESDC.ex

CONV_TOOL=RichardsonConvergenceTest2d.gnu.ex

mpiexec -n 16 ${EXEC} inputs_2d.32 amr.plot_file=bubble_32_sdc4_plt >& 32.out
mpiexec -n 16 ${EXEC} inputs_2d.64 amr.plot_file=bubble_64_sdc4_plt >& 64.out
mpiexec -n 16 ${EXEC} inputs_2d.128 amr.plot_file=bubble_128_sdc4_plt >& 128.out
mpiexec -n 8 ${EXEC} inputs_2d.32 amr.plot_file=bubble_32_sdc4_plt >& 32.out
mpiexec -n 8 ${EXEC} inputs_2d.64 amr.plot_file=bubble_64_sdc4_plt >& 64.out
mpiexec -n 8 ${EXEC} inputs_2d.128 amr.plot_file=bubble_128_sdc4_plt >& 128.out

${CONV_TOOL} coarFile=bubble_32_sdc4_plt00334 mediFile=bubble_64_sdc4_plt00667 fineFile=bubble_128_sdc4_plt01334 > sdc_converge.lo.out

mpiexec -n 16 ${EXEC} inputs_2d.256 amr.plot_file=bubble_256_sdc4_plt >& 256.out
mpiexec -n 8 ${EXEC} inputs_2d.256 amr.plot_file=bubble_256_sdc4_plt >& 256.out

${CONV_TOOL} coarFile=bubble_64_sdc4_plt00667 mediFile=bubble_128_sdc4_plt01334 fineFile=bubble_256_sdc4_plt02667 > sdc_converge.mid.out

mpiexec -n 16 ${EXEC} inputs_2d.512 amr.plot_file=bubble_512_sdc4_plt >& 512.out
mpiexec -n 8 ${EXEC} inputs_2d.512 amr.plot_file=bubble_512_sdc4_plt >& 512.out

${CONV_TOOL} coarFile=bubble_128_sdc4_plt01334 mediFile=bubble_256_sdc4_plt02667 fineFile=bubble_512_sdc4_plt05334 > sdc_converge.hi.out

0 comments on commit 5bc40ae

Please sign in to comment.