
Go to the source code of this file.
Data Structures | |
| struct | options |
Typedefs | |
| typedef struct options | options |
Functions | |
| void | handle_error (int errcode, char *str) |
| void | parse_args (int argc, char **argv, int rank, options *opts) |
| int | main (int argc, char **argv) |
| void handle_error | ( | int | errcode, | |
| char * | str | |||
| ) |
Definition at line 31 of file creat_excl.c.
References options::do_aggregation, options::fname, len, malloc(), MPI_Abort, MPI_Bcast, and options::verbose.
Referenced by main().


Definition at line 73 of file creat_excl.c.
References options::do_aggregation, fh, options::fname, handle_error(), info, MPI_Comm_rank, MPI_File_close, MPI_File_delete(), MPI_File_open(), MPI_Finalize, MPI_Info_create(), MPI_Info_set, MPI_Init, parse_args(), and status.

1.5.5