From 68f51682821f9b7c581c6af5f77c14c0ebe25e28 Mon Sep 17 00:00:00 2001 From: Mike Smith <grimbough@gmail.com> Date: Thu, 19 Oct 2017 15:51:25 +0200 Subject: [PATCH] updated batch job --- exercises/batch_job.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/batch_job.sh b/exercises/batch_job.sh index da327d4..7d6ad3b 100644 --- a/exercises/batch_job.sh +++ b/exercises/batch_job.sh @@ -1,3 +1,3 @@ #!/bin/bash -#SBATCH mem=150 -./hpc_example -t 60 -l 2000 +#SBATCH --mem=150 +./hpc_example.py -t 60 -l 2000 -- GitLab