SCORPIO  1.7.0
Macros | Functions
test_adios.c File Reference
#include <stdio.h>
#include <mpi.h>
#include <pio.h>
#include <assert.h>
#include <math.h>
Include dependency graph for test_adios.c:

Macros

#define ERR   { if (ret != PIO_NOERR) { printf("rank = %d, error at line = %d\n", my_rank, __LINE__); return -1; } }
 
#define DIM_LEV_LEN   3
 
#define MAX_STR_LEN   8
 
#define MAX_LAT_LON_VARS   400
 

Functions

int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ DIM_LEV_LEN

#define DIM_LEV_LEN   3

◆ ERR

#define ERR   { if (ret != PIO_NOERR) { printf("rank = %d, error at line = %d\n", my_rank, __LINE__); return -1; } }

◆ MAX_LAT_LON_VARS

#define MAX_LAT_LON_VARS   400

◆ MAX_STR_LEN

#define MAX_STR_LEN   8

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)