aboutsummaryrefslogtreecommitdiff
path: root/hpc.sh
diff options
context:
space:
mode:
authorPherkel2023-09-18 12:44:40 +0200
committerPherkel2023-09-18 12:44:40 +0200
commitd5689047fa7062b284d13271bda39013dcf6150f (patch)
treebd1a843abda1929b826d9441df3ddc3db5cbec29 /hpc.sh
parent9475900a1085b8277808b0a0b1555c59f7eb6d36 (diff)
parente06227289ad9d2fa45c736c771d859e9911b9a11 (diff)
Merge branch 'decoder' of github.com:Algo-Boys/SWR2-cool-projekt into decoder
Diffstat (limited to 'hpc.sh')
-rwxr-xr-xhpc.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/hpc.sh b/hpc.sh
index ba0c5eb..718b6d2 100755
--- a/hpc.sh
+++ b/hpc.sh
@@ -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