6 lines
85 B
Bash
Executable File
6 lines
85 B
Bash
Executable File
#! /bin/bash
|
|
|
|
set -eou pipefail
|
|
|
|
srun -N 1 -A csc465 -G 1 -n 1 -t 60 ./run-worker.sh
|