Skip to main content

System Coupling Fortran library 2025 R1

syscstartstandalonef Interface Reference

Last update: 17.07.2025

Provide 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]communicatorMPI 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.

66 !
67  import :: syscerrorf
68  integer(kind=4), intent(in) :: communicator
69  type(SyscErrorF) :: ret
70 !
71 !DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
72 !DIR$ ATTRIBUTES DLLIMPORT :: syscStartStandaloneParallelF
73 !DIR$ ENDIF
74 !

Connect with Ansys