GenSim3 / scripts /supercloud /run_interactive_script.sh
gensim2's picture
unlfs
1cc747d
raw
history blame
90 Bytes
#!/bin/bash
#SBATCH -c 10
#SBATCH -n 1
#SBATCH -o logs/%j.out
#SBATCH --exclusive
CMD=$1