bp2ascii
ADIOS Adaptable IO system for simulations
Install
- All systems
-
curl cmd.cat/bp2ascii.sh
- Debian
-
apt-get install libadios-dev
- Ubuntu
-
apt-get install libadios-dev
- Kali Linux
-
apt-get install libadios-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libadios-dev
- Raspbian
-
apt-get install libadios-dev
- Dockerfile
- dockerfile.run/bp2ascii
libadios-dev
ADIOS Adaptable IO system for simulations
The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data.