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 38 39 40 41 42 43 44 45
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH ADIOS2-CONFIG.MPI "1" "September 2024" "ADIOS" "User Commands"
.SH NAME
adios2-config.mpi \- ADIOS2 utility
.SH DESCRIPTION
adios2\-config [OPTION]
.TP
\fB\-h\fR, \fB\-\-help\fR
Display help information
.TP
\fB\-v\fR, \fB\-\-version\fR
Display version information
.TP
\fB\-c\fR
Both compile and link flags for the C bindings
.TP
\fB\-\-c\-flags\fR
Preprocessor and compile flags for the C bindings
.TP
\fB\-\-c\-libs\fR
Linker flags for the C bindings
.TP
\fB\-x\fR, \fB\-\-cxx\fR
Both compile and link flags for the C++ bindings
.TP
\fB\-\-cxx\-flags\fR
Preprocessor and compile flags for the C++ bindings
.TP
\fB\-\-cxx\-libs\fR
Linker flags for the C++ bindings
.TP
\fB\-f\fR, \fB\-\-fortran\fR
Both compile and link flags for the F90 bindings
.TP
\fB\-\-fortran\-flags\fR
Preprocessor and compile flags for the F90 bindings
.TP
\fB\-\-fortran\-libs\fR
Linker flags for the F90 bindings
.TP
\fB\-s\fR, \fB\-\-serial\fR
Select flags for serial applications
.TP
\fB\-m\fR, \fB\-\-mpi\fR
Select flags for mpi applications
|