Skip to content

Commit

Permalink
Changed typo in defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
d-wortmann committed Sep 6, 2024
1 parent 6fb307e commit 9430b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida_fleur/cmdline/util/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9430b7a

Please sign in to comment.