petsc-3.7.1 2016-05-15
Report Typos and Errors

PetscGlobusGetTransfers

Get a record of current transfers requested from Globus

Synopsis

PetscErrorCode PetscGlobusGetTransfers(MPI_Comm comm,const char access_token[],char buff[],size_t buffsize)
Not collective, only the first process in MPI_Comm does anything Many br

Input Parameters

comm - the MPI communicator Many br
access_token - Globus access token, if NULL will check in options database for -globus_access_token XXX otherwise Many brwill call PetscGlobusAuthorize(). Many br
buffsize - size of the buffer Many br

Output Parameters

buff -location to put Globus information Many br

Many br

See Also

PetscGoogleDriveRefresh(), PetscGoogleDriveUpload(), PetscURLShorten(), PetscGlobusUpload(), PetscGlobusAuthorize()

Level:intermediate
Location:
src/sys/webclient/globus.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages