PetscErrorCode PetscSynchronizedFGets(MPI_Comm comm,FILE *fp,size_t len,char string[])Collective
comm | - the communicator | |
fd | - the file pointer | |
len | - the length of the output buffer |
string | - the line read from the file, at end of file string[0] == 0 |