From 9a3ec0cb6d02bb68c635b69f39731bccc4cacc10 Mon Sep 17 00:00:00 2001
From: Mike Smith <grimbough@gmail.com>
Date: Fri, 4 May 2018 17:25:40 +0200
Subject: [PATCH] batch script works with C prog

---
 exercises/batch_job.sh | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/exercises/batch_job.sh b/exercises/batch_job.sh
index ee75630..fbe1ffb 100644
--- a/exercises/batch_job.sh
+++ b/exercises/batch_job.sh
@@ -1,7 +1,4 @@
 #!/bin/bash
-#SBATCH --mem=150
 
-srun ./hpc_example.py -t 40 -l 2000
-
-srun --mem=3000 ./hpc_example.py -t 30 -l 80000000
+srun ./hpc_example -t 30 -m 200
 
-- 
GitLab