From 2572329337b49c6d029de1caa4b1550d1289714f Mon Sep 17 00:00:00 2001 From: Laura Cook <l.cook2@student.unimelb.edu.au> Date: Thu, 16 Jul 2020 14:34:28 +1000 Subject: [PATCH] not enough time given to alignment rule so increased this --- dunnart/configs/cluster.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dunnart/configs/cluster.json b/dunnart/configs/cluster.json index 5663a27..55dbd5f 100644 --- a/dunnart/configs/cluster.json +++ b/dunnart/configs/cluster.json @@ -23,7 +23,7 @@ }, "align": { - "time" : "6:00:00", + "time" : "12:00:00", "nodes": 1, "ntasks": 8, "mem": 200000, -- GitLab