PIO  2.5.4
Data Types | Functions/Subroutines
exampleAsyncPio.F90 File Reference
#include "config.h"
Include dependency graph for exampleAsyncPio.F90:

Data Types

type  pioasyncexample::pioexampleclass
 A class to hold example code and data. More...
 

Functions/Subroutines

subroutine pioasyncexample::init (this)
 Initialize MPI, ParallelIO, and example data. More...
 
program main
 Main execution of example code. More...
 

Detailed Description

A simple Fortran example for Async use of the ParallelIO Library.

Function/Subroutine Documentation

◆ init()

subroutine pioasyncexample::init ( class(pioexampleclass), intent(inout)  this)

Initialize MPI, ParallelIO, and example data.

Initialize the MPI and ParallelIO libraries. Also allocate memory to write and read the sample data to the netCDF file.

◆ main()

program main

Main execution of example code.

This is an example program for the ParallelIO library.

This program creates a netCDF output file with the ParallelIO library, then writes and reads some data to and from the file.

This example does the following: