Heat-Vision / worldlines.slurm
TulkinRB's picture
Add stuff
0bdfe9d
raw
history blame contribute delete
311 Bytes
#! /bin/bash
#SBATCH --job-name=worldlines
#SBATCH --output=worldlines_%j.out
#SBATCH --error=worldlines_%j.err
#SBATCH --time=00:30:00
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=1
#SBATCH --cpus-per-task=4
#SBATCH --mem=80G
#SBATCH --partition=studentbatch
#SBATCH --gres=gpu:1
srun python src/worldlines.py