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

Update file submit_benchmark_jobs.sh

parent 1cba0bf1
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ for nodes in {1..1}; do
# For single node
bash $WORK_DIR/generate_benchmark_jobs.sh ${dim} ${nodes} ${gpus} ${batch_size} ${benchmark_mode} ${node_type}
SBATCH_DIR=$WORK_DIR/sbatch_scripts/benchmark_${node_type}_${benchmark_mode}_dim${dim}_nodes${nodes}_gpus${gpus}_batchsize${batch_size}.sbatch
SBATCH_DIR=$WORK_DIR/sbatch_scripts/benchmark_${node_type}_${benchmark_mode}_dim${dim}_nodes${nodes}_gpus${gpus}_batchsize_${batch_size}.sbatch
sbatch $SBATCH_DIR
sleep 180
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment