DLLibraryRetrieve

Copies a PETSc dynamic library from a remote location (if it is remote), indicates if it exits and its local name.

Synopsis

int DLLibraryRetrieve(MPI_Comm comm,const char libname[],char *lname,int llen,PetscTruth *found)
Collective on MPI_Comm

Input Parameters

comm - processors that are opening the library
libname - name of the library, can be relative or absolute

Output Parameter

handle -library handle

Notes

[[<http,ftp>://hostname]/directoryname/]filename[.so.1.0]

$PETSC_ARCH and $BOPT occuring in directoryname and filename will be replaced with appropriate values.

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