diff --git a/configs/CSC-LUMI-HPECray-zen3-MI250X-Slingshot/auxiliary_software_files/compilers.yaml b/configs/CSC-LUMI-HPECray-zen3-MI250X-Slingshot/auxiliary_software_files/compilers.yaml new file mode 100644 index 000000000..793e9050f --- /dev/null +++ b/configs/CSC-LUMI-HPECray-zen3-MI250X-Slingshot/auxiliary_software_files/compilers.yaml @@ -0,0 +1,139 @@ +# Copyright 2023 Lawrence Livermore National Security, LLC and other +# Benchpark Project Developers. See the top-level COPYRIGHT file for details. +# +# SPDX-License-Identifier: Apache-2.0 + +compilers: + - compiler: + spec: gcc@7.5.0 + paths: + cc: /usr/bin/gcc + cxx: /usr/bin/g++ + f77: /usr/bin/gfortran + fc: /usr/bin/gfortran + flags: {} + operating_system: sles15 + target: any + modules: [] + environment: + append_path: + PKG_CONFIG_PATH: /usr/lib64/pkgconfig + extra_rpaths: [] + - compiler: + spec: gcc@11.2.0 + paths: + cc: /opt/cray/pe/gcc/11.2.0/bin/gcc + cxx: /opt/cray/pe/gcc/11.2.0/bin/g++ + f77: /opt/cray/pe/gcc/11.2.0/bin/gfortran + fc: /opt/cray/pe/gcc/11.2.0/bin/gfortran + flags: {} + operating_system: sles15 + target: any + modules: [] + environment: + prepend_path: + LD_LIBRARY_PATH: /opt/cray/pe/pmi/6.1.12/lib:/opt/cray/libfabric/1.15.2.0/lib64 + PKG_CONFIG_PATH: /usr/lib64/pkgconfig + extra_rpaths: [] + - compiler: + spec: gcc@12.2.0 + paths: + cc: /opt/cray/pe/gcc/12.2.0/bin/gcc + cxx: /opt/cray/pe/gcc/12.2.0/bin/g++ + f77: /opt/cray/pe/gcc/12.2.0/bin/gfortran + fc: /opt/cray/pe/gcc/12.2.0/bin/gfortran + flags: {} + operating_system: sles15 + target: any + modules: [] + environment: + prepend_path: + LD_LIBRARY_PATH: /opt/cray/pe/pmi/6.1.12/lib:/opt/cray/libfabric/1.15.2.0/lib64 + PKG_CONFIG_PATH: /usr/lib64/pkgconfig + extra_rpaths: [] + - compiler: + spec: cce@14.0.2 + paths: + cc: /opt/cray/pe/cce/14.0.2/bin/craycc + cxx: /opt/cray/pe/cce/14.0.2/bin/crayCC + f77: /opt/cray/pe/cce/14.0.2/bin/crayftn + fc: /opt/cray/pe/cce/14.0.2/bin/crayftn + flags: {} + operating_system: sles15 + target: any + modules: [] + environment: + set: + RFE_811452_DISABLE: '1' + prepend_path: + LD_LIBRARY_PATH: /opt/cray/pe/pmi/6.1.12/lib + append_path: + LD_LIBRARY_PATH: /opt/cray/pe/gcc-libs + PKG_CONFIG_PATH: /usr/lib64/pkgconfig + extra_rpaths: + - /opt/cray/pe/gcc-libs + - compiler: + spec: cce@15.0.1 + paths: + cc: /opt/cray/pe/cce/15.0.1/bin/craycc + cxx: /opt/cray/pe/cce/15.0.1/bin/crayCC + f77: /opt/cray/pe/cce/15.0.1/bin/crayftn + fc: /opt/cray/pe/cce/15.0.1/bin/crayftn + flags: {} + operating_system: sles15 + target: any + modules: [] + environment: + set: + RFE_811452_DISABLE: '1' + prepend_path: + LD_LIBRARY_PATH: /opt/cray/pe/pmi/6.1.12/lib + append_path: + LD_LIBRARY_PATH: /opt/cray/pe/gcc-libs + PKG_CONFIG_PATH: /usr/lib64/pkgconfig + extra_rpaths: + - /opt/cray/pe/gcc-libs + - compiler: + spec: cce@16.0.1 + paths: + cc: /opt/cray/pe/cce/16.0.1/bin/craycc + cxx: /opt/cray/pe/cce/16.0.1/bin/crayCC + f77: /opt/cray/pe/cce/16.0.1/bin/crayftn + fc: /opt/cray/pe/cce/16.0.1/bin/crayftn + flags: {} + operating_system: sles15 + target: any + modules: [] + environment: + set: + RFE_811452_DISABLE: '1' + prepend_path: + LD_LIBRARY_PATH: /opt/cray/pe/pmi/6.1.12/lib + append_path: + LD_LIBRARY_PATH: /opt/cray/pe/gcc-libs + PKG_CONFIG_PATH: /usr/lib64/pkgconfig + extra_rpaths: + - /opt/cray/pe/gcc-libs + - compiler: + spec: rocmcc@5.6.1 + paths: + cc: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1/bin/amdclang + cxx: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1/bin/amdclang++ + f77: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1/bin/amdflang + fc: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1/bin/amdflang + flags: {} + operating_system: sles15 + target: any + modules: [] + environment: + set: + RFE_811452_DISABLE: '1' + append_path: + LD_LIBRARY_PATH: /opt/cray/pe/gcc-libs + prepend_path: + LD_LIBRARY_PATH: /opt/cray/pe/pmi/6.1.12/lib + LIBRARY_PATH: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1/lib:/appl/lumi/SW/CrayEnv/EB/rocm/5.6.1/lib64 + extra_rpaths: + - /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1/lib + - /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1/lib64 + - /opt/cray/pe/gcc-libs diff --git a/configs/CSC-LUMI-HPECray-zen3-MI250X-Slingshot/auxiliary_software_files/packages.yaml b/configs/CSC-LUMI-HPECray-zen3-MI250X-Slingshot/auxiliary_software_files/packages.yaml new file mode 100644 index 000000000..53bf7cdbf --- /dev/null +++ b/configs/CSC-LUMI-HPECray-zen3-MI250X-Slingshot/auxiliary_software_files/packages.yaml @@ -0,0 +1,230 @@ +# Copyright 2023 Lawrence Livermore National Security, LLC and other +# Benchpark Project Developers. See the top-level COPYRIGHT file for details. +# +# SPDX-License-Identifier: Apache-2.0 + +packages: + all: + compiler: [gcc@12.2.0] + target: [zen2] + providers: + mpi: [cray-mpich@8.1.27] + blas: [openblas,cray-libsci@23.09.1.1] + lapack: [openblas,cray-libsci@23.09.1.1] + scalapack: [netlib-scalapack,cray-libsci@23.09.1.1] + mpi: + buildable: false + cray-mpich: + externals: + - spec: cray-mpich@8.1.27%gcc + prefix: /opt/cray/pe/mpich/8.1.27/ofi/gnu/9.1 + modules: + - libfabric/1.15.2.0 + - spec: cray-mpich@8.1.27%cce + prefix: /opt/cray/pe/mpich/8.1.27/ofi/cray/14.0 + modules: + - libfabric/1.15.2.0 + - spec: cray-mpich@8.1.27%rocmcc + prefix: /opt/cray/pe/mpich/8.1.27/ofi/amd/5.0 + modules: + - libfabric/1.15.2.0 + buildable: false + blas: + buildable: false + lapack: + buildable: false + cray-libsci: + externals: + - spec: cray-libsci@23.09.1.1%gcc + prefix: /opt/cray/pe/libsci/23.09.1.1/gnu/10.3/x86_64 + modules: + - cray-libsci/23.09.1.1 + - spec: cray-libsci@23.09.1.1%cce + prefix: /opt/cray/pe/libsci/23.09.1.1/cray/12.0/x86_64 + modules: + - cray-libsci/23.09.1.1 + - spec: cray-libsci@23.09.1.1%rocmcc + prefix: /opt/cray/pe/libsci/23.09.1.1/AMD/5.0/x86_64 + modules: + - cray-libsci/23.09.1.1 + buildable: false + gcc: + externals: + - spec: gcc@7.5.0 languages=c,c++,fortran + prefix: /usr + extra_attributes: + compilers: + c: /usr/bin/gcc + cxx: /usr/bin/g++-7 + fortran: /usr/bin/gfortran + slurm: + externals: + - spec: slurm@22.05.10 + prefix: /usr + buildable: false + comgr: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1 + spec: comgr@5.6.1 + hip: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1/hip + spec: hip@5.6.1 + hip-rocclr: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1/rocclr + spec: hip-rocclr@5.6.1 + hipblas: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1 + spec: hipblas@5.6.1 + hipcub: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1 + spec: hipcub@5.6.1 + hipfft: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1 + spec: hipfft@5.6.1 + hipfort: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1 + spec: hipfort@5.6.1 + hipify-clang: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1 + spec: hipify-clang@5.6.1 + hipsparse: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1 + spec: hipsparse@5.6.1 + hsa-rocr-dev: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1 + spec: hsa-rocr-dev@5.6.1 + hsakmt-roct: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1 + spec: hsakmt-roct@5.6.1 + llvm-amdgpu: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1/llvm + spec: llvm-amdgpu@5.6.1 + rccl: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1 + spec: rccl@5.6.1 + rocalution: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1 + spec: rocalution@5.6.1 + rocblas: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1 + spec: rocblas@5.6.1 + rocfft: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1 + spec: rocfft@5.6.1 + variants: amdgpu_target=auto amdgpu_target_sram_ecc=auto + rocm-clang-ocl: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1 + spec: rocm-clang-ocl@5.6.1 + rocm-cmake: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1 + spec: rocm-cmake@5.6.1 + rocm-device-libs: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1 + spec: rocm-device-libs@5.6.1 + rocm-gdb: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1 + spec: rocm-gdb@5.6.1 + rocm-opencl: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1/opencl + spec: rocm-opencl@5.6.1 + rocm-opencl-runtime: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1/opencl + spec: rocm-opencl-runtime@5.6.1 + rocm-openmp-extras: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1/llvm + spec: rocm-openmp-extras@5.6.1 + rocm-smi: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1/rocm_smi + spec: rocmsmi@5.6.1 + rocm-smi-lib: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1/rocm_smi + spec: rocm-smi-lib@5.6.1 + rocminfo: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1 + spec: rocminfo@5.6.1 + rocprim: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1 + spec: rocprim@5.6.1 + rocprofiler-dev: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1 + spec: rocprofiler-dev@5.6.1 + rocrand: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1 + spec: rocrand@5.6.1 + rocsolver: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1 + spec: rocsolver@5.6.1 + rocsparse: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1 + spec: rocsparse@5.6.1 + rocthrust: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1 + spec: rocthrust@5.6.1 + roctracer-dev: + buildable: false + externals: + - prefix: /appl/lumi/SW/CrayEnv/EB/rocm/5.6.1 + spec: roctracer-dev@5.6.1 diff --git a/configs/CSC-LUMI-HPECray-zen3-MI250X-Slingshot/spack.yaml b/configs/CSC-LUMI-HPECray-zen3-MI250X-Slingshot/spack.yaml new file mode 100644 index 000000000..caeb2d4c5 --- /dev/null +++ b/configs/CSC-LUMI-HPECray-zen3-MI250X-Slingshot/spack.yaml @@ -0,0 +1,26 @@ +# Copyright 2023 Lawrence Livermore National Security, LLC and other +# Benchpark Project Developers. See the top-level COPYRIGHT file for details. +# +# SPDX-License-Identifier: Apache-2.0 + +spack: + packages: + default-compiler: + spack_spec: cce@16 + default-mpi: + spack_spec: cray-mpich@8.1%cce ~gtl + compiler-rocm: + spack_spec: cce@16 + blas-rocm: + spack_spec: rocblas@5.6.1 + blas: + spack_spec: cray-libsci@23 + lapack: + spack_spec: cray-libsci@23 + mpi-rocm-gtl: + spack_spec: cray-mpich@8.1%cce +gtl + mpi-rocm-no-gtl: + spack_spec: cray-mpich@8.1%cce ~gtl + mpi-gcc: + spack_spec: cray-mpich@8.1%gcc ~gtl + diff --git a/configs/CSC-LUMI-HPECray-zen3-MI250X-Slingshot/system_definition.yaml b/configs/CSC-LUMI-HPECray-zen3-MI250X-Slingshot/system_definition.yaml new file mode 100644 index 000000000..d019ee3c1 --- /dev/null +++ b/configs/CSC-LUMI-HPECray-zen3-MI250X-Slingshot/system_definition.yaml @@ -0,0 +1,34 @@ +# Copyright 2023 Lawrence Livermore National Security, LLC and other +# Benchpark Project Developers. See the top-level COPYRIGHT file for details. +# +# SPDX-License-Identifier: Apache-2.0 + +system_definition: + name: LUMI-zen3-MI250X-Slingshot + site: CSC + system: LUMI-zen3-MI250X-Slingshot + integrator: + vendor: HPECray + name: EX235a + processor: + vendor: AMD + name: EPYC-Zen3 + ISA: x86_64 + uArch: zen3 + accelerator: + vendor: AMD + name: MI250X + ISA: GCN + uArch: gfx90a + interconnect: + vendor: HPECray + name: Slingshot11 + system-tested: + site: CSC + name: LUMI + installation-year: 2023 + description: top500 + top500-system-instances: + - Frontier (ORNL) + - LUMI (CSC) + - Tioga (LLNL) diff --git a/configs/CSC-LUMI-HPECray-zen3-MI250X-Slingshot/variables.yaml b/configs/CSC-LUMI-HPECray-zen3-MI250X-Slingshot/variables.yaml new file mode 100644 index 000000000..6c86bdd0e --- /dev/null +++ b/configs/CSC-LUMI-HPECray-zen3-MI250X-Slingshot/variables.yaml @@ -0,0 +1,17 @@ +# Copyright 2023 Lawrence Livermore National Security, LLC and other +# Benchpark Project Developers. See the top-level COPYRIGHT file for details. +# +# SPDX-License-Identifier: Apache-2.0 + +variables: + gtl_flag: '' # to be overwritten by tests that need GTL + rocm_arch: 'gfx90a' + batch_time: '02:00' + mpi_command: 'srun -N {n_nodes} -n {n_ranks}' + batch_submit: 'sbatch {execute_experiment}' + batch_nodes: '#SBATCH -N {n_nodes}' + batch_ranks: '#SBATCH -n {n_ranks}' + batch_timeout: '#SBATCH -t {batch_time}:00' + cpu_partition: '#SBATCH -p small' + gpu_partition: '#SBATCH -p small-g' + diff --git a/docs/tables/current-system-definitions.csv b/docs/tables/current-system-definitions.csv index ccefd6d24..33574b63a 100644 --- a/docs/tables/current-system-definitions.csv +++ b/docs/tables/current-system-definitions.csv @@ -1,20 +1,20 @@ -,Sierra,AWS_PCluster_Hpc7a-zen4-EFA,HPECray-zen3-MI250X-Slingshot,Magma,Piz Daint,Fugaku,Pascal,Eiger,Tioga,x86_64 -**site**,LLNL,,,LLNL,CSCS,RIKEN Center for Computational Science,LLNL,CSCS,LLNL, -**system**,IBM-power9-V100-Infiniband,AWS_PCluster_Hpc7a-zen4-EFA,HPECray-zen3-MI250X-Slingshot,Penguin-icelake-OmniPath,HPECray-haswell-P100-Infiniband,Fujitsu-A64FX-TofuD,Penguin-broadwell-P100-OmniPath,HPECray-zen2-Slingshot,HPECray-zen3-MI250X-Slingshot,x86_64 -**integrator.vendor**,IBM,AWS,HPECray,PenguinComputing,HPECray,Fujitsu,Penguin,HPECray,HPECray, -**integrator.name**,AC922,ParallelCluster3.7.2-Hpc7a,EX235a,RelionCluster,,FX1000,,,EX235a, -**processor.vendor**,IBM,AMD,AMD,Intel,Intel,Fujitsu,Intel,AMD,AMD, -**processor.name**,POWER9,EPYC-Zen4,EPYC-Zen3,XeonPlatinum924248C,Xeon-E5-2650v3,A64FX,Xeon_E5-2695_v4,EPYC-7742,EPYC-Zen3, -**processor.ISA**,ppc64le,x86_64,x86_64,x86_64,x86_64,Armv8.2-A-SVE,x86_64,x86_64,x86_64,x86_64 -**processor.uArch**,power9,zen4,zen3,icelake,haswell,aarch64,broadwell,zen2,zen3, -**accelerator.vendor**,NVIDIA,,AMD,,NVIDIA,,NVIDIA,,AMD, -**accelerator.name**,V100,,MI250X,,P100,,P100,,MI250X, -**accelerator.ISA**,PTX,,GCN,,PTX,,PTX,,GCN, -**accelerator.uArch**,sm_70,,gfx90a,,sm_60,,sm_56,,gfx90a, -**interconnect.vendor**,Mellanox,AWS,HPECray,Intel,HPECray,Fujitsu,Cornelis,HPECray,HPECray, -**interconnect.name**,EDR-Infiniband,EFA,Slingshot11,OmniPath,Aries,TofuInterconnectD,OmniPath,Slingshot,Slingshot11, -**system-tested.site**,LLNL,AWS,LLNL,LLNL,CSCS,R-CCS,LLNL,CSCS,LLNL, -**system-tested.name**,lassen,,tioga,magma,daint,Fugaku,pascal,daint,tioga, -**system-tested.installation-year**,2018,,2022,2019,2017,2020,2018,2017,2022, -**system-tested.description**,`top500 `_,`aws/hpc7a `_,`top500 `_,`top500 `_,`top500 `_,`top500 `_,,`top500 `_,`top500 `_, -**top500-system-instances**,Sierra (LLNL),,"Frontier (ORNL), Lumi (CSC), Tioga (LLNL)",Magma (LLNL),Piz Daint (CSCS),Fugaku (R-CCS),,,"Frontier (ORNL), Lumi (CSC), Tioga (LLNL)", +,Sierra,AWS_PCluster_Hpc7a-zen4-EFA,HPECray-zen3-MI250X-Slingshot,Magma,Piz Daint,Fugaku,Pascal,Eiger,LUMI-zen3-MI250X-Slingshot,Tioga,x86_64 +**site**,LLNL,,,LLNL,CSCS,RIKEN Center for Computational Science,LLNL,CSCS,CSC,LLNL, +**system**,IBM-power9-V100-Infiniband,AWS_PCluster_Hpc7a-zen4-EFA,HPECray-zen3-MI250X-Slingshot,Penguin-icelake-OmniPath,HPECray-haswell-P100-Infiniband,Fujitsu-A64FX-TofuD,Penguin-broadwell-P100-OmniPath,HPECray-zen2-Slingshot,LUMI-zen3-MI250X-Slingshot,HPECray-zen3-MI250X-Slingshot,x86_64 +**integrator.vendor**,IBM,AWS,HPECray,PenguinComputing,HPECray,Fujitsu,Penguin,HPECray,HPECray,HPECray, +**integrator.name**,AC922,ParallelCluster3.7.2-Hpc7a,EX235a,RelionCluster,,FX1000,,,EX235a,EX235a, +**processor.vendor**,IBM,AMD,AMD,Intel,Intel,Fujitsu,Intel,AMD,AMD,AMD, +**processor.name**,POWER9,EPYC-Zen4,EPYC-Zen3,XeonPlatinum924248C,Xeon-E5-2650v3,A64FX,Xeon_E5-2695_v4,EPYC-7742,EPYC-Zen3,EPYC-Zen3, +**processor.ISA**,ppc64le,x86_64,x86_64,x86_64,x86_64,Armv8.2-A-SVE,x86_64,x86_64,x86_64,x86_64,x86_64 +**processor.uArch**,power9,zen4,zen3,icelake,haswell,aarch64,broadwell,zen2,zen3,zen3, +**accelerator.vendor**,NVIDIA,,AMD,,NVIDIA,,NVIDIA,,AMD,AMD, +**accelerator.name**,V100,,MI250X,,P100,,P100,,MI250X,MI250X, +**accelerator.ISA**,PTX,,GCN,,PTX,,PTX,,GCN,GCN, +**accelerator.uArch**,sm_70,,gfx90a,,sm_60,,sm_56,,gfx90a,gfx90a, +**interconnect.vendor**,Mellanox,AWS,HPECray,Intel,HPECray,Fujitsu,Cornelis,HPECray,HPECray,HPECray, +**interconnect.name**,EDR-Infiniband,EFA,Slingshot11,OmniPath,Aries,TofuInterconnectD,OmniPath,Slingshot,Slingshot11,Slingshot11, +**system-tested.site**,LLNL,AWS,LLNL,LLNL,CSCS,R-CCS,LLNL,CSCS,CSC,LLNL, +**system-tested.name**,lassen,,tioga,magma,daint,Fugaku,pascal,daint,LUMI,tioga, +**system-tested.installation-year**,2018,,2022,2019,2017,2020,2018,2017,2023,2022, +**system-tested.description**,`top500 `_,`aws/hpc7a `_,`top500 `_,`top500 `_,`top500 `_,`top500 `_,,`top500 `_,`top500 `_,`top500 `_, +**top500-system-instances**,Sierra (LLNL),,"Frontier (ORNL), LUMI (CSC), Tioga (LLNL)",Magma (LLNL),Piz Daint (CSCS),Fugaku (R-CCS),,,"Frontier (ORNL), LUMI (CSC), Tioga (LLNL)","Frontier (ORNL), LUMI (CSC), Tioga (LLNL)",