#include "cddefines.h"#include "mpi_utilities.h"#include "save.h"#include "grid.h"Go to the source code of this file.
Functions | |
| void | process_output () |
| void | append_file (FILE *dest, const char *source) |
| void append_file | ( | FILE * | dest, | |
| const char * | source | |||
| ) |
append_file: append output produced on file <source> to open file descriptor <dest>
Definition at line 129 of file mpi_utilities.cpp.
References AS_LOCAL_ONLY_TRY, DEBUG_ENTRY, and open_data().
Referenced by optimize_phymir(), phymir_state< X, Y, NP, NSTR >::p_process_output(), and process_output().
| void process_output | ( | ) |
process_output: concatenate output files produced in MPI grid run
Definition at line 36 of file mpi_utilities.cpp.
References append_file(), AS_LOCAL_ONLY, AS_LOCAL_ONLY_TRY, ASSERT, t_save::chFilenamePrefix, t_save::chRedirectPrefix, DEBUG_ENTRY, t_save::FITStype, grid, GridPointPrefix(), ioQQQ, t_save::lgSaveToSeparateFiles, mode_r, t_save::nsave, NUM_OUTPUT_TYPES, open_data(), save, saveFITSfile(), t_grid::totNumModels, and toupper().
Referenced by main().
1.6.1