Go to the source code of this file.
|
#define | MPI_Barrier(Z) |
|
#define | MPI_Bcast(V, W, X, Y, Z) |
|
#define | MPI_Finalize() |
|
#define | MPI_Comm_size(Y, Z) |
|
#define | MPI_Comm_rank(Y, Z) |
|
#define | MPI_Init(Y, Z) |
|
#define | MPI_Reduce(T, U, V, W, X, Y, Z) |
|
#define | MPI_File_open(V, W, X, Y, Z) |
|
#define | MPI_File_set_view(U, V, W, X, Y, Z) |
|
#define | MPI_File_get_size(Y, Z) |
|
#define | MPI_File_write(V, W, X, Y, Z) |
|
#define | MPI_File_close(Z) |
|
◆ MPI_Barrier
◆ MPI_Bcast
#define MPI_Bcast |
( |
| V, |
|
|
| W, |
|
|
| X, |
|
|
| Y, |
|
|
| Z ) |
◆ MPI_Comm_rank
#define MPI_Comm_rank |
( |
| Y, |
|
|
| Z ) |
◆ MPI_Comm_size
#define MPI_Comm_size |
( |
| Y, |
|
|
| Z ) |
◆ MPI_File_close
#define MPI_File_close |
( |
| Z | ) |
|
◆ MPI_File_get_size
#define MPI_File_get_size |
( |
| Y, |
|
|
| Z ) |
◆ MPI_File_open
#define MPI_File_open |
( |
| V, |
|
|
| W, |
|
|
| X, |
|
|
| Y, |
|
|
| Z ) |
◆ MPI_File_set_view
#define MPI_File_set_view |
( |
| U, |
|
|
| V, |
|
|
| W, |
|
|
| X, |
|
|
| Y, |
|
|
| Z ) |
◆ MPI_File_write
#define MPI_File_write |
( |
| V, |
|
|
| W, |
|
|
| X, |
|
|
| Y, |
|
|
| Z ) |
Value:
int total_insanity(MPI_File, int, MPI_Status *)
Definition mpi_utilities.cpp:54
Referenced by append_file().
◆ MPI_Finalize
◆ MPI_Init
#define MPI_Init |
( |
| Y, |
|
|
| Z ) |
◆ MPI_Reduce
#define MPI_Reduce |
( |
| T, |
|
|
| U, |
|
|
| V, |
|
|
| W, |
|
|
| X, |
|
|
| Y, |
|
|
| Z ) |
◆ MPI_File
◆ MPI_Offset
◆ MPI_Status
◆ MPI_state
Enumerator |
---|
MS_DEFAULT | |
MS_GRID | |
MS_POST_GRID | |
◆ append_file() [1/2]
void append_file |
( |
FILE * | dest, |
|
|
const char * | source ) |
append_file: append output produced on file <source> to open file descriptor <dest>
References AS_LOCAL_ONLY_TRY, DEBUG_ENTRY, NULL, and open_data().
Referenced by GridGatherOutputParallel(), GridGatherOutputSequential(), optimize_phymir(), phymir_state< X, Y, NP, NSTR >::p_process_output(), and process_output().
◆ append_file() [2/2]
void append_file |
( |
MPI_File | dest, |
|
|
const char * | source ) |
◆ GridPointPrefix()
string GridPointPrefix |
( |
int | n | ) |
|
|
inline |
◆ process_output()
process_output: concatenate output files produced in MPI grid run
process_output: concatenate output files produced in grid run
References append_file(), ASSERT, check_grid_file(), cpu, DEBUG_ENTRY, fix_grid_file(), fprintf(), grid, GridGatherOutput(), GridPointPrefix(), ioQQQ, ipPun, NUM_OUTPUT_TYPES, open_data(), rd_block(), rfield, save, and saveFITSfile().
Referenced by main().
◆ total_insanity()
◆ MPI_ERR_INTERN
◆ MPI_FILE_NULL
◆ mpi_mode_a
◆ mpi_mode_r
◆ mpi_mode_w
◆ MPI_SUCCESS