From a97512254b20d6138b45680a1f913caf31a30d7b Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 19 Aug 2023 19:36:32 +0200 Subject: Now waiting.. --- hpc.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 hpc.sh (limited to 'hpc.sh') diff --git a/hpc.sh b/hpc.sh new file mode 100755 index 0000000..ba0c5eb --- /dev/null +++ b/hpc.sh @@ -0,0 +1,19 @@ +#!/bin/bash + +#SBATCH --job-name=swr-teamprojekt +#SBATCH --partition=a100 +#SBATCH --time=00:30: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 --output=/mnt/lustre/mladm/mfa252/%x-%j.out + +source venv/bin/activate + +### the command to run +srun ./hpc_train.sh -- cgit v1.2.3