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

System.py for Fugaku #451

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
12 changes: 12 additions & 0 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,3 +389,15 @@ jobs:
--disable-progress-bar \
--disable-logger \
workspace setup --dry-run

- name: Dry run dynamic saxpy/openmp with dynamic fugaku
run: |
./bin/benchpark system init --dest=fugaku-system fugaku
./bin/benchpark experiment init --dest=saxpy-omp-fugaku saxpy+openmp
./bin/benchpark setup ./saxpy-omp-fugaku ./fugaku-system workspace/
. workspace/setup.sh
ramble \
--workspace-dir workspace/saxpy-omp-fugaku/Fugaku-cf3cb1d/workspace \
--disable-progress-bar \
--disable-logger \
workspace setup --dry-run
25 changes: 25 additions & 0 deletions systems/fugaku/compilers/clang/00-clang-17-compilers.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 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: [email protected]
paths:
cc: /vol0004/apps/oss/llvm-v17.0.2/compute_node/bin/clang
cxx: /vol0004/apps/oss/llvm-v17.0.2/compute_node/bin/clang++
f77: /vol0004/apps/oss/llvm-v17.0.2/compute_node/bin/flang
fc: /vol0004/apps/oss/llvm-v17.0.2/compute_node/bin/flang
#flags:
# cflags: {"-msve-vector-bits=scalable"}
# cxxflags: {"-msve-vector-bits=scalable"}
# fflags: {"-msve-vector-bits=scalable"}
# ldflags: {"-fuse-ld=lld"}
environment:
append_path:
LD_LIBRARY_PATH: /opt/FJSVxtclanga/tcsds-1.2.38/lib64
operating_system: rhel8
target: aarch64
modules: []
extra_rpaths: []
25 changes: 25 additions & 0 deletions systems/fugaku/compilers/fj/00-fj-4-compilers.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 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: [email protected]
modules: []
paths:
cc: /opt/FJSVxtclanga/tcsds-1.2.38/bin/fcc
cxx: /opt/FJSVxtclanga/tcsds-1.2.38/bin/FCC
f77: /opt/FJSVxtclanga/tcsds-1.2.38/bin/frt
fc: /opt/FJSVxtclanga/tcsds-1.2.38/bin/frt
flags: {}
operating_system: rhel8
target: aarch64
environment:
set:
fcc_ENV: -Nclang
FCC_ENV: -Nclang
prepend_path:
PATH: /opt/FJSVxtclanga/tcsds-1.2.38/bin
LD_LIBRARY_PATH: /opt/FJSVxtclanga/tcsds-1.2.38/lib64
extra_rpaths: []
25 changes: 25 additions & 0 deletions systems/fugaku/compilers/gcc/00-gcc-13-compilers.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 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: [email protected]
paths:
cc: /vol0004/apps/oss/spack-v0.21/opt/spack/linux-rhel8-a64fx/gcc-8.5.0/gcc-13.2.0-abihbe7ykvpedq54j6blfvfppy7ojbmd/bin/gcc
cxx: /vol0004/apps/oss/spack-v0.21/opt/spack/linux-rhel8-a64fx/gcc-8.5.0/gcc-13.2.0-abihbe7ykvpedq54j6blfvfppy7ojbmd/bin/g++
f77: /vol0004/apps/oss/spack-v0.21/opt/spack/linux-rhel8-a64fx/gcc-8.5.0/gcc-13.2.0-abihbe7ykvpedq54j6blfvfppy7ojbmd/bin/gfortran
fc: /vol0004/apps/oss/spack-v0.21/opt/spack/linux-rhel8-a64fx/gcc-8.5.0/gcc-13.2.0-abihbe7ykvpedq54j6blfvfppy7ojbmd/bin/gfortran
flags:
ldflags: {"-lelf -ldl"}
environment:
set:
OPAL_PREFIX: /vol0004/apps/oss/mpigcc/fjmpi-gcc12
append_path:
LD_LIBRARY_PATH: /opt/FJSVxtclanga/tcsds-1.2.38/lib64
operating_system: rhel8
target: aarch64
modules: []
extra_rpaths: []

Loading