System configurations are directories in acquisition/config/systems containing a configuration file (system.sh) and a batch prefix (batch_prefix).
The configuration file is a Bash file which exports the following fields:
PARTITION: Name of the target partition as used by SlurmBUDGET: Name of the budget to run jobs underCORES_PER_NODE: Number of cores available on the target nodesJOB_TEMPLATE: What job template to execute jobs with (when in doubt useomp_loop)
The batch prefix file (batch_prefix) contains #SBATCH directives that are prepended to the job files before they are submitted to Slurm. This file must only contain #SBATCH directives. Adding commands would cause Slurm to ignore the rest of the allocation options.