File: overview.rst

package info (click to toggle)
adios2 2.10.2%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 33,764 kB
  • sloc: cpp: 175,964; ansic: 160,510; f90: 14,630; yacc: 12,668; python: 7,275; perl: 7,126; sh: 2,825; lisp: 1,106; xml: 1,049; makefile: 579; lex: 557
file content (20 lines) | stat: -rw-r--r-- 891 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
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>`

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>`_