SCORPIO
1.7.0
|
#include <getopt.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <mpi.h>
#include <pio.h>
Macros | |
#define | NUM_NETCDF_FLAVORS 4 |
#define | NDIM3 3 |
#define | NUM_TIMESTEPS 2 |
#define | DIM_LEN_X 4 |
#define | DIM_LEN_Y 4 |
#define | VAR_NAME "foo" |
#define | ERR_BAD 1001 |
#define | START_DATA_VAL 42 |
#define | TARGET_NTASKS 4 |
#define | LOG_LEVEL 3 |
#define | MPIERR(e) |
#define | ERR(e) |
Functions | |
int | check_file (int iosysid, int ntasks, char *filename, int iotype, int elements_per_pe, int my_rank, int ioid) |
int | main (int argc, char *argv[]) |
Variables | |
int | dim_len [NDIM3] = {NC_UNLIMITED, DIM_LEN_X, DIM_LEN_Y} |
char | dim_name [NDIM3][PIO_MAX_NAME+1] = {"unlimted", "x", "y"} |
char | err_buffer [MPI_MAX_ERROR_STRING] |
int | resultlen |
#define DIM_LEN_X 4 |
#define DIM_LEN_Y 4 |
#define ERR | ( | e | ) |
#define ERR_BAD 1001 |
#define LOG_LEVEL 3 |
#define MPIERR | ( | e | ) |
#define NDIM3 3 |
#define NUM_NETCDF_FLAVORS 4 |
#define NUM_TIMESTEPS 2 |
#define START_DATA_VAL 42 |
#define TARGET_NTASKS 4 |
#define VAR_NAME "foo" |
int check_file | ( | int | iosysid, |
int | ntasks, | ||
char * | filename, | ||
int | iotype, | ||
int | elements_per_pe, | ||
int | my_rank, | ||
int | ioid | ||
) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
char dim_name[NDIM3][PIO_MAX_NAME+1] = {"unlimted", "x", "y"} |
char err_buffer[MPI_MAX_ERROR_STRING] |
int resultlen |