Skip to content

Commit

Permalink
More memory for Realm tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Oct 14, 2023
1 parent cfb05ad commit 743cc67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion experiments/frontier_metg_compute/metg_realm_rank1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function launch {
if (( $1 == 1 )); then
srun_flags="--network=single_node_vni"
fi
srun -n $1 -N $1 --cpus-per-task=$total_cores --cpu_bind none $srun_flags ../../realm${VARIANT+_}$VARIANT/task_bench "${@:2}" -ll:cpu $cores -field 6 -ll:util 0 -ll:rsize 512
srun -n $1 -N $1 --cpus-per-task=$total_cores --cpu_bind none $srun_flags ../../realm${VARIANT+_}$VARIANT/task_bench "${@:2}" -ll:cpu $cores -field 6 -ll:util 0 -ll:rsize 2048
}

function repeat {
Expand Down
2 changes: 1 addition & 1 deletion experiments/frontier_metg_compute/metg_realm_rank2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function launch {
if (( $1 == 1 )); then
srun_flags="--network=single_node_vni"
fi
srun -n $(( $1 * 2 )) -N $1 --cpus-per-task=$(( total_cores / 2 )) --cpu_bind cores $srun_flags ../../realm${VARIANT+_}$VARIANT/task_bench "${@:2}" -field 6 -ll:cpu $(( cores / 2 )) -ll:util 0 -ll:rsize 512
srun -n $(( $1 * 2 )) -N $1 --cpus-per-task=$(( total_cores / 2 )) --cpu_bind cores $srun_flags ../../realm${VARIANT+_}$VARIANT/task_bench "${@:2}" -field 6 -ll:cpu $(( cores / 2 )) -ll:util 0 -ll:rsize 1024
}

function repeat {
Expand Down

0 comments on commit 743cc67

Please sign in to comment.