aboutsummaryrefslogtreecommitdiff
path: root/hpc.sh
diff options
context:
space:
mode:
authorMarvin Borner2023-09-16 15:57:54 +0200
committerJoJoBarthold22023-09-18 12:29:46 +0200
commitc56acdd7702ff65aac9cff4ea7fe3522c2b4d0f9 (patch)
treefaa8898e71bdac0b89064a4a54867b467eb26648 /hpc.sh
parent0d38af95f0058875d42dd261a287856ba84d3ce6 (diff)
Synced cluster code
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