syscloadlibraryf Interface Reference
Last update: 17.07.2025Provide 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. More... | |
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] syscPartLibPath system coupling participant library path [in] mpiWrapperPath mpi wrapper library path
- Returns
- true if these two libraries are loaded successfully, otherwise it returns false.
Definition at line 19 of file participantLibraryF.fi.