DLLibraryAppend

Appends another dynamic link library to the seach list, to the end of the search path.

Synopsis

int DLLibraryAppend(MPI_Comm comm,DLLibraryList *outlist,const char libname[])
Collective on MPI_Comm

Input Parameters

comm - MPI communicator
libname - name of the library

Output Parameter

outlist -list of libraries

Notes: if library is already in path will not add it.

Level:developer
Location:src/sys/src/dll/dl.c
System Index
Table of Contents