Initialize MPI functions. More...
#include "decs.h"
Go to the source code of this file.
Functions | |
| int | init_OPENMP_general (FILE *out) |
| general initialization for OpenMP Nothing required before user arguments read-in setting number of threads More... | |
| int | init_OPENMP_sets_fromargs (void) |
| general initialization for OpenMP Nothing required before user arguments read-in setting number of threads More... | |
| void | init_genfiles (int gopp) |
| void | set_binarytype (char *binarytype) |
| void | get_report_openmp_thread_info (FILE *out) |
| just copied from pnmhd code More... | |
Initialize MPI functions.
Definition in file mpi_init.c.
| void get_report_openmp_thread_info | ( | FILE * | out | ) |
just copied from pnmhd code
get number of OpenMP threads expected to operate in real pragma calls
Definition at line 1901 of file mpi_init.c.
| void init_genfiles | ( | int | gopp | ) |
| int init_OPENMP_general | ( | FILE * | out | ) |
general initialization for OpenMP Nothing required before user arguments read-in setting number of threads
Definition at line 74 of file mpi_init.c.
| int init_OPENMP_sets_fromargs | ( | void | ) |
general initialization for OpenMP Nothing required before user arguments read-in setting number of threads
Definition at line 87 of file mpi_init.c.
| void set_binarytype | ( | char * | binarytype | ) |
1.8.3.1