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
comm | - the MPI communicator | |
access_token | - Globus access token, if NULL will check in options database for -globus_access_token XXX otherwise will call PetscGlobusAuthorize(). | |
buffsize | - size of the buffer |