diff --git a/scripts/run_benchmark.sh b/scripts/run_benchmark.sh index dba08aa5ad204b52945fe73ff2a46aa76aac8417..bd012fae5b3a66476699320c8119b619be49947e 100644 --- a/scripts/run_benchmark.sh +++ b/scripts/run_benchmark.sh @@ -12,7 +12,7 @@ for nodes in {1..1}; do # For single node if [ $nodes -eq 1 ]; then bash scripts/generate_single_node_job.sh ${dim} ${nodes} ${gpus} ${batch_size} ${iteration} - #sbatch scripts/benchmark_single_node.sbatch ${dim} ${nodes} ${gpus} ${batch_size} ${iteration} + sbatch scripts/benchmark_single_node.sbatch ${dim} ${nodes} ${gpus} ${batch_size} ${iteration} sleep 1 # pause to be kind to the scheduler else