|
Fesapi 2.9.0.1
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
|
#include <HdfProxyMPI.h>
Public Member Functions | |
| HdfProxyMPI (gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject) | |
| HdfProxyMPI (const common ::DataObjectReference &dor) | |
| Constructor. | |
| HdfProxyMPI (common ::DataObjectRepository *repo, const std::string &guid, const std::string &title, const std::string &packageDirAbsolutePath, const std::string &externalFilePath, common ::DataObjectRepository::openingMode hdfPermissionAccess=common ::DataObjectRepository::openingMode::READ_ONLY) | |
| HdfProxyMPI (gsoap_resqml2_0_1::_eml20__EpcExternalPartReference *fromGsoap) | |
| ~HdfProxyMPI ()=default | |
| void | open () final |
| void | setMPICommunicator (MPI_Comm communicator) |
| void | setCollectiveIO () |
| Set IO to collective. | |
| void | setIndependentIO () |
| Set IO to independent (default) | |
| std::string | getXmlNamespace () const final |
Static Public Attributes | |
| static constexpr char const * | XML_NS = "eml20" |
This class allows to open an HDF5 file using Parallel HDF5 (MPI) for writing with multiple processes
|
inline |
Only to be used in partial transfer context
| [in,out] | partialObject | If non-null, the partial object. |
|
inline |
Constructor.
| dor | The dor. |
|
inline |
Creates an instance of this class in a gsoap context for writing.
| [in,out] | repo | The repo where the underlying gsoap proxy is going to be created. |
| guid | The guid of the underlying gsoap proxy to be created. | |
| title | The title of the underlying gsoap proxy to be created. | |
| packageDirAbsolutePath | The directory where the EPC document is stored. Must end with a slash or back- slash. | |
| externalFilePath | The relative file path of the associated HDF file. It is relative to the location of the package. | |
| hdfPermissionAccess | (Optional) The hdf permission access. |
|
inline |
Hdf proxy
| [in,out] | fromGsoap | If non-null, from gsoap. |
|
default |
Destructor
|
inlinefinal |
Get the standard XML namespace for serializing this data object.
|
final |
Open the file for reading.
| void eml2_0::HdfProxyMPI::setCollectiveIO | ( | ) |
Set IO to collective.
necessary to write with compression enabled
|
inline |
Set the MPI communicator to use
|
staticconstexpr |
The standard XML namespace for serializing this data object.