From 3387d509f7f7128d22307d740bed2337b48c51ef Mon Sep 17 00:00:00 2001 From: "Woude, Auke van der" <auke.vanderwoude@wur.nl> Date: Mon, 25 Oct 2021 09:22:28 +0200 Subject: [PATCH] Changes for snellius --- da/platform/cartesius.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/da/platform/cartesius.py b/da/platform/cartesius.py index d5997605..e5fb32da 100755 --- a/da/platform/cartesius.py +++ b/da/platform/cartesius.py @@ -26,7 +26,7 @@ import subprocess from da.platform.platform_baseclass import Platform -std_joboptions = {'jobname':'test', 'jobaccount':'co2', 'jobtype':'serial', 'jobshell':'/bin/sh', 'depends':'', 'jobtime':'24:00:00', 'jobinput':'/dev/null', 'jobnodes':'1', 'jobtasks':'', 'modulenetcdf':'netcdf/4.1.2', 'networkMPI':'','jobqueue': 'normal'} +std_joboptions = {'jobname':'test', 'jobaccount':'co2', 'jobtype':'serial', 'jobshell':'/bin/sh', 'depends':'', 'jobtime':'24:00:00', 'jobinput':'/dev/null', 'jobnodes':'1', 'jobtasks':'', 'modulenetcdf':'netcdf/4.1.2', 'networkMPI':'','jobqueue': 'short'} class CartesiusPlatform(Platform): -- GitLab