Interface fortran::syscstartstandalonef
Definition: syscSystemCouplingF.fi (line 52)
Provide a function interface to start in standalone mode.
Members
Public functions
Function syscstartstandaloneparallelf
type(syscerrorf) function syscstartstandaloneparallelf(communicator)
Provide a function to start standalone mode in parallel.
Parameters:
- 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.
Parameters:
- communicatorcommunicator
Return type: type(syscerrorf) function