wrench::StorageServiceProperty

class wrench::StorageServiceProperty : public wrench::ServiceProperty

Configurable properties for a StorageService.

Subclassed by wrench::SimpleStorageServiceProperty

Public Static Attributes

static const std::string BUFFER_SIZE

Buffer size used when copying/communicating data:

  • “infinity”: full buffering (read/write and forward model)

  • ”0”: an ideal fluid model

  • any integral value in between: an actual buffer size (the smaller the buffer size, the slower the simulation)

  • Default value: “1048576” (1 MiB)