10#ifndef _BE_MPI_WORKPACKAGE_H
11#define _BE_MPI_WORKPACKAGE_H
89 uint64_t _numElements;
A class to represent a piece of work to be acted upon by a processor.
void getData(Memory::uint8Array &data) const
Obtain the package data in raw form.
WorkPackage(const Memory::uint8Array &data)
Construct a work package with some data.
WorkPackage()
Construct an empty work package.
uint64_t getNumElements() const
Obtain the number of elements in the package.
void setData(const Memory::uint8Array &data)
Set the package data from raw data.
uint64_t getSize() const
Obtain the size of the package data.
void setNumElements(const uint64_t numElements)
Set the number of elements in the package.
This software was developed at the National Institute of Standards and Technology (NIST) by employees...