#include <DistSIIterBot.h>
Public Member Functions | |
DetailsRecord (const Record &rec) | |
Record | asRecord () |
Static Public Member Functions | |
static MPI_Datatype | datatype () |
Public Attributes | |
float | threshold |
Don't modify the following fields, including their order, without a corresponding change in the computation of datatype()! | |
float | cycleThreshold |
float | interactiveThreshold |
float | loopGain |
float | cycleFactor |
float | maxPsfSidelobe |
float | maxPsfFraction |
float | minPsfFraction |
int | niter |
int | cycleNiter |
int | interactiveNiter |
int | iterDone |
int | maxCycleIterDone |
int | interactiveIterDone |
int | majorDone |
int | cleanState |
MPI_BOOL_TYPE | interactiveMode |
Definition at line 162 of file DistSIIterBot.h.
casa::DetailsRecord::DetailsRecord | ( | const Record & | rec | ) |
Record casa::DetailsRecord::asRecord | ( | ) |
static MPI_Datatype casa::DetailsRecord::datatype | ( | ) | [inline, static] |
to capture padding for alignment of structures, we resize dt
Definition at line 187 of file DistSIIterBot.h.
References interactiveMode, MPI_BOOL, niter, threshold, and UNUSED_WITHOUT_MPI.
Definition at line 184 of file DistSIIterBot.h.
Definition at line 173 of file DistSIIterBot.h.
Definition at line 178 of file DistSIIterBot.h.
Definition at line 170 of file DistSIIterBot.h.
Definition at line 182 of file DistSIIterBot.h.
MPI_BOOL_TYPE casa::DetailsRecord::interactiveMode |
Definition at line 185 of file DistSIIterBot.h.
Referenced by datatype().
Definition at line 179 of file DistSIIterBot.h.
Definition at line 171 of file DistSIIterBot.h.
Definition at line 180 of file DistSIIterBot.h.
Definition at line 172 of file DistSIIterBot.h.
Definition at line 183 of file DistSIIterBot.h.
Definition at line 181 of file DistSIIterBot.h.
Definition at line 175 of file DistSIIterBot.h.
Definition at line 174 of file DistSIIterBot.h.
Definition at line 176 of file DistSIIterBot.h.
Definition at line 177 of file DistSIIterBot.h.
Referenced by datatype().
Don't modify the following fields, including their order, without a corresponding change in the computation of datatype()!
Definition at line 169 of file DistSIIterBot.h.
Referenced by datatype().