Skip to content

Moving corecount per share and state to ComputingShare from ComputingManager tag

Maiken requested to merge maikenp/arc:infosys_corecount_in_computingshare into next

The corecount per share was wrongly placed in the ComputingManager tag, the correct place is ComputingShare, which is per share already, so removing, therefore removing the share information in the OtherInfo string.

That means OtherInfo goes from :

          <ComputingManager BaseType="Manager" CreationTime="2024-11-01T12:17:45Z" Validity="10800">
            <ID>urn:ogf:ComputingManager:uio-atlas-ce1.grid.uiocloud.no:slurm</ID>
            <OtherInfo>main_INLRMS:Q=398,main_INLRMS:S=0,main_INLRMS:R=1978,main_INLRMS:E=12,main_PREPARING=99,main_FINISHING=31,main_INLRMS:O=16</OtherInfo>

to

         <ComputingShare BaseType="Share" CreationTime="2024-11-01T12:17:45Z" Validity="10800">
            <ID>urn:ogf:ComputingShare:uio-atlas-ce1.grid.uiocloud.no:main</ID>
            <Name>main</Name>
            <OtherInfo>INLRMS:Q=398,INLRMS:S=0,INLRMS:R=1978,INLRMS:E=12,PREPARING=99,FINISHING=31,INLRMS:O=16</OtherInfo>

Merge request reports

Loading