SCORPIO
1.8.0
|
#include <stdio.h>
#include <limits.h>
#include <stdlib.h>
#include <libgen.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <mpi.h>
#include <pio.h>
#include "pio_config.h"
#include <assert.h>
#include <math.h>
#include <string.h>
Macros | |
#define | NDIMS 3 |
#define | DIM_TIME_SZ 1 |
#define | DIM_LEV_SZ 5 |
#define | DIM_NCOLS_SZ_PER_PROC 10 |
#define | FILE_PATH_MAX_SZ PATH_MAX+1 |
Functions | |
int | main (int argc, char *argv[]) |
#define DIM_LEV_SZ 5 |
#define DIM_NCOLS_SZ_PER_PROC 10 |
#define DIM_TIME_SZ 1 |
#define FILE_PATH_MAX_SZ PATH_MAX+1 |
#define NDIMS 3 |
int main | ( | int | argc, |
char * | argv[] | ||
) |