Skip to content

Commit

Permalink
venado specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Riyaz Haque committed Jan 17, 2025
1 parent eb64782 commit f6cdf49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion systems/lanl-venado/compilers/cce/00-cce-18-compilers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ compilers:
modules: []
environment:
prepend_path:
LD_LIBRARY_PATH: "/opt/cray/pe/cce/18.0.0/cce/aarch64/lib:/usr/projects/hpcsoft/tce/24-07/cos3-aarch64-cc90/compilers/gcc/12.3.0/lib:/usr/projects/hpcsoft/tce/24-07/cos3-aarch64-cc90/compilers/gcc/12.3.0/lib64:/opt/cray/pe/gcc-libs"
LD_LIBRARY_PATH: "/opt/cray/pe/cce/18.0.0/cce/aarch64/lib:/opt/cray/libfabric/1.20.1/lib64:/usr/projects/hpcsoft/tce/24-07/cos3-aarch64-cc90/compilers/gcc/12.3.0/lib:/usr/projects/hpcsoft/tce/24-07/cos3-aarch64-cc90/compilers/gcc/12.3.0/lib64:/opt/cray/pe/gcc-libs"
extra_rpaths:
- /opt/cray/pe/gcc-libs
- /opt/cray/pe/cce/18.0.0/cce/aarch64/lib
- /opt/cray/libfabric/1.20.1/lib64
- /usr/projects/hpcsoft/tce/24-07/cos3-aarch64-cc90/compilers/gcc/12.3.0/lib
- /usr/projects/hpcsoft/tce/24-07/cos3-aarch64-cc90/compilers/gcc/12.3.0/lib64
6 changes: 3 additions & 3 deletions systems/lanl-venado/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def mpi_config(self):
prefix: /opt/cray/pe/mpich/{mpi_version}/ofi/{mpi_compiler_suffix}
extra_attributes:
gtl_lib_path: /opt/cray/pe/mpich/{mpi_version}/gtl/lib
ldflags: "-L/opt/cray/pe/mpich/{mpi_version}/ofi/{mpi_compiler_suffix}/lib -lmpi -L/opt/cray/pe/mpich/{mpi_version}/gtl/lib -Wl,-rpath=/opt/cray/pe/mpich/{mpi_version}/gtl/lib"
ldflags: "-L/opt/cray/pe/mpich/{mpi_version}/ofi/{mpi_compiler_suffix}/lib -lmpi -L/opt/cray/pe/mpich/{mpi_version}/gtl/lib -Wl,-rpath=/opt/cray/pe/mpich/{mpi_version}/gtl/lib -lmpi_gtl_cuda"
"""

def cuda_config(self, cuda_version):
Expand Down Expand Up @@ -177,12 +177,12 @@ def cuda_config(self, cuda_version):
cublas:
externals:
- spec: cublas@{x}
prefix: /opt/nvidia/hpc_sdk/Linux_aarch64/24.7/cuda/{x}
prefix: /opt/nvidia/hpc_sdk/Linux_aarch64/24.7/math_libs/{x}
buildable: false
cusolver:
externals:
- spec: cusolver@{x}
prefix: /opt/nvidia/hpc_sdk/Linux_aarch64/24.7/cuda/{x}
prefix: /opt/nvidia/hpc_sdk/Linux_aarch64/24.7/math_libs/{x}
buildable: false
"""
return template.format(
Expand Down

0 comments on commit f6cdf49

Please sign in to comment.