Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Kripke to Benchpark #83

Merged
merged 28 commits into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
ad6b19b
Adding Kripke to Benchpark
pearce8 Dec 15, 2023
a6367b9
Merge branch 'develop' into experiment/kripke
pearce8 Dec 19, 2023
2158468
Merge branch 'develop' into experiment/kripke
pearce8 Dec 28, 2023
e0700a9
adding license
pearce8 Dec 28, 2023
d626991
Merge branch 'develop' into experiment/kripke
pearce8 Jan 3, 2024
bdb969d
adding ramble.yaml for cuda and rocm
pearce8 Jan 3, 2024
337a66e
Merge branch 'develop' into experiment/kripke
pearce8 Jan 9, 2024
7a8bcfe
Adding tags
pearce8 Jan 9, 2024
624bb23
Merge branch 'develop' into experiment/kripke
pearce8 Jan 15, 2024
ec9e270
Adding cuda instead of openmp
pearce8 Jan 15, 2024
3e54c9e
Merge branch 'develop' into experiment/kripke
pearce8 Jan 16, 2024
cca5baf
Merge branch 'develop' into experiment/kripke
pearce8 Jan 17, 2024
f1955d4
adding Kripke package.py in benchpark repo temporarily
pearce8 Jan 19, 2024
6e371f8
Update license
pearce8 Jan 20, 2024
e89af7d
Merge branch 'develop' into experiment/kripke
pearce8 Jan 20, 2024
74b1514
Merge branch 'develop' into experiment/kripke
pearce8 Jan 20, 2024
07aa9a1
Merge branch 'develop' into experiment/kripke
pearce8 Jan 27, 2024
c15af53
Merge branch 'develop' into experiment/kripke
pearce8 Feb 6, 2024
b990191
Merge branch 'develop' into experiment/kripke
pearce8 Feb 20, 2024
7435d2b
Merge branch 'develop' into experiment/kripke
pearce8 Feb 22, 2024
6b31c47
Merge branch 'develop' into experiment/kripke
pearce8 Apr 15, 2024
9b283d6
Pulling in new Spack package, updating to point at Robert's PR
pearce8 Apr 15, 2024
fd482d1
Merge branch 'develop' into experiment/kripke
pearce8 Apr 17, 2024
94b33f3
First attempt to align versions of RAJA suite components
pearce8 Apr 18, 2024
57eac2b
Merge branch 'develop' into experiment/kripke
pearce8 Apr 25, 2024
dd80cf1
Experiment/kripke new (#214)
rfhaque Apr 30, 2024
e1ead39
Merge branch 'develop' into experiment/kripke
pearce8 Apr 30, 2024
c82d670
Merge branch 'develop' into experiment/kripke
pearce8 May 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ packages:
buildable: false
cmake:
externals:
- spec: cmake@3.23.1
prefix: /usr/tce/packages/cmake/cmake-3.23.1
buildable: false
- spec: cmake@3.26.3
prefix: /usr/tce/packages/cmake/cmake-3.26.3
buildable: false
gmake:
externals:
- spec: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ packages:
buildable: false
cmake:
externals:
- spec: cmake@3.23.1
prefix: /usr/tce/packages/cmake/cmake-3.23.1
- spec: cmake@3.26.3
prefix: /usr/tce/packages/cmake/cmake-3.26.3
buildable: false
gmake:
externals:
Expand Down Expand Up @@ -48,6 +48,11 @@ packages:
prefix: /usr/tce/packages/mvapich2/mvapich2-2.3.7-intel-classic-2021.6.0/
- spec: [email protected]
prefix: /usr/tce/packages/mvapich2/mvapich2-2.3.7-clang-14.0.6
cub:
buildable: false
externals:
- spec: [email protected]
prefix: /usr/tce/packages/cuda/cuda-11.8.0/
cuda:
buildable: false
externals:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
# SPDX-License-Identifier: Apache-2.0

compilers:
- compiler:
spec: [email protected]
paths:
cc: /usr/tce/packages/xl/xl-2023.06.28-cuda-11.8.0-gcc-11.2.1/bin/xlc
cxx: /usr/tce/packages/xl/xl-2023.06.28-cuda-11.8.0-gcc-11.2.1/bin/xlC
f77: /usr/tce/packages/xl/xl-2023.06.28-cuda-11.8.0-gcc-11.2.1/bin/xlf
fc: /usr/tce/packages/xl/xl-2023.06.28-cuda-11.8.0-gcc-11.2.1/bin/xlf
flags:
cflags: -g -O2
cxxflags: -g -O2 -std=c++14
fflags: -g -O2
operating_system: rhel7
target: ppc64le
modules: [cuda/11.8.0, xl/2023.06.28-cuda-11.8.0-gcc-11.2.1]
environment: {}
extra_rpaths: []
- compiler:
spec: [email protected]
paths:
Expand All @@ -29,7 +45,7 @@ compilers:
fc: /usr/tce/packages/xl/xl-2022.08.19/bin/xlf
flags:
cflags: -g -O2
cxxflags: -g -O2 -std=c++11
cxxflags: -g -O2 -std=c++14
fflags: -g -O2
operating_system: rhel7
target: ppc64le
Expand All @@ -45,7 +61,7 @@ compilers:
fc: /usr/tce/packages/xl/xl-2022.08.19-cuda-11.8.0/bin/xlf
flags: # TODO: Fix spack concretization bug
cflags: -g -O2
cxxflags: -g -O2 -std=c++11
cxxflags: -g -O2 -std=c++14
fflags: -g -O2
operating_system: rhel7
target: ppc64le
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ packages:
buildable: false
cmake:
externals:
- spec: cmake@3.23.1
prefix: /usr/tce/packages/cmake/cmake-3.23.1
- spec: cmake@3.29.2
prefix: /usr/tce/packages/cmake/cmake-3.29.2
buildable: false
gmake:
externals:
Expand Down Expand Up @@ -41,6 +41,11 @@ packages:
- spec: [email protected]
prefix: /usr/tce/packages/cuda/cuda-11.8.0
buildable: false
cub:
buildable: false
externals:
- spec: [email protected]
prefix: /usr/tce/packages/cuda/cuda-11.8.0/
cuda:
externals:
- spec: [email protected]
Expand Down Expand Up @@ -72,6 +77,10 @@ packages:
buildable: false
mpi:
externals:
- spec: [email protected]
prefix: /usr/tce/packages/spectrum-mpi/spectrum-mpi-rolling-release-xl-2023.06.28-cuda-11.8.0-gcc-11.2.1
extra_attributes:
ldflags: "-lmpiprofilesupport -lmpi_ibm_usempi -lmpi_ibm_mpifh -lmpi_ibm"
- spec: [email protected]
prefix: /usr/tce/packages/spectrum-mpi/spectrum-mpi-rolling-release-xl-2022.08.19-cuda-11.8.0
extra_attributes:
Expand Down
4 changes: 2 additions & 2 deletions configs/LLNL-Sierra-IBM-power9-V100-Infiniband/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
spack:
packages:
default-compiler:
spack_spec: [email protected]2022.08.19-cuda{default_cuda_version}
spack_spec: [email protected]2023.06.28-cuda-{default_cuda_version}-gcc-11.2.1
default-mpi:
spack_spec: spectrum-mpi@2022.08.19
spack_spec: spectrum-mpi@2023.06.28-cuda-{default_cuda_version}-gcc-11.2.1
pearce8 marked this conversation as resolved.
Show resolved Hide resolved
compiler-gcc:
spack_spec: [email protected]
compiler-clang:
Expand Down
13 changes: 13 additions & 0 deletions experiments/kripke/cuda/execute_experiment.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash
# 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

{batch_nodes}
{batch_ranks}
{batch_timeout}

cd {experiment_run_dir}

{command}
54 changes: 54 additions & 0 deletions experiments/kripke/cuda/ramble.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# 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

ramble:
include:
- ./configs/spack.yaml
- ./configs/variables.yaml
- ./configs/modifier.yaml

config:
deprecated: true
spack_flags:
install: '--add --keep-stage'
concretize: '-U -f'

applications:
kripke:
workloads:
kripke:
env_vars:
variables:
n_ranks: '{processes_per_node} * {n_nodes}'
experiment_setup: ''
processes_per_node: '2'
n_nodes: '2'
arch: 'CUDA'
experiments:
kripke_cuda_{n_nodes}_{ngroups}_{gs}_{nquad}_{ds}_{lorder}_{nzx}_{nzy}_{nzz}_{npx}_{npy}_{npz}:
variables:
ngroups: 64
gs: 1
nquad: 128
ds: 128
lorder: 4
nzx: '64'
nzy: '64'
nzz: '32'
npx: '2'
npy: '2'
npz: '1'
spack:
concretized: true
packages:
kripke:
spack_spec: [email protected] +mpi+cuda{modifier_spack_variant} ^[email protected]
compiler: default-compiler
environments:
kripke:
packages:
- default-mpi
- kripke
- '{modifier_package_name}'
13 changes: 13 additions & 0 deletions experiments/kripke/openmp/execute_experiment.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash
# 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

{batch_nodes}
{batch_ranks}
{batch_timeout}

cd {experiment_run_dir}

{command}
57 changes: 57 additions & 0 deletions experiments/kripke/openmp/ramble.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# 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

ramble:
include:
- ./configs/spack.yaml
- ./configs/variables.yaml
- ./configs/modifier.yaml

config:
deprecated: true
spack_flags:
install: '--add --keep-stage'
concretize: '-U -f'

applications:
kripke:
workloads:
kripke:
env_vars:
set:
OMP_NUM_THREADS: '{omp_num_threads}'
variables:
n_ranks: '{processes_per_node} * {n_nodes}'
experiment_setup: ''
processes_per_node: ['1', '16']
n_nodes: '1'
omp_num_threads: ['32', '2']
arch: 'OpenMP'
experiments:
kripke_omp_{n_nodes}_{omp_num_threads}_{ngroups}_{gs}_{nquad}_{ds}_{lorder}_{nzx}_{nzy}_{nzz}_{npx}_{npy}_{npz}:
variables:
ngroups: 64
gs: 1
nquad: 128
ds: 128
lorder: 4
nzx: '64'
nzy: '32'
nzz: '32'
npx: ['1', '4']
npy: ['1', '2']
npz: ['1', '2']
spack:
concretized: true
packages:
kripke:
spack_spec: [email protected] +mpi+openmp{modifier_spack_variant} ^[email protected]
compiler: default-compiler
environments:
kripke:
packages:
- default-mpi
- kripke
- '{modifier_package_name}'
13 changes: 13 additions & 0 deletions experiments/kripke/rocm/execute_experiment.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash
# 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

{batch_nodes}
{batch_ranks}
{batch_timeout}

cd {experiment_run_dir}

{command}
54 changes: 54 additions & 0 deletions experiments/kripke/rocm/ramble.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# 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

ramble:
include:
- ./configs/spack.yaml
- ./configs/variables.yaml
- ./configs/modifier.yaml

config:
deprecated: true
spack_flags:
install: '--add --keep-stage'
concretize: '-U -f'

applications:
kripke:
workloads:
kripke:
env_vars:
variables:
n_ranks: '{processes_per_node} * {n_nodes}'
experiment_setup: ''
processes_per_node: ['8']
n_nodes: '1'
arch: 'HIP'
experiments:
kripke_rocm_{n_nodes}_{ngroups}_{gs}_{nquad}_{ds}_{lorder}_{nzx}_{nzy}_{nzz}_{npx}_{npy}_{npz}:
variables:
ngroups: 64
gs: 1
nquad: 128
ds: 128
lorder: 4
nzx: '64'
nzy: '64'
nzz: '64'
npx: '2'
npy: '2'
npz: '2'
spack:
concretized: true
packages:
kripke:
spack_spec: [email protected] +mpi+rocm{modifier_spack_variant} ^[email protected]
compiler: default-compiler
environments:
kripke:
packages:
- default-mpi
- kripke
- '{modifier_package_name}'
Loading