diff --git a/.github/workflows/phoenix/bench.sh b/.github/workflows/phoenix/bench.sh index a2ef778cd..4fc99cc1f 100644 --- a/.github/workflows/phoenix/bench.sh +++ b/.github/workflows/phoenix/bench.sh @@ -1,6 +1,6 @@ #!/bin/bash -n_ranks=4 +n_ranks=12 if [ "$job_device" == "gpu" ]; then n_ranks=$(nvidia-smi -L | wc -l) # number of GPUs on node @@ -9,7 +9,7 @@ if [ "$job_device" == "gpu" ]; then fi if ["$job_device" == "gpu"]; then - ./mfc.sh bench --mem 8 -j $(nproc) -o "$job_slug.yaml" -- -c phoenix $device_opts -n $n_ranks + ./mfc.sh bench --mem 12 -j $(nproc) -o "$job_slug.yaml" -- -c phoenix $device_opts -n $n_ranks else ./mfc.sh bench --mem 1 -j $(nproc) -o "$job_slug.yaml" -- -c phoenix $device_opts -n $n_ranks -fi \ No newline at end of file +fi diff --git a/benchmarks/5eq_rk3_weno3_hllc/case.py b/benchmarks/5eq_rk3_weno3_hllc/case.py index 35540f4f2..e01664d3f 100644 --- a/benchmarks/5eq_rk3_weno3_hllc/case.py +++ b/benchmarks/5eq_rk3_weno3_hllc/case.py @@ -194,8 +194,8 @@ 'cyl_coord' : 'F', 'dt' : dt, 't_step_start' : 0, - 't_step_stop' : int(60*(95*size + 5)), - 't_step_save' : int(60*(95*size + 5)), + 't_step_stop' : int(30*(95*size + 5)), + 't_step_save' : int(30*(95*size + 5)), # ========================================================== # Simulation Algorithm Parameters ========================== diff --git a/benchmarks/hypo_hll/case.py b/benchmarks/hypo_hll/case.py index 3a44b580f..a7d72e5b0 100644 --- a/benchmarks/hypo_hll/case.py +++ b/benchmarks/hypo_hll/case.py @@ -47,8 +47,8 @@ 'p' : Nz, 'dt' : 1e-8, 't_step_start' : 0, - 't_step_stop' : int(60*(95*size + 5)), - 't_step_save' : int(60*(95*size + 5)), + 't_step_stop' : int(30*(95*size + 5)), + 't_step_save' : int(30*(95*size + 5)), # ========================================================== # Simulation Algorithm Parameters ========================== diff --git a/benchmarks/ibm/case.py b/benchmarks/ibm/case.py index 6ce2245ac..ec182e9c0 100644 --- a/benchmarks/ibm/case.py +++ b/benchmarks/ibm/case.py @@ -51,8 +51,8 @@ 'p' : Nz, 'dt' : mydt, 't_step_start' : 0, - 't_step_stop' : int(40*(95*size + 5)), - 't_step_save' : int(40*(95*size + 5)), + 't_step_stop' : int(20*(95*size + 5)), + 't_step_save' : int(20*(95*size + 5)), # ========================================================== # Simulation Algorithm Parameters ========================== diff --git a/benchmarks/viscous_weno5_sgb_acoustic/case.py b/benchmarks/viscous_weno5_sgb_acoustic/case.py index ccdde880c..7c194c949 100644 --- a/benchmarks/viscous_weno5_sgb_acoustic/case.py +++ b/benchmarks/viscous_weno5_sgb_acoustic/case.py @@ -113,8 +113,8 @@ 'p' : Nz, 'dt' : dt, 't_step_start' : 0, - 't_step_stop' : int(30*(25*size + 5)), - 't_step_save' : int(30*(25*size + 5)), + 't_step_stop' : int(15*(25*size + 5)), + 't_step_save' : int(15*(25*size + 5)), # ========================================================== # Simulation Algorithm Parameters ==========================