This repository contains code examples of how to use the ADIOS I/O system, which is being developed as part of the U.S. Department of Energy Exascale Computing Program. The ADIOS source code is located at https://github.com/ornladios/ADIOS2
- cpp - C++ examples (the native interface of ADIOS v2)
- fortran - Fortran 90 examples
- numpy - Python/numpy examples
To build ADIOS2 examples
- Clone the repository:
$ git clone https://github.com/ornladios/adios2-examples.git
- Enter the directory for the language you are interested in, e.g.
$ cd cpp
-
Edit the make.settings file for your system.
-
Enter the directory for your chosen example, e.g.
$ cd heatTransfer
- Build the example
$ make
- Run the example as described in its ReadMe.md