Skip to content
Snippets Groups Projects
Commit 3093a2dd authored by Xuan Gu's avatar Xuan Gu
Browse files

Update file run_benchmark.sh

parent 7c0fc5cb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment