From 1adeb7f072319fd934a0806397e9748ddce5ccaf Mon Sep 17 00:00:00 2001 From: Stephanie Brink Date: Wed, 13 Mar 2024 15:42:22 -0700 Subject: [PATCH] remove tables/*.csv --- docs/available-system-specs.rst | 2 +- docs/benchmark-list.rst | 2 +- docs/generate-benchmark-list.py | 2 +- docs/generate-sys-defs-list.py | 2 +- docs/tables/benchmark-list.csv | 12 ------------ docs/tables/current-system-definitions.csv | 20 -------------------- 6 files changed, 4 insertions(+), 36 deletions(-) delete mode 100644 docs/tables/benchmark-list.csv delete mode 100644 docs/tables/current-system-definitions.csv diff --git a/docs/available-system-specs.rst b/docs/available-system-specs.rst index 131025ea..bf483911 100644 --- a/docs/available-system-specs.rst +++ b/docs/available-system-specs.rst @@ -13,6 +13,6 @@ use as the ``system`` parameter in Benchpark setup. See :doc:`4-benchpark-setup` for more details. .. csv-table:: Current system definitions in Benchpark. - :file: tables/current-system-definitions.csv + :file: current-system-definitions.csv :header-rows: 1 :align: left diff --git a/docs/benchmark-list.rst b/docs/benchmark-list.rst index f00f3e37..5ab06ab2 100644 --- a/docs/benchmark-list.rst +++ b/docs/benchmark-list.rst @@ -8,6 +8,6 @@ Benchmark List ============== .. csv-table:: Current Benchpark tags by benchmark and tag groups. - :file: tables/benchmark-list.csv + :file: benchmark-list.csv :header-rows: 1 :align: left diff --git a/docs/generate-benchmark-list.py b/docs/generate-benchmark-list.py index 0a30ec56..391604a6 100755 --- a/docs/generate-benchmark-list.py +++ b/docs/generate-benchmark-list.py @@ -72,7 +72,7 @@ def main(workspace): main[bmark] = tags_taggroups[bmark] df = pd.DataFrame(main) - df.to_csv("tables/benchmark-list.csv") + df.to_csv("benchmark-list.csv") ################# # Tables diff --git a/docs/generate-sys-defs-list.py b/docs/generate-sys-defs-list.py index f96cce0c..028affac 100755 --- a/docs/generate-sys-defs-list.py +++ b/docs/generate-sys-defs-list.py @@ -68,7 +68,7 @@ def main(): df_tpose.set_index([""], inplace=True) # Write out current system definitions to CSV format - df_tpose.to_csv("tables/current-system-definitions.csv") + df_tpose.to_csv("current-system-definitions.csv") if __name__ == "__main__": diff --git a/docs/tables/benchmark-list.csv b/docs/tables/benchmark-list.csv deleted file mode 100644 index 3cbe1d2d..00000000 --- a/docs/tables/benchmark-list.csv +++ /dev/null @@ -1,12 +0,0 @@ -,amg2023,raja-perf,saxpy,hpcc,hpcg,hpl,lammps,streamc,md-test,osu-micro-benchmarks -application-domain,"['asc', 'engineering']",['asc'],[],[],[],[],['molecular-dynamics'],[],[],[] -benchmark-scale,"['large-scale', 'multi-node', 'single-node', 'sub-node']","['single-node', 'sub-node']",['single-node'],[],[],[],[],[],[],[] -communication,['mpi'],['mpi'],[],[],[],[],[],[],[],[] -communication-performance-characteristics,"['network-collectives', 'network-latency-bound']","['network-latency-bound', 'network-point-to-point']",[],[],[],[],[],[],[],[] -compute-performance-characteristics,"['high-branching', 'mixed-precision']","['atomics', 'register-pressure', 'simd', 'vectorization']",[],[],[],[],[],[],[],[] -math-libraries,['hypre'],[],[],[],[],[],[],[],[],[] -memory-access-characteristics,"['high-memory-bandwidth', 'irregular-memory-access', 'large-memory-footprint', 'regular-memory-access']","['high-memory-bandwidth', 'regular-memory-access']","['high-memory-bandwidth', 'regular-memory-access']",[],[],[],[],[],[],[] -mesh-representation,['block-structured-grid'],['structured-grid'],[],[],[],[],[],[],[],[] -method-type,"['solver', 'sparse-linear-algebra']",[],[],[],[],[],[],[],[],[] -programming-language,['c'],['c++'],['c++'],[],[],[],[],[],[],[] -programming-model,"['cuda', 'hip', 'openmp']","['cuda', 'hip', 'openmp', 'raja', 'sycl']","['cuda', 'hip', 'openmp']",[],[],[],[],[],[],[] diff --git a/docs/tables/current-system-definitions.csv b/docs/tables/current-system-definitions.csv deleted file mode 100644 index 38c57423..00000000 --- a/docs/tables/current-system-definitions.csv +++ /dev/null @@ -1,20 +0,0 @@ -,Sierra,AWS_PCluster_Hpc7a-zen4-EFA,HPECray-zen3-MI250X-Slingshot,Magma,Piz Daint,Fugaku,Pascal,Eiger,LUMI,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,HPECray-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)",