4 lines
78 B
Bash
4 lines
78 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
srun -N 1 --partition apws --exclusive --job-name=unet ./main $@
|