Initialize the environment. Should be the very first call in the program.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | codeName | name of code |
||
character(len=*), | intent(in) | :: | version | version of the code |
||
type(tem_general_type), | intent(out) | :: | general | encapsulates global parameters which are common for all solvers |
||
integer, | intent(in), | optional | :: | comm | mpi communicator if it is predefined as in apesmate |
|
type(tem_simControl_type), | intent(out), | optional | :: | simControl | simulation control to initialize |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | nProcs | ||||
integer, | private | :: | nThreads |