Scroll to navigation

ADIOS2_IOTEST.MPI(1) User Commands ADIOS2_IOTEST.MPI(1)

NAME

adios2_iotest.mpi - ADIOS2 utility

SYNOPSIS

adios_iotest -a appid -c config {-s | -w} {-d d1[,d2,..,dN] | -D r1[,r2,..,rN]}[-x file]

DESCRIPTION

unique number for each application in the workflow

-c config: data specification config file

define process decomposition:
number of processes in 1st (slowest) dimension
number of processes in Nth dimension d1*d2*..*dN must equal the number of processes
define process decomposition ratio:
ratio of process decomposition in the 1st (slowest) dimension
ratio of process decomposition in the Nth dimension r1xr2x..xrN must scale up to process countcount without remainder
strong or weak scaling. Dimensions in config are treated accordingly
ADIOS configuration XML file
Use native Parallel HDF5 instead of ADIOS for I/O
increase verbosity
display this help
turn on fixed I/O pattern explicitly
turn on multi-threaded MPI (needed by SST/MPI)
specify the path of the output explicitly
print and dump the timing measured by the I/O timer
February 2024 ADIOS