-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding a Fugaku system config (#118)
* Adding a Fugaku system config * license * Update system_definition.yaml * adding site * fix code to increase content width of sphinx docs * Initial compilers for Fugaku * thread counts for fugaku * adding PJM scheduler instructions https://matsci.dev/blog/2023/fugaku/ * add updated table of system definitions with fugaku * renaming RIKEN to RCCS * Removing extra dir * initial draft for fugaku config (#142) * initial draft for fugaku config * Add integrator name * Removing extra dir --------- Co-authored-by: domke <[email protected]> Co-authored-by: pearce8 <[email protected]> * license * column width * license * updating table for docs --------- Co-authored-by: Stephanie Brink <[email protected]> Co-authored-by: jdomke <[email protected]> Co-authored-by: domke <[email protected]>
- Loading branch information
1 parent
fa3236a
commit d97f257
Showing
7 changed files
with
811 additions
and
21 deletions.
There are no files selected for viewing
136 changes: 136 additions & 0 deletions
136
configs/RCCS-Fugaku-Fujitsu-A64FX-TofuD/auxiliary_software_files/compilers.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,136 @@ | ||
# 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: [] | ||
- compiler: | ||
spec: [email protected] | ||
modules: [] | ||
paths: | ||
cc: /opt/FJSVxtclanga/tcsds-1.2.36/bin/fcc | ||
cxx: /opt/FJSVxtclanga/tcsds-1.2.36/bin/FCC | ||
f77: /opt/FJSVxtclanga/tcsds-1.2.36/bin/frt | ||
fc: /opt/FJSVxtclanga/tcsds-1.2.36/bin/frt | ||
flags: {} | ||
operating_system: rhel8 | ||
target: aarch64 | ||
environment: | ||
set: | ||
fcc_ENV: -Nclang | ||
FCC_ENV: -Nclang | ||
prepend_path: | ||
PATH: /opt/FJSVxtclanga/tcsds-1.2.36/bin | ||
LD_LIBRARY_PATH: /opt/FJSVxtclanga/tcsds-1.2.36/lib64 | ||
extra_rpaths: [] | ||
- compiler: | ||
spec: [email protected] | ||
modules: [] | ||
paths: | ||
cc: /opt/FJSVxtclanga/tcsds-1.2.35/bin/fcc | ||
cxx: /opt/FJSVxtclanga/tcsds-1.2.35/bin/FCC | ||
f77: /opt/FJSVxtclanga/tcsds-1.2.35/bin/frt | ||
fc: /opt/FJSVxtclanga/tcsds-1.2.35/bin/frt | ||
flags: {} | ||
operating_system: rhel8 | ||
target: aarch64 | ||
environment: | ||
set: | ||
fcc_ENV: -Nclang | ||
FCC_ENV: -Nclang | ||
prepend_path: | ||
PATH: /opt/FJSVxtclanga/tcsds-1.2.35/bin | ||
LD_LIBRARY_PATH: /opt/FJSVxtclanga/tcsds-1.2.35/lib64 | ||
extra_rpaths: [] | ||
- compiler: | ||
spec: [email protected] | ||
modules: [] | ||
paths: | ||
cc: /opt/FJSVxtclanga/tcsds-1.2.34/bin/fcc | ||
cxx: /opt/FJSVxtclanga/tcsds-1.2.34/bin/FCC | ||
f77: /opt/FJSVxtclanga/tcsds-1.2.34/bin/frt | ||
fc: /opt/FJSVxtclanga/tcsds-1.2.34/bin/frt | ||
flags: {} | ||
operating_system: rhel8 | ||
target: aarch64 | ||
environment: | ||
set: | ||
fcc_ENV: -Nclang | ||
FCC_ENV: -Nclang | ||
prepend_path: | ||
PATH: /opt/FJSVxtclanga/tcsds-1.2.34/bin | ||
LD_LIBRARY_PATH: /opt/FJSVxtclanga/tcsds-1.2.34/lib64 | ||
extra_rpaths: [] | ||
- compiler: | ||
paths: | ||
cc: /usr/bin/gcc | ||
cxx: /usr/bin/g++ | ||
f77: /usr/bin/gfortran | ||
fc: /usr/bin/gfortran | ||
operating_system: rhel8 | ||
target: aarch64 | ||
modules: [] | ||
environment: | ||
unset: [] | ||
extra_rpaths: [] | ||
flags: {} | ||
spec: [email protected] | ||
- compiler: | ||
paths: | ||
cc: /usr/bin/gcc | ||
cxx: /usr/bin/g++ | ||
f77: /usr/bin/gfortran | ||
fc: /usr/bin/gfortran | ||
operating_system: rhel8 | ||
target: x86_64 | ||
modules: [] | ||
environment: | ||
unset: [] | ||
extra_rpaths: [] | ||
flags: {} | ||
spec: [email protected] | ||
- compiler: | ||
spec: [email protected] | ||
paths: | ||
cc: /vol0004/apps/oss/spack-v0.19/opt/spack/linux-rhel8-skylake_avx512/gcc-8.4.1/gcc-12.2.0-bjidm56oz6mejysl3wvjr3mbn7sqk3ec/bin/gcc | ||
cxx: /vol0004/apps/oss/spack-v0.19/opt/spack/linux-rhel8-skylake_avx512/gcc-8.4.1/gcc-12.2.0-bjidm56oz6mejysl3wvjr3mbn7sqk3ec/bin//g++ | ||
f77: /vol0004/apps/oss/spack-v0.19/opt/spack/linux-rhel8-skylake_avx512/gcc-8.4.1/gcc-12.2.0-bjidm56oz6mejysl3wvjr3mbn7sqk3ec/bin/gfortran | ||
fc: /vol0004/apps/oss/spack-v0.19/opt/spack/linux-rhel8-skylake_avx512/gcc-8.4.1/gcc-12.2.0-bjidm56oz6mejysl3wvjr3mbn7sqk3ec/bin/gfortran | ||
flags: {} | ||
operating_system: rhel8 | ||
target: x86_64 | ||
modules: [] | ||
environment: {} | ||
extra_rpaths: [] | ||
- compiler: | ||
spec: [email protected] | ||
paths: | ||
cc: /vol0004/apps/oss/spack-v0.19/opt/spack/linux-rhel8-a64fx/gcc-8.5.0/gcc-12.2.0-sxcx7kmt3qiktffgzzvrj2wmup3g32bc/bin/gcc | ||
cxx: /vol0004/apps/oss/spack-v0.19/opt/spack/linux-rhel8-a64fx/gcc-8.5.0/gcc-12.2.0-sxcx7kmt3qiktffgzzvrj2wmup3g32bc/bin/g++ | ||
f77: /vol0004/apps/oss/spack-v0.19/opt/spack/linux-rhel8-a64fx/gcc-8.5.0/gcc-12.2.0-sxcx7kmt3qiktffgzzvrj2wmup3g32bc/bin/gfortran | ||
fc: /vol0004/apps/oss/spack-v0.19/opt/spack/linux-rhel8-a64fx/gcc-8.5.0/gcc-12.2.0-sxcx7kmt3qiktffgzzvrj2wmup3g32bc/bin/gfortran | ||
flags: {} | ||
operating_system: rhel8 | ||
target: aarch64 | ||
modules: [] | ||
environment: {} | ||
extra_rpaths: [] |
Oops, something went wrong.