Skip to main content

System Coupling Fortran library 2024 R2

syscloadlibraryf Interface Reference

Last update: 17.07.2025

Provide an interface to load system coupling participant library path and mpi wrapper path to system coupling participant proxy. More...

Public Member Functions

logical function syscloadlibraryf (syscpartlibpath, mpiwrapperpath)
 Provide a function to load system coupling participant library path and mpi wrapper path to system coupling participant proxy.
 

Detailed Description

Provide an interface to load system coupling participant library path and mpi wrapper path to system coupling participant proxy.

Definition at line 7 of file participantLibraryF.fi.

Constructor & Destructor Documentation

◆ syscloadlibraryf()

logical function syscloadlibraryf ( character(*), intent(in)  syscpartlibpath,
character(*), intent(in)  mpiwrapperpath 
)

Provide a function to load system coupling participant library path and mpi wrapper path to system coupling participant proxy.

Parameters
[in]syscPartLibPathsystem coupling participant library path
[in]mpiWrapperPathmpi wrapper library path
Returns
true if these two libraries are loaded successfully, otherwise it returns false.

Definition at line 19 of file participantLibraryF.fi.

20!
21 character(*), intent(in) :: syscPartLibPath
22 character(*), intent(in) :: mpiWrapperPath
23!
24!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
25!DIR$ ATTRIBUTES DLLIMPORT :: syscLoadLibraryF
26!DIR$ ENDIF
27!

Connect with Ansys