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

Update file benchmark_sbatch_submit.sh

parent e80ed517
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
NUM_NODES=1 NUM_NODES=1
NUM_GPUS=$3
NUM_ITERATIONS=$4
dim=$1 dim=2
batch_size=$5 batch_size=$5
if [ $NUM_NODES -eq 1 ]; then if [ $NUM_NODES -eq 1 ]; then
for nodes in {1..1}; do for nodes in {1..1}; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment