adios2

adios2 2.11.0

Adaptable Input/Output System version 2

https://adios2.readthedocs.io/en/latest/
Apache License 2.0
programs: adios2_reorganize, sst_conn_tool, adios2_iotest, adios2_remote_server, bpls, bp2h5_mpi, adios2_reorganize_mpi, adios2_deactivate_bp, adios2-config, bp2h5
Platforms (46)
i686-netbsdx86_64-cygwinmicroblazeel-linuxx86_64-redoxmips-linuxm68k-linuxmipsel-linuxriscv64-linux
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