File: overview.rst

package info (click to toggle)
adios2 2.11.0%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 39,984 kB
  • sloc: ansic: 250,306; cpp: 189,875; yacc: 18,929; f90: 15,117; python: 8,047; perl: 7,126; sh: 3,049; lisp: 1,106; xml: 1,011; lex: 948; makefile: 598
file content (21 lines) | stat: -rw-r--r-- 951 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Overview
========

In this tutorial we will learn about how to build ADIOS2, and go through several tutorials explaining basic topics.

More specifically, we will go through the following examples:

1. :ref:`Download And Build <sec:tutorials_download_and_build>`
2. Basic tutorials:

   1. :ref:`Hello World <sec:tutorials_basics_hello_world>`
   2. :ref:`Array Variables <sec:tutorials_basics_variables>`
   3. :ref:`Attributes <sec:tutorials_basics_attributes>`
   4. :ref:`Operators <sec:tutorials_basics_operators>`
   5. :ref:`Steps <sec:tutorials_basics_steps>`
   5. :ref:`Running the staging engine <sec:tutorials_sst>`

More advance tutorials that cover more information related to:

- Running ADIOS2 at scale (through files or streaming) with hands-on excercises: `Exascale I/O tutorial <http://tinyurl.com/adios-eied>`_
- Using ADIOS2 with Paraview, TAU, Catalyst, FIDES, VTK-M: `ADIOS2 tutorial at SC23 <http://tinyurl.com/adios-sc2023>`_