From 9430b7ad9dd2cdd87b45c26826f7a49529dee9c4 Mon Sep 17 00:00:00 2001 From: Daniel Wortmann Date: Fri, 6 Sep 2024 14:09:48 +0200 Subject: [PATCH] Changed typo in defaults --- aiida_fleur/cmdline/util/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiida_fleur/cmdline/util/types.py b/aiida_fleur/cmdline/util/types.py index 27883ee9..bf21d281 100644 --- a/aiida_fleur/cmdline/util/types.py +++ b/aiida_fleur/cmdline/util/types.py @@ -68,7 +68,7 @@ def convert(self,value,param,ctx): "resources": { "num_machines": 1, //Number of computing nodes "num_mpiprocs_per_machine": 1, //Number of MPI processes per node - "num_cpus_per_mpiproc": 2 //Number of OMP threads per MPI process + "num_cores_per_mpiproc": 2 //Number of OMP threads per MPI process }, "withmpi": true, //This flag makes sure that the process is submitted using MPI "max_wallclock_seconds": 3600 //Maximum wallclock time in seconds