Skip to content

Commit

Permalink
Added RMG cpus to commented input file
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed Jul 9, 2024
1 parent cf60eb6 commit b30ea54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/commented/input.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ rmg:
# general
rmg_execution_type: incore # optional, determines how to execute RMG. Currently, `incore` (running in the same process) and `local` (submitting to the local server queue, not via SSH) are supported. This argument is set from T3's settings.py file unless explicitly given here, default: ``None``
memory: 15 # optional, specifies the RMG memory to be used when executing on a server, units are GB. This argument is set from T3's settings.py file unless explicitly given here, default: ``None``
cpus: 16 # optional, specifies the number of processes to use for an RMG job. Could also be set from T3's settings.py file if not explicitly given here, default: 16

# database (a required block)
database:
Expand Down

0 comments on commit b30ea54

Please sign in to comment.