|
VTK
9.4.20241109
|
Go to the documentation of this file.
4#ifndef ADIOSTestUtilities_h
5#define ADIOSTestUtilities_h
9#if VTK_MODULE_ENABLE_VTK_ParallelMPI
10#define ADIOS_OPEN(fw, fileName) adios2::fstream fw(fileName, adios2::fstream::out, MPIGetComm())
12#define ADIOS_OPEN(fw, fileName) adios2::fstream fw(fileName, adios2::fstream::out)