RPN_COMM |
(rpn_comm.cfg) |
file rpn_comm.cfg
Note the mandatory use of single or double quotes for the path.
domain_name1 | Name of the domain | character(len=12) | I |
npex,npey | Number of procs along X and Y axis | integer | I |
/path... | Base directory for this domain | character(len=1024) | I |
For all communications, the default communicator "DEFO" will relate to the domain of the local process ("DOMM" communicator, equivalent to "GRID") except if "DEFO" is modified by using RPN_COMM_defo.
Note that the usage of this feature can make a big mess of the standard output. It is highly recommended to redirect standard output to separate files (see RPN_COMM_unit)
Restrictions:
exper1 2 2 "exper23x12_1" exper2 1 4 "exper23x12_2" exper3 4 1 "exper23x12_3" exper4 2 2 "exper23x12_4"Here, this should be launched with 23 processes.
Example of a potentially bad rpn_comm.cfg
exper1 3 2 "exper23x12x12" exper2 4 1 "exper400x200x1" exper3 2 5 "exper400x200x2" exper4 1 3 "exper40x20x1"Here, we shoud use 23 processes.