diff options
author | Marvin Borner | 2023-09-16 15:57:54 +0200 |
---|---|---|
committer | JoJoBarthold2 | 2023-09-18 12:29:46 +0200 |
commit | c56acdd7702ff65aac9cff4ea7fe3522c2b4d0f9 (patch) | |
tree | faa8898e71bdac0b89064a4a54867b467eb26648 /hpc.sh | |
parent | 0d38af95f0058875d42dd261a287856ba84d3ce6 (diff) |
Synced cluster code
Diffstat (limited to 'hpc.sh')
-rwxr-xr-x | hpc.sh | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -2,15 +2,15 @@ #SBATCH --job-name=swr-teamprojekt #SBATCH --partition=a100 -#SBATCH --time=00:30:00 +#SBATCH --time=24:00:00 ### Note: --gres=gpu:x should equal to ntasks-per-node #SBATCH --nodes=1 #SBATCH --ntasks-per-node=1 -#SBATCH --gres=gpu:a100:1 -#SBATCH --cpus-per-task=8 -#SBATCH --mem=64gb -#SBATCH --chdir=/mnt/lustre/mladm/mfa252/SWR2-cool-projekt-main/ +#SBATCH --gres=gpu:a100:4 +#SBATCH --cpus-per-task=16 +#SBATCH --mem=32gb +#SBATCH --chdir=/mnt/lustre/mladm/mfa252/ref/ #SBATCH --output=/mnt/lustre/mladm/mfa252/%x-%j.out source venv/bin/activate |