Skip to content

Commit

Permalink
Fix scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Oct 5, 2023
1 parent 99e3dfb commit 1eba538
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -42,7 +42,7 @@ function sweep {
for n in $SLURM_JOB_NUM_NODES; do
for g in ${NGRAPHS:-1}; do
for t in ${PATTERN:-stencil_1d}; do
sweep launch $n $g $t > realm${VARIANT+_}${VARIANT}_ngraphs_${g}_type_${t}_nodes_${n}.log
sweep launch $n $g $t > realm${VARIANT+_}${VARIANT}_rank1_ngraphs_${g}_type_${t}_nodes_${n}.log
done
done
done
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 @@ -47,7 +47,7 @@ function sweep {
for n in $SLURM_JOB_NUM_NODES; do
for g in ${NGRAPHS:-1}; do
for t in ${PATTERN:-stencil_1d}; do
sweep launch $n $g $t > realm${VARIANT+_}${VARIANT}_socket_ngraphs_${g}_type_${t}_nodes_${n}.log
sweep launch $n $g $t > realm${VARIANT+_}${VARIANT}_rank2_ngraphs_${g}_type_${t}_nodes_${n}.log
done
done
done
2 changes: 1 addition & 1 deletion experiments/frontier_metg_compute/metg_realm_rank4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function sweep {
for n in $SLURM_JOB_NUM_NODES; do
for g in ${NGRAPHS:-1}; do
for t in ${PATTERN:-stencil_1d}; do
sweep launch $n $g $t > realm${VARIANT+_}${VARIANT}_quad_ngraphs_${g}_type_${t}_nodes_${n}.log
sweep launch $n $g $t > realm${VARIANT+_}${VARIANT}_rank4_ngraphs_${g}_type_${t}_nodes_${n}.log
done
done
done

0 comments on commit 1eba538

Please sign in to comment.