Skip to content

Fix for bugzilla 3626 - override totalcpus in arc.conf also for GLUE2

Florido Paganelli requested to merge floridop/arc:dev-totalcpus into master

Fix for bugzilla 3626 - override totalcpus in arc.conf also for GLUE2

Description

Implementation of overrides from arc.conf to number of CPUs in the cluster

Inserting totalcpus in the [queue:name] block overrides the totalcpus value in [cluster] block that overrides the values returned by the LRMS modules. This feature was already present in the NorduGRID schema and in Glue1 but was not propagated to GLUE2. For reference see: https://bugzilla.nordugrid.org/show_bug.cgi?id=3626

Merge request reports