File: package.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 (28 lines) | stat: -rw-r--r-- 1,086 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
22
23
24
25
26
27
28
##########
As Package
##########

*****************************************
Conda
*****************************************

ADIOS2 can be obtained from anaconda cloud:  `conda-forge adios2 <https://anaconda.org/conda-forge/adios2>`_

*****************************************
PyPI
*****************************************

ADIOS2 pip package can be downloaded with `pip3 install adios2` or `python3 -m pip install adios2`. This is contains the serial build only, so MPI programs cannot use it. See `adios2 on PyPi <https://pypi.org/project/adios2/>`_

*****************************************
Spack
*****************************************

ADIOS2 is packaged in Spack. See `adios2 spack package <https://packages.spack.io/package.html?name=adios2>`_

*****************************************
Docker
*****************************************

Docker images including building and installation of dependencies and ADIOS 2 containers for Ubuntu 20 and CentOS 7 can be found in: 
under the directory `scripts/docker/ <https://github.com/ornladios/ADIOS2/tree/master/scripts/docker>`_