System configuration

The system configuration files need to be placed under src/feelpp/benchmarking/reframe/config/machineConfigs, and are strictly ReFrame dependent. A single Python file should be provided per machine. Please follow ReFrame’s configuration file reference for precise settings.

Example configurations are provided for the Gaya machine and for a simple single node 8-core system.

Processor bindings and other launcher options should be specified as a resource under the desired partition, with the launcher_options name field value for example. For example,

"resources": [
    {
        "name":"launcher_options",
        "options":["-bind-to","core"]
    }
]