From b3364361c29e10d0b709f3b0fa9140f1b580846d Mon Sep 17 00:00:00 2001 From: Ticlla Ccenhua Monica Roxana <monicaroxana.ticllaccenhua@unibas.ch> Date: Sun, 13 May 2018 20:46:18 +0200 Subject: [PATCH] Upload slurm submission script for students to test sbatch --- launch_test.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 launch_test.sh diff --git a/launch_test.sh b/launch_test.sh new file mode 100644 index 0000000..435395a --- /dev/null +++ b/launch_test.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +#SBATCH --job-name=slurm_test +#SBATCH --cpus-per-task=1 +#SBATCH --mem-per-cpu=1G + +touch $HOME/test.sh +echo "this is a test" >$HOME/test.sh -- GitLab