Memory management
feelpp.benchmarking supports specifying the total memory required by your application under the resources
field. Using the system’s available memory per node, the framework will ensure that the necessary resources are allocated for each test to run.
The system’s available memory per node should be specified in ReFrame’s System settings file, in GB, under an extra.memory_per_node
field the partition configuration.
1. Specifying memory in resources
If the memory requirements by your application are independent of the specified parameter space, users can simply specify the memory requirements (in GB) in the resources
field of the Benchmark Specification file.
Specify a little less memory than the available memory per node to avoid swapping. |