adios2

adios2 2.12.1

Adaptable Input/Output System version 2

https://adios2.readthedocs.io/en/latest/
Apache License 2.0
programs: sst_conn_tool, adios2_iotest, bp2h5_mpi, adios2_deactivate_bp, adios2_reorganize_mpi, bpls, adios2_reorganize, adios2_remote_server, adios2-config, bp2h5
Platforms (45)
arc-linuxi686-freebsdriscv64-linuxm68k-netbsdx86_64-solarispowerpc64-linuxx86_64-redoxpowerpc-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  adios2
];
Ad-hoc shell
nix-shell -p adios2
Flake (nix run)
nix run nixpkgs#adios2