diff options
author | Pherkel | 2023-09-18 12:44:40 +0200 |
---|---|---|
committer | Pherkel | 2023-09-18 12:44:40 +0200 |
commit | d5689047fa7062b284d13271bda39013dcf6150f (patch) | |
tree | bd1a843abda1929b826d9441df3ddc3db5cbec29 /hpc.sh | |
parent | 9475900a1085b8277808b0a0b1555c59f7eb6d36 (diff) | |
parent | e06227289ad9d2fa45c736c771d859e9911b9a11 (diff) |
Merge branch 'decoder' of github.com:Algo-Boys/SWR2-cool-projekt into decoder
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 |