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