syscstartstandalonef Interface Reference
Last update: 17.07.2025Provide a function interface to start in standalone mode. More...
Public Member Functions | |
| type(syscerrorf) function | syscstartstandaloneparallelf (communicator) |
| Provide a function to start standalone mode in parallel. More... | |
Detailed Description
Provide a function interface to start in standalone mode.
Definition at line 52 of file syscSystemCouplingF.fi.
Member Function/Subroutine Documentation
◆ syscstartstandaloneparallelf()
| type(syscerrorf) function syscstartstandaloneparallelf | ( | integer(kind=4), intent(in) | communicator | ) |
Provide a function to start standalone mode in parallel.
- Parameters
-
[in] communicator MPI communicator.
This will initialize the participant library in standalone mode and will use the provided MPI communicator for all parallel communication.
Note that if the MPI communicator is MPI_COMM_WORLD, then it is not necessary to call this function.
Definition at line 65 of file syscSystemCouplingF.fi.