<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cpe="http://cpe.mitre.org/language/2.0" xmlns:cvrf="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/cvrf" xmlns:cvrf-common="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/common" xmlns:cvssv2="http://scap.nist.gov/schema/cvss-v2/1.0" xmlns:cvssv3="https://www.first.org/cvss/cvss-v3.0.xsd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ns0="http://purl.org/dc/elements/1.1/" xmlns:prod="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/prod" xmlns:scap-core="http://scap.nist.gov/schema/scap-core/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:vuln="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/cvrf">
  <DocumentTitle xml:lang="en">Feature update for slurm and pdsh</DocumentTitle>
  <DocumentType>SUSE Patch</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>SUSE-FU-2025:0660-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2025-02-24T02:10:33Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2025-02-24T02:10:33Z</InitialReleaseDate>
    <CurrentReleaseDate>2025-02-24T02:10:33Z</CurrentReleaseDate>
    <Generator>
      <Engine>cve-database/bin/generate-cvrf.pl</Engine>
      <Date>2017-02-24T01:00:00Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="Topic" Type="Summary" Ordinal="1" xml:lang="en">Feature update for slurm and pdsh</Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">This update for slurm and pdsh fixes the following issues:

slurm was updated to version 24.11.1 using package slurm_24_11:

- Security issues fixed:
  * CVE-2024-48936: Fixed authentication handling in stepmgr that could permit an attacker 
    to execute processes under other users' jobs (bsc#1236722)
  * CVE-2024-42511: Fixed vulnerability with switch plugins where a user could override the 
    isolation between Slingshot VNIs or IMEX channels (bsc#1236726)

- Important remarks:
  * Slurm can be upgraded from version 23.02, 23.11 or 24.05 to version
    24.11 without loss of jobs or other state information. Upgrading directly from
    an earlier version of Slurm will result in loss of state information.
  * If using the `slurmdbd` (Slurm DataBase Daemon) you must update this first.
  * The 24.11 `slurmdbd` will work with Slurm daemons of version 23.02 and above.
    You will not need to update all clusters at the same time, but it is very
    important to update `slurmdbd` first and having it running before updating
    any other clusters making use of it.
  * If using a backup DBD you must start the primary first to do any
    database conversion, the backup will not start until this has happened.
  * All SPANK plugins must be recompiled when upgrading from any Slurm version
    prior to 24.11.

- Highlights of changes:
  * Fixed issues related to the modified startup handling for slurmdbd: 
    moved PID file to `/run/slurmdbd` (bsc#1236928)
  * Create slurm-owned log file on behalf of slurmdbd (bsc#1236929)
  * Added report AccountUtilizationByQOS to sreport.
  * `AccountUtilizationByUser` is able to be filtered by QOS.
  * Added autodetected gpus to the output of `slurmd -C`
  * Added ability to submit jobs with multiple QOS. These are sorted by priority
   highest being the first.
  * Removed the instant on feature from `switch/hpe_slingshot`.
  * `slurmctld` : Changed incoming RPC handling to dedicated thread pool with
    asynchronous handling of I/O that can be configured via `conmgr_*` entries
    under `SlurmctldParameters` in `slurm.conf`.

- Configuration File Changes (see appropriate man page for details)
  * Added `SchedulerParameters=bf_allow_magnetic_slot` option. It allows jobs in
    magnetic reservations to be planned by backfill scheduler.
  * Added `TopologyParam=TopoMaxSizeUnroll=#` to allow `--nodes=&lt;min&gt;-&lt;max&gt;` for
    `topology/block`.
  * Added `DataParserParameters` `slurm.conf` parameter to allow setting default
    value for CLI `--json` and `--yaml` arguments.
  * Hardware collectives in `switch/hpe_slingshot` now requires `enable_stepmgr`.
  * Added connection related parameters to `slurm.conf` under
    `SlurmctldParameters`:  
    `conmgr_max_connections`: Defaults to 150 connections.  
    `conmgr_threads`: Defaults to 64 threads for slurmctld.  
    `conmgr_use_poll`: Defaults is to use epoll in Linux.  
    `conmgr_connect_timeout`: Defaults to `MessageTimeout`.  
    `conmgr_read_timeout`: Defaults to `MessageTimeout`.  
    `conmgr_wait_write_delay`: Defaults to `MessageTimeout`.  
    `conmgr_write_timeout`: Defaults to MessageTimeout.  
  * Added `SlurmctldParamters=ignore_constraint_validation` to ignore
    `constraint/feature` validation at submission.
  * Added `SchedulerParameters=bf_topopt_enable` option to enable experimental hook
    to control backfill.

- Command Changes (see man pages for details):
  * Remove srun `--cpu-bind=rank`.
  * Add `'%b'` as a file name pattern for the array task id modulo 10.
  * `sacct` : Respect `--noheader` for `--batch-script` and `--env-vars`.
  * Add `sacctmgr ping` command to query status of `slurmdbd`.
  * `sbcast` : Add `--nodelist` option to specify where files are transmitted to
  * `sbcast` : Add `--no-allocation` option to transmit files to nodes outside
    of a  job allocation.
  * `slurmdbd` : Add `-u` option. This is used to determine if restarting the DBD
    will result in database conversion.
  * Remove `salloc --get-user-env`.
  * `scontrol` : Add `--json`/`--yaml` support to `listpids`.
  * `scontrol` : Add `liststeps`.
  * `scontrol` : Add `listjobs`.
  * `scontrol show topo` : Show aggregated block sizes when using topology/block.

- API Changes:
  * Remove `burst_buffer/lua` call `slurm.job_info_to_string()`.
  * `job_submit/lua` : Add `assoc_qos` attribute to `job_desc` to display all
    potential QOS's for a job's association.
  * `job_submit/lua` : Add `slurm.get_qos_priority()` function to retrieve the
    given QOS's priority.

- SLURMRESTD Changes:
 * Removed fields deprecated in the Slurm-23.11 release from v0.0.42 endpoints.
 * Removed v0.0.39 plugins.
 * Set `data_parser/v0.0.42+prefer_refs` flag to default.
 * Add `data_parser/v0.0.42+minimize_refs` flag to inline single referenced
   schemas in the OpenAPI schema to get default behavior of
  `data_parser/v0.0.41`.
 * Rename v0.0.42 `JOB_INFO` field `minimum_switches` to `required_switches`
   to reflect the actual behavior.
 * Rename v0.0.42 `ACCOUNT_CONDITION` field `assocation` to `association`
   (typo).
 * Tag `slurmdb/v0.0.42/jobs pid` field deprecated.

- For details on the changes in this version update, consult Slurm 24.11 changelog

pdsh:
    
- Fix version test for munge build (bsc#1236156)
- Dropped Slurm support for s390x and i586: Slurm no longer
  builds for s390x or 32bit
- Implementation of package `pdsh-slurm_24_11` compatible with Slurm 24.11
    
</Note>
    <Note Title="Terms of Use" Type="Legal Disclaimer" Ordinal="3" xml:lang="en">The CVRF data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).</Note>
    <Note Title="Patchnames" Type="Details" Ordinal="4" xml:lang="en">SUSE-2025-660,SUSE-SLE-Module-HPC-15-SP6-2025-660,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-660,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-660,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-660,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-660,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-660,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-660,openSUSE-SLE-15.6-2025-660</Note>
  </DocumentNotes>
  <DocumentDistribution xml:lang="en">Copyright SUSE LLC under the Creative Commons License 4.0 with Attribution (CC-BY-4.0)</DocumentDistribution>
  <DocumentReferences>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/update/announcement//suse-fu-20250660-1/</URL>
      <Description>Link for SUSE-FU-2025:0660-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2025-February/038529.html</URL>
      <Description>E-Mail link for SUSE-FU-2025:0660-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/security/rating/</URL>
      <Description>SUSE Security Ratings</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1236722</URL>
      <Description>SUSE Bug 1236722</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1236726</URL>
      <Description>SUSE Bug 1236726</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1236928</URL>
      <Description>SUSE Bug 1236928</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1236929</URL>
      <Description>SUSE Bug 1236929</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2024-42511/</URL>
      <Description>SUSE CVE CVE-2024-42511 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2024-48936/</URL>
      <Description>SUSE CVE CVE-2024-48936 page</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/prod">
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp3">SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" CPE="cpe:/o:suse:sle_hpc-espos:15:sp4">SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp4">SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" CPE="cpe:/o:suse:sle_hpc-espos:15:sp5">SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp5">SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Module for HPC 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for HPC 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP6" CPE="cpe:/o:suse:sle-module-hpc:15:sp6">SUSE Linux Enterprise Module for HPC 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Module for Package Hub 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Package Hub 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP6" CPE="cpe:/o:suse:packagehub:15:sp6">SUSE Linux Enterprise Module for Package Hub 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap 15.6">
      <Branch Type="Product Name" Name="openSUSE Leap 15.6">
        <FullProductName ProductID="openSUSE Leap 15.6" CPE="cpe:/o:opensuse:leap:15.6">openSUSE Leap 15.6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="libnss_slurm2_24_11-24.11.1-150300.7.5.1">
      <FullProductName ProductID="libnss_slurm2_24_11-24.11.1-150300.7.5.1">libnss_slurm2_24_11-24.11.1-150300.7.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libpmi0_24_11-24.11.1-150300.7.5.1">
      <FullProductName ProductID="libpmi0_24_11-24.11.1-150300.7.5.1">libpmi0_24_11-24.11.1-150300.7.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libslurm42-24.11.1-150300.7.5.1">
      <FullProductName ProductID="libslurm42-24.11.1-150300.7.5.1">libslurm42-24.11.1-150300.7.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="pdsh-2.35-150300.54.3">
      <FullProductName ProductID="pdsh-2.35-150300.54.3">pdsh-2.35-150300.54.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="pdsh-dshgroup-2.35-150300.54.3">
      <FullProductName ProductID="pdsh-dshgroup-2.35-150300.54.3">pdsh-dshgroup-2.35-150300.54.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="pdsh-genders-2.35-150300.54.3">
      <FullProductName ProductID="pdsh-genders-2.35-150300.54.3">pdsh-genders-2.35-150300.54.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="pdsh-machines-2.35-150300.54.3">
      <FullProductName ProductID="pdsh-machines-2.35-150300.54.3">pdsh-machines-2.35-150300.54.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="pdsh-netgroup-2.35-150300.54.3">
      <FullProductName ProductID="pdsh-netgroup-2.35-150300.54.3">pdsh-netgroup-2.35-150300.54.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="pdsh-slurm-2.35-150300.54.3">
      <FullProductName ProductID="pdsh-slurm-2.35-150300.54.3">pdsh-slurm-2.35-150300.54.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="pdsh-slurm_22_05-2.35-150300.54.3">
      <FullProductName ProductID="pdsh-slurm_22_05-2.35-150300.54.3">pdsh-slurm_22_05-2.35-150300.54.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="pdsh-slurm_23_02-2.35-150300.54.3">
      <FullProductName ProductID="pdsh-slurm_23_02-2.35-150300.54.3">pdsh-slurm_23_02-2.35-150300.54.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="pdsh-slurm_24_11-2.35-150300.54.2">
      <FullProductName ProductID="pdsh-slurm_24_11-2.35-150300.54.2">pdsh-slurm_24_11-2.35-150300.54.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-slurm_24_11-24.11.1-150300.7.5.1">
      <FullProductName ProductID="perl-slurm_24_11-24.11.1-150300.7.5.1">perl-slurm_24_11-24.11.1-150300.7.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_24_11-24.11.1-150300.7.5.1">
      <FullProductName ProductID="slurm_24_11-24.11.1-150300.7.5.1">slurm_24_11-24.11.1-150300.7.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_24_11-auth-none-24.11.1-150300.7.5.1">
      <FullProductName ProductID="slurm_24_11-auth-none-24.11.1-150300.7.5.1">slurm_24_11-auth-none-24.11.1-150300.7.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_24_11-config-24.11.1-150300.7.5.1">
      <FullProductName ProductID="slurm_24_11-config-24.11.1-150300.7.5.1">slurm_24_11-config-24.11.1-150300.7.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_24_11-config-man-24.11.1-150300.7.5.1">
      <FullProductName ProductID="slurm_24_11-config-man-24.11.1-150300.7.5.1">slurm_24_11-config-man-24.11.1-150300.7.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_24_11-cray-24.11.1-150300.7.5.1">
      <FullProductName ProductID="slurm_24_11-cray-24.11.1-150300.7.5.1">slurm_24_11-cray-24.11.1-150300.7.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_24_11-devel-24.11.1-150300.7.5.1">
      <FullProductName ProductID="slurm_24_11-devel-24.11.1-150300.7.5.1">slurm_24_11-devel-24.11.1-150300.7.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_24_11-doc-24.11.1-150300.7.5.1">
      <FullProductName ProductID="slurm_24_11-doc-24.11.1-150300.7.5.1">slurm_24_11-doc-24.11.1-150300.7.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_24_11-hdf5-24.11.1-150300.7.5.1">
      <FullProductName ProductID="slurm_24_11-hdf5-24.11.1-150300.7.5.1">slurm_24_11-hdf5-24.11.1-150300.7.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_24_11-lua-24.11.1-150300.7.5.1">
      <FullProductName ProductID="slurm_24_11-lua-24.11.1-150300.7.5.1">slurm_24_11-lua-24.11.1-150300.7.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_24_11-munge-24.11.1-150300.7.5.1">
      <FullProductName ProductID="slurm_24_11-munge-24.11.1-150300.7.5.1">slurm_24_11-munge-24.11.1-150300.7.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_24_11-node-24.11.1-150300.7.5.1">
      <FullProductName ProductID="slurm_24_11-node-24.11.1-150300.7.5.1">slurm_24_11-node-24.11.1-150300.7.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_24_11-openlava-24.11.1-150300.7.5.1">
      <FullProductName ProductID="slurm_24_11-openlava-24.11.1-150300.7.5.1">slurm_24_11-openlava-24.11.1-150300.7.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_24_11-pam_slurm-24.11.1-150300.7.5.1">
      <FullProductName ProductID="slurm_24_11-pam_slurm-24.11.1-150300.7.5.1">slurm_24_11-pam_slurm-24.11.1-150300.7.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_24_11-plugins-24.11.1-150300.7.5.1">
      <FullProductName ProductID="slurm_24_11-plugins-24.11.1-150300.7.5.1">slurm_24_11-plugins-24.11.1-150300.7.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_24_11-rest-24.11.1-150300.7.5.1">
      <FullProductName ProductID="slurm_24_11-rest-24.11.1-150300.7.5.1">slurm_24_11-rest-24.11.1-150300.7.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_24_11-seff-24.11.1-150300.7.5.1">
      <FullProductName ProductID="slurm_24_11-seff-24.11.1-150300.7.5.1">slurm_24_11-seff-24.11.1-150300.7.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_24_11-sjstat-24.11.1-150300.7.5.1">
      <FullProductName ProductID="slurm_24_11-sjstat-24.11.1-150300.7.5.1">slurm_24_11-sjstat-24.11.1-150300.7.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_24_11-slurmdbd-24.11.1-150300.7.5.1">
      <FullProductName ProductID="slurm_24_11-slurmdbd-24.11.1-150300.7.5.1">slurm_24_11-slurmdbd-24.11.1-150300.7.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_24_11-sql-24.11.1-150300.7.5.1">
      <FullProductName ProductID="slurm_24_11-sql-24.11.1-150300.7.5.1">slurm_24_11-sql-24.11.1-150300.7.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_24_11-sview-24.11.1-150300.7.5.1">
      <FullProductName ProductID="slurm_24_11-sview-24.11.1-150300.7.5.1">slurm_24_11-sview-24.11.1-150300.7.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_24_11-testsuite-24.11.1-150300.7.5.1">
      <FullProductName ProductID="slurm_24_11-testsuite-24.11.1-150300.7.5.1">slurm_24_11-testsuite-24.11.1-150300.7.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_24_11-torque-24.11.1-150300.7.5.1">
      <FullProductName ProductID="slurm_24_11-torque-24.11.1-150300.7.5.1">slurm_24_11-torque-24.11.1-150300.7.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_24_11-webdoc-24.11.1-150300.7.5.1">
      <FullProductName ProductID="slurm_24_11-webdoc-24.11.1-150300.7.5.1">slurm_24_11-webdoc-24.11.1-150300.7.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="pdsh-2.35-150500.46.6.3">
      <FullProductName ProductID="pdsh-2.35-150500.46.6.3">pdsh-2.35-150500.46.6.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="pdsh-dshgroup-2.35-150500.46.6.3">
      <FullProductName ProductID="pdsh-dshgroup-2.35-150500.46.6.3">pdsh-dshgroup-2.35-150500.46.6.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="pdsh-genders-2.35-150500.46.6.3">
      <FullProductName ProductID="pdsh-genders-2.35-150500.46.6.3">pdsh-genders-2.35-150500.46.6.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="pdsh-machines-2.35-150500.46.6.3">
      <FullProductName ProductID="pdsh-machines-2.35-150500.46.6.3">pdsh-machines-2.35-150500.46.6.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="pdsh-netgroup-2.35-150500.46.6.3">
      <FullProductName ProductID="pdsh-netgroup-2.35-150500.46.6.3">pdsh-netgroup-2.35-150500.46.6.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="pdsh-slurm_24_11-2.35-150500.46.6.2">
      <FullProductName ProductID="pdsh-slurm_24_11-2.35-150500.46.6.2">pdsh-slurm_24_11-2.35-150500.46.6.2</FullProductName>
    </Branch>
    <Relationship ProductReference="libnss_slurm2_24_11-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libnss_slurm2_24_11-24.11.1-150300.7.5.1">libnss_slurm2_24_11-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpmi0_24_11-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpmi0_24_11-24.11.1-150300.7.5.1">libpmi0_24_11-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libslurm42-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libslurm42-24.11.1-150300.7.5.1">libslurm42-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-2.35-150300.54.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:pdsh-2.35-150300.54.3">pdsh-2.35-150300.54.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-dshgroup-2.35-150300.54.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:pdsh-dshgroup-2.35-150300.54.3">pdsh-dshgroup-2.35-150300.54.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-genders-2.35-150300.54.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:pdsh-genders-2.35-150300.54.3">pdsh-genders-2.35-150300.54.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-machines-2.35-150300.54.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:pdsh-machines-2.35-150300.54.3">pdsh-machines-2.35-150300.54.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-netgroup-2.35-150300.54.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:pdsh-netgroup-2.35-150300.54.3">pdsh-netgroup-2.35-150300.54.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-slurm-2.35-150300.54.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:pdsh-slurm-2.35-150300.54.3">pdsh-slurm-2.35-150300.54.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-slurm_22_05-2.35-150300.54.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:pdsh-slurm_22_05-2.35-150300.54.3">pdsh-slurm_22_05-2.35-150300.54.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-slurm_23_02-2.35-150300.54.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:pdsh-slurm_23_02-2.35-150300.54.3">pdsh-slurm_23_02-2.35-150300.54.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-slurm_24_11-2.35-150300.54.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:pdsh-slurm_24_11-2.35-150300.54.2">pdsh-slurm_24_11-2.35-150300.54.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-slurm_24_11-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-slurm_24_11-24.11.1-150300.7.5.1">perl-slurm_24_11-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-24.11.1-150300.7.5.1">slurm_24_11-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-auth-none-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-auth-none-24.11.1-150300.7.5.1">slurm_24_11-auth-none-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-config-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-config-24.11.1-150300.7.5.1">slurm_24_11-config-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-config-man-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-config-man-24.11.1-150300.7.5.1">slurm_24_11-config-man-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-cray-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-cray-24.11.1-150300.7.5.1">slurm_24_11-cray-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-devel-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-devel-24.11.1-150300.7.5.1">slurm_24_11-devel-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-doc-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-doc-24.11.1-150300.7.5.1">slurm_24_11-doc-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-lua-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-lua-24.11.1-150300.7.5.1">slurm_24_11-lua-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-munge-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-munge-24.11.1-150300.7.5.1">slurm_24_11-munge-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-node-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-node-24.11.1-150300.7.5.1">slurm_24_11-node-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-pam_slurm-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-pam_slurm-24.11.1-150300.7.5.1">slurm_24_11-pam_slurm-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-plugins-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-plugins-24.11.1-150300.7.5.1">slurm_24_11-plugins-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-rest-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-rest-24.11.1-150300.7.5.1">slurm_24_11-rest-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-slurmdbd-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-slurmdbd-24.11.1-150300.7.5.1">slurm_24_11-slurmdbd-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-sql-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-sql-24.11.1-150300.7.5.1">slurm_24_11-sql-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-sview-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-sview-24.11.1-150300.7.5.1">slurm_24_11-sview-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-torque-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-torque-24.11.1-150300.7.5.1">slurm_24_11-torque-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-webdoc-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-webdoc-24.11.1-150300.7.5.1">slurm_24_11-webdoc-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnss_slurm2_24_11-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libnss_slurm2_24_11-24.11.1-150300.7.5.1">libnss_slurm2_24_11-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpmi0_24_11-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpmi0_24_11-24.11.1-150300.7.5.1">libpmi0_24_11-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libslurm42-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libslurm42-24.11.1-150300.7.5.1">libslurm42-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-2.35-150300.54.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:pdsh-2.35-150300.54.3">pdsh-2.35-150300.54.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-dshgroup-2.35-150300.54.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:pdsh-dshgroup-2.35-150300.54.3">pdsh-dshgroup-2.35-150300.54.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-genders-2.35-150300.54.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:pdsh-genders-2.35-150300.54.3">pdsh-genders-2.35-150300.54.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-machines-2.35-150300.54.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:pdsh-machines-2.35-150300.54.3">pdsh-machines-2.35-150300.54.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-netgroup-2.35-150300.54.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:pdsh-netgroup-2.35-150300.54.3">pdsh-netgroup-2.35-150300.54.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-slurm-2.35-150300.54.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:pdsh-slurm-2.35-150300.54.3">pdsh-slurm-2.35-150300.54.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-slurm_22_05-2.35-150300.54.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:pdsh-slurm_22_05-2.35-150300.54.3">pdsh-slurm_22_05-2.35-150300.54.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-slurm_23_02-2.35-150300.54.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:pdsh-slurm_23_02-2.35-150300.54.3">pdsh-slurm_23_02-2.35-150300.54.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-slurm_24_11-2.35-150300.54.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:pdsh-slurm_24_11-2.35-150300.54.2">pdsh-slurm_24_11-2.35-150300.54.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-slurm_24_11-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-slurm_24_11-24.11.1-150300.7.5.1">perl-slurm_24_11-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-24.11.1-150300.7.5.1">slurm_24_11-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-auth-none-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-auth-none-24.11.1-150300.7.5.1">slurm_24_11-auth-none-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-config-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-config-24.11.1-150300.7.5.1">slurm_24_11-config-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-config-man-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-config-man-24.11.1-150300.7.5.1">slurm_24_11-config-man-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-cray-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-cray-24.11.1-150300.7.5.1">slurm_24_11-cray-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-devel-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-devel-24.11.1-150300.7.5.1">slurm_24_11-devel-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-doc-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-doc-24.11.1-150300.7.5.1">slurm_24_11-doc-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-lua-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-lua-24.11.1-150300.7.5.1">slurm_24_11-lua-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-munge-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-munge-24.11.1-150300.7.5.1">slurm_24_11-munge-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-node-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-node-24.11.1-150300.7.5.1">slurm_24_11-node-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-pam_slurm-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-pam_slurm-24.11.1-150300.7.5.1">slurm_24_11-pam_slurm-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-plugins-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-plugins-24.11.1-150300.7.5.1">slurm_24_11-plugins-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-rest-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-rest-24.11.1-150300.7.5.1">slurm_24_11-rest-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-slurmdbd-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-slurmdbd-24.11.1-150300.7.5.1">slurm_24_11-slurmdbd-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-sql-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-sql-24.11.1-150300.7.5.1">slurm_24_11-sql-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-sview-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-sview-24.11.1-150300.7.5.1">slurm_24_11-sview-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-torque-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-torque-24.11.1-150300.7.5.1">slurm_24_11-torque-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-webdoc-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-webdoc-24.11.1-150300.7.5.1">slurm_24_11-webdoc-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnss_slurm2_24_11-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libnss_slurm2_24_11-24.11.1-150300.7.5.1">libnss_slurm2_24_11-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpmi0_24_11-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpmi0_24_11-24.11.1-150300.7.5.1">libpmi0_24_11-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libslurm42-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libslurm42-24.11.1-150300.7.5.1">libslurm42-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-2.35-150300.54.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:pdsh-2.35-150300.54.3">pdsh-2.35-150300.54.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-dshgroup-2.35-150300.54.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:pdsh-dshgroup-2.35-150300.54.3">pdsh-dshgroup-2.35-150300.54.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-genders-2.35-150300.54.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:pdsh-genders-2.35-150300.54.3">pdsh-genders-2.35-150300.54.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-machines-2.35-150300.54.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:pdsh-machines-2.35-150300.54.3">pdsh-machines-2.35-150300.54.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-netgroup-2.35-150300.54.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:pdsh-netgroup-2.35-150300.54.3">pdsh-netgroup-2.35-150300.54.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-slurm-2.35-150300.54.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:pdsh-slurm-2.35-150300.54.3">pdsh-slurm-2.35-150300.54.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-slurm_22_05-2.35-150300.54.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:pdsh-slurm_22_05-2.35-150300.54.3">pdsh-slurm_22_05-2.35-150300.54.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-slurm_23_02-2.35-150300.54.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:pdsh-slurm_23_02-2.35-150300.54.3">pdsh-slurm_23_02-2.35-150300.54.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-slurm_24_11-2.35-150300.54.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:pdsh-slurm_24_11-2.35-150300.54.2">pdsh-slurm_24_11-2.35-150300.54.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-slurm_24_11-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-slurm_24_11-24.11.1-150300.7.5.1">perl-slurm_24_11-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-24.11.1-150300.7.5.1">slurm_24_11-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-auth-none-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-auth-none-24.11.1-150300.7.5.1">slurm_24_11-auth-none-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-config-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-config-24.11.1-150300.7.5.1">slurm_24_11-config-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-config-man-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-config-man-24.11.1-150300.7.5.1">slurm_24_11-config-man-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-cray-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-cray-24.11.1-150300.7.5.1">slurm_24_11-cray-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-devel-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-devel-24.11.1-150300.7.5.1">slurm_24_11-devel-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-doc-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-doc-24.11.1-150300.7.5.1">slurm_24_11-doc-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-lua-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-lua-24.11.1-150300.7.5.1">slurm_24_11-lua-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-munge-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-munge-24.11.1-150300.7.5.1">slurm_24_11-munge-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-node-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-node-24.11.1-150300.7.5.1">slurm_24_11-node-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-pam_slurm-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-pam_slurm-24.11.1-150300.7.5.1">slurm_24_11-pam_slurm-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-plugins-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-plugins-24.11.1-150300.7.5.1">slurm_24_11-plugins-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-rest-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-rest-24.11.1-150300.7.5.1">slurm_24_11-rest-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-slurmdbd-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-slurmdbd-24.11.1-150300.7.5.1">slurm_24_11-slurmdbd-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-sql-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-sql-24.11.1-150300.7.5.1">slurm_24_11-sql-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-sview-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-sview-24.11.1-150300.7.5.1">slurm_24_11-sview-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-torque-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-torque-24.11.1-150300.7.5.1">slurm_24_11-torque-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-webdoc-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-webdoc-24.11.1-150300.7.5.1">slurm_24_11-webdoc-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnss_slurm2_24_11-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libnss_slurm2_24_11-24.11.1-150300.7.5.1">libnss_slurm2_24_11-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpmi0_24_11-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpmi0_24_11-24.11.1-150300.7.5.1">libpmi0_24_11-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libslurm42-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libslurm42-24.11.1-150300.7.5.1">libslurm42-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-2.35-150500.46.6.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:pdsh-2.35-150500.46.6.3">pdsh-2.35-150500.46.6.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-dshgroup-2.35-150500.46.6.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:pdsh-dshgroup-2.35-150500.46.6.3">pdsh-dshgroup-2.35-150500.46.6.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-genders-2.35-150500.46.6.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:pdsh-genders-2.35-150500.46.6.3">pdsh-genders-2.35-150500.46.6.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-machines-2.35-150500.46.6.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:pdsh-machines-2.35-150500.46.6.3">pdsh-machines-2.35-150500.46.6.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-netgroup-2.35-150500.46.6.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:pdsh-netgroup-2.35-150500.46.6.3">pdsh-netgroup-2.35-150500.46.6.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-slurm_24_11-2.35-150500.46.6.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:pdsh-slurm_24_11-2.35-150500.46.6.2">pdsh-slurm_24_11-2.35-150500.46.6.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-slurm_24_11-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-slurm_24_11-24.11.1-150300.7.5.1">perl-slurm_24_11-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-24.11.1-150300.7.5.1">slurm_24_11-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-auth-none-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-auth-none-24.11.1-150300.7.5.1">slurm_24_11-auth-none-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-config-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-config-24.11.1-150300.7.5.1">slurm_24_11-config-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-config-man-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-config-man-24.11.1-150300.7.5.1">slurm_24_11-config-man-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-cray-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-cray-24.11.1-150300.7.5.1">slurm_24_11-cray-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-devel-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-devel-24.11.1-150300.7.5.1">slurm_24_11-devel-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-doc-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-doc-24.11.1-150300.7.5.1">slurm_24_11-doc-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-lua-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-lua-24.11.1-150300.7.5.1">slurm_24_11-lua-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-munge-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-munge-24.11.1-150300.7.5.1">slurm_24_11-munge-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-node-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-node-24.11.1-150300.7.5.1">slurm_24_11-node-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-pam_slurm-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-pam_slurm-24.11.1-150300.7.5.1">slurm_24_11-pam_slurm-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-plugins-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-plugins-24.11.1-150300.7.5.1">slurm_24_11-plugins-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-rest-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-rest-24.11.1-150300.7.5.1">slurm_24_11-rest-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-slurmdbd-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-slurmdbd-24.11.1-150300.7.5.1">slurm_24_11-slurmdbd-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-sql-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-sql-24.11.1-150300.7.5.1">slurm_24_11-sql-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-sview-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-sview-24.11.1-150300.7.5.1">slurm_24_11-sview-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-torque-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-torque-24.11.1-150300.7.5.1">slurm_24_11-torque-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-webdoc-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-webdoc-24.11.1-150300.7.5.1">slurm_24_11-webdoc-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnss_slurm2_24_11-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libnss_slurm2_24_11-24.11.1-150300.7.5.1">libnss_slurm2_24_11-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpmi0_24_11-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpmi0_24_11-24.11.1-150300.7.5.1">libpmi0_24_11-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libslurm42-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libslurm42-24.11.1-150300.7.5.1">libslurm42-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-2.35-150500.46.6.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:pdsh-2.35-150500.46.6.3">pdsh-2.35-150500.46.6.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-dshgroup-2.35-150500.46.6.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:pdsh-dshgroup-2.35-150500.46.6.3">pdsh-dshgroup-2.35-150500.46.6.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-genders-2.35-150500.46.6.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:pdsh-genders-2.35-150500.46.6.3">pdsh-genders-2.35-150500.46.6.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-machines-2.35-150500.46.6.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:pdsh-machines-2.35-150500.46.6.3">pdsh-machines-2.35-150500.46.6.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-netgroup-2.35-150500.46.6.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:pdsh-netgroup-2.35-150500.46.6.3">pdsh-netgroup-2.35-150500.46.6.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-slurm_24_11-2.35-150500.46.6.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:pdsh-slurm_24_11-2.35-150500.46.6.2">pdsh-slurm_24_11-2.35-150500.46.6.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-slurm_24_11-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-slurm_24_11-24.11.1-150300.7.5.1">perl-slurm_24_11-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-24.11.1-150300.7.5.1">slurm_24_11-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-auth-none-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-auth-none-24.11.1-150300.7.5.1">slurm_24_11-auth-none-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-config-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-config-24.11.1-150300.7.5.1">slurm_24_11-config-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-config-man-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-config-man-24.11.1-150300.7.5.1">slurm_24_11-config-man-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-cray-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-cray-24.11.1-150300.7.5.1">slurm_24_11-cray-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-devel-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-devel-24.11.1-150300.7.5.1">slurm_24_11-devel-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-doc-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-doc-24.11.1-150300.7.5.1">slurm_24_11-doc-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-lua-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-lua-24.11.1-150300.7.5.1">slurm_24_11-lua-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-munge-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-munge-24.11.1-150300.7.5.1">slurm_24_11-munge-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-node-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-node-24.11.1-150300.7.5.1">slurm_24_11-node-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-pam_slurm-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-pam_slurm-24.11.1-150300.7.5.1">slurm_24_11-pam_slurm-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-plugins-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-plugins-24.11.1-150300.7.5.1">slurm_24_11-plugins-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-rest-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-rest-24.11.1-150300.7.5.1">slurm_24_11-rest-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-slurmdbd-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-slurmdbd-24.11.1-150300.7.5.1">slurm_24_11-slurmdbd-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-sql-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-sql-24.11.1-150300.7.5.1">slurm_24_11-sql-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-sview-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-sview-24.11.1-150300.7.5.1">slurm_24_11-sview-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-torque-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-torque-24.11.1-150300.7.5.1">slurm_24_11-torque-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-webdoc-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-webdoc-24.11.1-150300.7.5.1">slurm_24_11-webdoc-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnss_slurm2_24_11-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP6:libnss_slurm2_24_11-24.11.1-150300.7.5.1">libnss_slurm2_24_11-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise Module for HPC 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpmi0_24_11-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP6:libpmi0_24_11-24.11.1-150300.7.5.1">libpmi0_24_11-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise Module for HPC 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libslurm42-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP6:libslurm42-24.11.1-150300.7.5.1">libslurm42-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise Module for HPC 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-2.35-150500.46.6.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP6:pdsh-2.35-150500.46.6.3">pdsh-2.35-150500.46.6.3 as a component of SUSE Linux Enterprise Module for HPC 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-dshgroup-2.35-150500.46.6.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP6:pdsh-dshgroup-2.35-150500.46.6.3">pdsh-dshgroup-2.35-150500.46.6.3 as a component of SUSE Linux Enterprise Module for HPC 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-genders-2.35-150500.46.6.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP6:pdsh-genders-2.35-150500.46.6.3">pdsh-genders-2.35-150500.46.6.3 as a component of SUSE Linux Enterprise Module for HPC 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-machines-2.35-150500.46.6.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP6:pdsh-machines-2.35-150500.46.6.3">pdsh-machines-2.35-150500.46.6.3 as a component of SUSE Linux Enterprise Module for HPC 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-netgroup-2.35-150500.46.6.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP6:pdsh-netgroup-2.35-150500.46.6.3">pdsh-netgroup-2.35-150500.46.6.3 as a component of SUSE Linux Enterprise Module for HPC 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-slurm_24_11-2.35-150500.46.6.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP6:pdsh-slurm_24_11-2.35-150500.46.6.2">pdsh-slurm_24_11-2.35-150500.46.6.2 as a component of SUSE Linux Enterprise Module for HPC 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-slurm_24_11-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP6:perl-slurm_24_11-24.11.1-150300.7.5.1">perl-slurm_24_11-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise Module for HPC 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-24.11.1-150300.7.5.1">slurm_24_11-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise Module for HPC 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-auth-none-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-auth-none-24.11.1-150300.7.5.1">slurm_24_11-auth-none-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise Module for HPC 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-config-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-config-24.11.1-150300.7.5.1">slurm_24_11-config-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise Module for HPC 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-config-man-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-config-man-24.11.1-150300.7.5.1">slurm_24_11-config-man-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise Module for HPC 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-cray-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-cray-24.11.1-150300.7.5.1">slurm_24_11-cray-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise Module for HPC 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-devel-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-devel-24.11.1-150300.7.5.1">slurm_24_11-devel-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise Module for HPC 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-doc-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-doc-24.11.1-150300.7.5.1">slurm_24_11-doc-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise Module for HPC 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-lua-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-lua-24.11.1-150300.7.5.1">slurm_24_11-lua-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise Module for HPC 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-munge-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-munge-24.11.1-150300.7.5.1">slurm_24_11-munge-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise Module for HPC 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-node-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-node-24.11.1-150300.7.5.1">slurm_24_11-node-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise Module for HPC 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-pam_slurm-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-pam_slurm-24.11.1-150300.7.5.1">slurm_24_11-pam_slurm-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise Module for HPC 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-plugins-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-plugins-24.11.1-150300.7.5.1">slurm_24_11-plugins-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise Module for HPC 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-rest-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-rest-24.11.1-150300.7.5.1">slurm_24_11-rest-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise Module for HPC 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-slurmdbd-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-slurmdbd-24.11.1-150300.7.5.1">slurm_24_11-slurmdbd-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise Module for HPC 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-sql-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-sql-24.11.1-150300.7.5.1">slurm_24_11-sql-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise Module for HPC 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-sview-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-sview-24.11.1-150300.7.5.1">slurm_24_11-sview-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise Module for HPC 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-torque-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-torque-24.11.1-150300.7.5.1">slurm_24_11-torque-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise Module for HPC 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-webdoc-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-webdoc-24.11.1-150300.7.5.1">slurm_24_11-webdoc-24.11.1-150300.7.5.1 as a component of SUSE Linux Enterprise Module for HPC 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-2.35-150500.46.6.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP6:pdsh-2.35-150500.46.6.3">pdsh-2.35-150500.46.6.3 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-dshgroup-2.35-150500.46.6.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP6:pdsh-dshgroup-2.35-150500.46.6.3">pdsh-dshgroup-2.35-150500.46.6.3 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-genders-2.35-150500.46.6.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP6:pdsh-genders-2.35-150500.46.6.3">pdsh-genders-2.35-150500.46.6.3 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-machines-2.35-150500.46.6.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP6:pdsh-machines-2.35-150500.46.6.3">pdsh-machines-2.35-150500.46.6.3 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-netgroup-2.35-150500.46.6.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP6:pdsh-netgroup-2.35-150500.46.6.3">pdsh-netgroup-2.35-150500.46.6.3 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnss_slurm2_24_11-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libnss_slurm2_24_11-24.11.1-150300.7.5.1">libnss_slurm2_24_11-24.11.1-150300.7.5.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpmi0_24_11-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libpmi0_24_11-24.11.1-150300.7.5.1">libpmi0_24_11-24.11.1-150300.7.5.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libslurm42-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libslurm42-24.11.1-150300.7.5.1">libslurm42-24.11.1-150300.7.5.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-2.35-150500.46.6.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:pdsh-2.35-150500.46.6.3">pdsh-2.35-150500.46.6.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-dshgroup-2.35-150500.46.6.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:pdsh-dshgroup-2.35-150500.46.6.3">pdsh-dshgroup-2.35-150500.46.6.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-genders-2.35-150500.46.6.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:pdsh-genders-2.35-150500.46.6.3">pdsh-genders-2.35-150500.46.6.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-machines-2.35-150500.46.6.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:pdsh-machines-2.35-150500.46.6.3">pdsh-machines-2.35-150500.46.6.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-netgroup-2.35-150500.46.6.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:pdsh-netgroup-2.35-150500.46.6.3">pdsh-netgroup-2.35-150500.46.6.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-slurm_22_05-2.35-150300.54.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:pdsh-slurm_22_05-2.35-150300.54.3">pdsh-slurm_22_05-2.35-150300.54.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-slurm_23_02-2.35-150300.54.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:pdsh-slurm_23_02-2.35-150300.54.3">pdsh-slurm_23_02-2.35-150300.54.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="pdsh-slurm_24_11-2.35-150500.46.6.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:pdsh-slurm_24_11-2.35-150500.46.6.2">pdsh-slurm_24_11-2.35-150500.46.6.2 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-slurm_24_11-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:perl-slurm_24_11-24.11.1-150300.7.5.1">perl-slurm_24_11-24.11.1-150300.7.5.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:slurm_24_11-24.11.1-150300.7.5.1">slurm_24_11-24.11.1-150300.7.5.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-auth-none-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:slurm_24_11-auth-none-24.11.1-150300.7.5.1">slurm_24_11-auth-none-24.11.1-150300.7.5.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-config-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:slurm_24_11-config-24.11.1-150300.7.5.1">slurm_24_11-config-24.11.1-150300.7.5.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-config-man-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:slurm_24_11-config-man-24.11.1-150300.7.5.1">slurm_24_11-config-man-24.11.1-150300.7.5.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-cray-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:slurm_24_11-cray-24.11.1-150300.7.5.1">slurm_24_11-cray-24.11.1-150300.7.5.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-devel-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:slurm_24_11-devel-24.11.1-150300.7.5.1">slurm_24_11-devel-24.11.1-150300.7.5.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-doc-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:slurm_24_11-doc-24.11.1-150300.7.5.1">slurm_24_11-doc-24.11.1-150300.7.5.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-hdf5-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:slurm_24_11-hdf5-24.11.1-150300.7.5.1">slurm_24_11-hdf5-24.11.1-150300.7.5.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-lua-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:slurm_24_11-lua-24.11.1-150300.7.5.1">slurm_24_11-lua-24.11.1-150300.7.5.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-munge-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:slurm_24_11-munge-24.11.1-150300.7.5.1">slurm_24_11-munge-24.11.1-150300.7.5.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-node-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:slurm_24_11-node-24.11.1-150300.7.5.1">slurm_24_11-node-24.11.1-150300.7.5.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-openlava-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:slurm_24_11-openlava-24.11.1-150300.7.5.1">slurm_24_11-openlava-24.11.1-150300.7.5.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-pam_slurm-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:slurm_24_11-pam_slurm-24.11.1-150300.7.5.1">slurm_24_11-pam_slurm-24.11.1-150300.7.5.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-plugins-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:slurm_24_11-plugins-24.11.1-150300.7.5.1">slurm_24_11-plugins-24.11.1-150300.7.5.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-rest-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:slurm_24_11-rest-24.11.1-150300.7.5.1">slurm_24_11-rest-24.11.1-150300.7.5.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-seff-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:slurm_24_11-seff-24.11.1-150300.7.5.1">slurm_24_11-seff-24.11.1-150300.7.5.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-sjstat-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:slurm_24_11-sjstat-24.11.1-150300.7.5.1">slurm_24_11-sjstat-24.11.1-150300.7.5.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-slurmdbd-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:slurm_24_11-slurmdbd-24.11.1-150300.7.5.1">slurm_24_11-slurmdbd-24.11.1-150300.7.5.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-sql-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:slurm_24_11-sql-24.11.1-150300.7.5.1">slurm_24_11-sql-24.11.1-150300.7.5.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-sview-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:slurm_24_11-sview-24.11.1-150300.7.5.1">slurm_24_11-sview-24.11.1-150300.7.5.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-testsuite-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:slurm_24_11-testsuite-24.11.1-150300.7.5.1">slurm_24_11-testsuite-24.11.1-150300.7.5.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-torque-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:slurm_24_11-torque-24.11.1-150300.7.5.1">slurm_24_11-torque-24.11.1-150300.7.5.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_24_11-webdoc-24.11.1-150300.7.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:slurm_24_11-webdoc-24.11.1-150300.7.5.1">slurm_24_11-webdoc-24.11.1-150300.7.5.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
  </ProductTree>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="1">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">unknown</Note>
    </Notes>
    <CVE>CVE-2024-42511</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libnss_slurm2_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpmi0_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libslurm42-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:pdsh-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:pdsh-dshgroup-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:pdsh-genders-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:pdsh-machines-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:pdsh-netgroup-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:pdsh-slurm-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:pdsh-slurm_22_05-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:pdsh-slurm_23_02-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:pdsh-slurm_24_11-2.35-150300.54.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-slurm_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-auth-none-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-config-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-config-man-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-cray-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-devel-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-doc-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-lua-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-munge-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-node-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-pam_slurm-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-plugins-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-rest-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-slurmdbd-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-sql-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-sview-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-torque-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-webdoc-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libnss_slurm2_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpmi0_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libslurm42-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:pdsh-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:pdsh-dshgroup-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:pdsh-genders-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:pdsh-machines-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:pdsh-netgroup-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:pdsh-slurm-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:pdsh-slurm_22_05-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:pdsh-slurm_23_02-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:pdsh-slurm_24_11-2.35-150300.54.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-slurm_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-auth-none-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-config-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-config-man-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-cray-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-devel-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-doc-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-lua-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-munge-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-node-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-pam_slurm-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-plugins-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-rest-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-slurmdbd-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-sql-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-sview-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-torque-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-webdoc-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libnss_slurm2_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpmi0_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libslurm42-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:pdsh-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:pdsh-dshgroup-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:pdsh-genders-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:pdsh-machines-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:pdsh-netgroup-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:pdsh-slurm-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:pdsh-slurm_22_05-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:pdsh-slurm_23_02-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:pdsh-slurm_24_11-2.35-150300.54.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-slurm_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-auth-none-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-config-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-config-man-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-cray-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-devel-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-doc-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-lua-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-munge-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-node-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-pam_slurm-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-plugins-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-rest-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-slurmdbd-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-sql-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-sview-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-torque-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-webdoc-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libnss_slurm2_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpmi0_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libslurm42-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:pdsh-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:pdsh-dshgroup-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:pdsh-genders-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:pdsh-machines-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:pdsh-netgroup-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:pdsh-slurm_24_11-2.35-150500.46.6.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-slurm_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-auth-none-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-config-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-config-man-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-cray-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-devel-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-doc-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-lua-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-munge-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-node-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-pam_slurm-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-plugins-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-rest-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-slurmdbd-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-sql-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-sview-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-torque-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-webdoc-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libnss_slurm2_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpmi0_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libslurm42-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:pdsh-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:pdsh-dshgroup-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:pdsh-genders-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:pdsh-machines-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:pdsh-netgroup-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:pdsh-slurm_24_11-2.35-150500.46.6.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-slurm_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-auth-none-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-config-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-config-man-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-cray-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-devel-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-doc-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-lua-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-munge-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-node-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-pam_slurm-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-plugins-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-rest-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-slurmdbd-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-sql-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-sview-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-torque-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-webdoc-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:libnss_slurm2_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:libpmi0_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:libslurm42-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:pdsh-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:pdsh-dshgroup-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:pdsh-genders-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:pdsh-machines-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:pdsh-netgroup-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:pdsh-slurm_24_11-2.35-150500.46.6.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:perl-slurm_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-auth-none-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-config-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-config-man-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-cray-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-devel-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-doc-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-lua-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-munge-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-node-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-pam_slurm-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-plugins-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-rest-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-slurmdbd-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-sql-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-sview-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-torque-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-webdoc-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP6:pdsh-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP6:pdsh-dshgroup-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP6:pdsh-genders-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP6:pdsh-machines-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP6:pdsh-netgroup-2.35-150500.46.6.3</ProductID>
        <ProductID>openSUSE Leap 15.6:libnss_slurm2_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:libpmi0_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:libslurm42-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:pdsh-2.35-150500.46.6.3</ProductID>
        <ProductID>openSUSE Leap 15.6:pdsh-dshgroup-2.35-150500.46.6.3</ProductID>
        <ProductID>openSUSE Leap 15.6:pdsh-genders-2.35-150500.46.6.3</ProductID>
        <ProductID>openSUSE Leap 15.6:pdsh-machines-2.35-150500.46.6.3</ProductID>
        <ProductID>openSUSE Leap 15.6:pdsh-netgroup-2.35-150500.46.6.3</ProductID>
        <ProductID>openSUSE Leap 15.6:pdsh-slurm_22_05-2.35-150300.54.3</ProductID>
        <ProductID>openSUSE Leap 15.6:pdsh-slurm_23_02-2.35-150300.54.3</ProductID>
        <ProductID>openSUSE Leap 15.6:pdsh-slurm_24_11-2.35-150500.46.6.2</ProductID>
        <ProductID>openSUSE Leap 15.6:perl-slurm_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-auth-none-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-config-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-config-man-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-cray-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-devel-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-doc-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-hdf5-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-lua-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-munge-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-node-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-openlava-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-pam_slurm-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-plugins-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-rest-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-seff-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-sjstat-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-slurmdbd-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-sql-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-sview-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-testsuite-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-torque-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-webdoc-24.11.1-150300.7.5.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>low</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement//suse-fu-20250660-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2024-42511.html</URL>
        <Description>CVE-2024-42511</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1236726</URL>
        <Description>SUSE Bug 1236726</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="2">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">SchedMD Slurm before 24.05.4 has Incorrect Authorization. A mistake in authentication handling in stepmgr could permit an attacker to execute processes under other users' jobs. This is limited to jobs explicitly running with --stepmgr, or on systems that have globally enabled stepmgr via SlurmctldParameters=enable_stepmgr in their configuration.</Note>
    </Notes>
    <CVE>CVE-2024-48936</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libnss_slurm2_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpmi0_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libslurm42-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:pdsh-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:pdsh-dshgroup-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:pdsh-genders-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:pdsh-machines-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:pdsh-netgroup-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:pdsh-slurm-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:pdsh-slurm_22_05-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:pdsh-slurm_23_02-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:pdsh-slurm_24_11-2.35-150300.54.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-slurm_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-auth-none-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-config-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-config-man-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-cray-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-devel-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-doc-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-lua-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-munge-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-node-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-pam_slurm-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-plugins-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-rest-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-slurmdbd-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-sql-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-sview-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-torque-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_24_11-webdoc-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libnss_slurm2_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpmi0_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libslurm42-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:pdsh-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:pdsh-dshgroup-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:pdsh-genders-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:pdsh-machines-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:pdsh-netgroup-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:pdsh-slurm-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:pdsh-slurm_22_05-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:pdsh-slurm_23_02-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:pdsh-slurm_24_11-2.35-150300.54.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-slurm_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-auth-none-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-config-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-config-man-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-cray-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-devel-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-doc-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-lua-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-munge-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-node-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-pam_slurm-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-plugins-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-rest-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-slurmdbd-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-sql-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-sview-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-torque-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:slurm_24_11-webdoc-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libnss_slurm2_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpmi0_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libslurm42-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:pdsh-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:pdsh-dshgroup-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:pdsh-genders-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:pdsh-machines-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:pdsh-netgroup-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:pdsh-slurm-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:pdsh-slurm_22_05-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:pdsh-slurm_23_02-2.35-150300.54.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:pdsh-slurm_24_11-2.35-150300.54.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-slurm_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-auth-none-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-config-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-config-man-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-cray-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-devel-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-doc-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-lua-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-munge-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-node-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-pam_slurm-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-plugins-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-rest-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-slurmdbd-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-sql-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-sview-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-torque-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:slurm_24_11-webdoc-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libnss_slurm2_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpmi0_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libslurm42-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:pdsh-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:pdsh-dshgroup-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:pdsh-genders-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:pdsh-machines-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:pdsh-netgroup-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:pdsh-slurm_24_11-2.35-150500.46.6.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-slurm_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-auth-none-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-config-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-config-man-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-cray-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-devel-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-doc-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-lua-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-munge-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-node-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-pam_slurm-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-plugins-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-rest-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-slurmdbd-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-sql-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-sview-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-torque-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:slurm_24_11-webdoc-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libnss_slurm2_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpmi0_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libslurm42-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:pdsh-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:pdsh-dshgroup-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:pdsh-genders-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:pdsh-machines-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:pdsh-netgroup-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:pdsh-slurm_24_11-2.35-150500.46.6.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-slurm_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-auth-none-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-config-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-config-man-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-cray-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-devel-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-doc-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-lua-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-munge-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-node-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-pam_slurm-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-plugins-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-rest-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-slurmdbd-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-sql-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-sview-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-torque-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:slurm_24_11-webdoc-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:libnss_slurm2_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:libpmi0_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:libslurm42-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:pdsh-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:pdsh-dshgroup-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:pdsh-genders-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:pdsh-machines-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:pdsh-netgroup-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:pdsh-slurm_24_11-2.35-150500.46.6.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:perl-slurm_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-auth-none-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-config-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-config-man-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-cray-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-devel-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-doc-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-lua-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-munge-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-node-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-pam_slurm-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-plugins-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-rest-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-slurmdbd-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-sql-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-sview-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-torque-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP6:slurm_24_11-webdoc-24.11.1-150300.7.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP6:pdsh-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP6:pdsh-dshgroup-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP6:pdsh-genders-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP6:pdsh-machines-2.35-150500.46.6.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP6:pdsh-netgroup-2.35-150500.46.6.3</ProductID>
        <ProductID>openSUSE Leap 15.6:libnss_slurm2_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:libpmi0_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:libslurm42-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:pdsh-2.35-150500.46.6.3</ProductID>
        <ProductID>openSUSE Leap 15.6:pdsh-dshgroup-2.35-150500.46.6.3</ProductID>
        <ProductID>openSUSE Leap 15.6:pdsh-genders-2.35-150500.46.6.3</ProductID>
        <ProductID>openSUSE Leap 15.6:pdsh-machines-2.35-150500.46.6.3</ProductID>
        <ProductID>openSUSE Leap 15.6:pdsh-netgroup-2.35-150500.46.6.3</ProductID>
        <ProductID>openSUSE Leap 15.6:pdsh-slurm_22_05-2.35-150300.54.3</ProductID>
        <ProductID>openSUSE Leap 15.6:pdsh-slurm_23_02-2.35-150300.54.3</ProductID>
        <ProductID>openSUSE Leap 15.6:pdsh-slurm_24_11-2.35-150500.46.6.2</ProductID>
        <ProductID>openSUSE Leap 15.6:perl-slurm_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-auth-none-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-config-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-config-man-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-cray-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-devel-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-doc-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-hdf5-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-lua-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-munge-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-node-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-openlava-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-pam_slurm-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-plugins-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-rest-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-seff-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-sjstat-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-slurmdbd-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-sql-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-sview-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-testsuite-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-torque-24.11.1-150300.7.5.1</ProductID>
        <ProductID>openSUSE Leap 15.6:slurm_24_11-webdoc-24.11.1-150300.7.5.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement//suse-fu-20250660-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2024-48936.html</URL>
        <Description>CVE-2024-48936</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1236722</URL>
        <Description>SUSE Bug 1236722</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
</cvrfdoc>
