File: adios2_reorganize.mpi.1

package info (click to toggle)
adios2 2.10.2%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 33,804 kB
  • sloc: cpp: 175,964; ansic: 160,510; f90: 14,630; yacc: 12,668; python: 7,275; perl: 7,126; sh: 2,850; lisp: 1,106; xml: 1,049; makefile: 583; lex: 557
file content (37 lines) | stat: -rw-r--r-- 1,171 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
29
30
31
32
33
34
35
36
37
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
.TH ADIOS2_REORGANIZE.MPI "1" "September 2024" "ADIOS" "User Commands"
.SH NAME
adios2_reorganize.mpi \- ADIOS2 utility
.SH SYNOPSIS
.B adios_reorganize
\fI\,input output rmethod "params" wmethod "params" <decomposition>\/\fR
.SH DESCRIPTION
.TP
input
Input stream path
.TP
output
Output file path
.IP
rmethod ADIOS method to read with
.IP
Supported read methods: BPFile, HDF5, SST, SSC, DataMan
.TP
params
Read method parameters (in quotes; comma\-separated list)
.IP
wmethod ADIOS method to write with
params  Write method parameters (in quotes; comma\-separated list)
<decomposition>    list of numbers e.g. 32 8 4
.IP
Decomposition values in each dimension of an array
The product of these number must be less then the number
of processes. Processes whose rank is higher than the
product, will not write anything.
.IP
Arrays with less dimensions than the number of values,
.IP
will be decomposed with using the appropriate number of
values.
.PP
[Sat Sep 07 17:06:14 2024] [ADIOS2 EXCEPTION] <Utils> <AdiosReorganize> <Reorganize> : Not enough arguments. At least 6 are required