File size: 234 Bytes
071476d |
1 2 3 4 5 6 7 8 9 10 11 |
#!/bin/bash
#SBATCH --job-name=results
#SBATCH -o log_line/results.out-%j
#SBATCH -c 10
#SBATCH --gres=gpu:volta:1
#SBATCH --time=200:00:00 # total run time limit (HH:MM:SS)
module load anaconda/2022b
python -u alex_new.py |