#include <macrotaskq.h>
◆ StoragePolicy
Enumerator |
---|
StoreFunction | store a madness function in the cloud – can have a large memory impact
|
StorePointerToFunction | store the pointer to the function in the cloud, the actual function lives in the universe and its coefficients can be copied to the subworlds (e.g. by macrotaskq) when needed. The task itself is responsible for handling data movement
|
StoreFunctionViaPointer | coefficients to the subworlds when the task is started. This is the default policy.
store a pointer to the function in the cloud, but macrotaskq will move the
|
◆ get_default()
◆ set_default()
◆ to_cloud_storage_policy()
◆ default_storage_policy
The documentation for this struct was generated from the following file: