PetscErrorCode PetscGlobusAuthorize(MPI_Comm comm,char access_token[],size_t tokensize)Not collective, only the first process in MPI_Comm does anything
comm | - the MPI communicator | |
tokensize | - size of the token array |
Notes: This call requires stdout and stdin access from process 0 on the MPI communicator
You can run src/sys/webclient/examples/tutorials/globusobtainaccesstoken to get an access token
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