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

venado system specs #548

Merged
merged 23 commits into from
Jan 23, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
cufft
Riyaz Haque committed Jan 22, 2025
commit 2fa7b5bdfd06874a6325410d3f8efa5eff98dfa1
5 changes: 5 additions & 0 deletions systems/lanl-venado/system.py
Original file line number Diff line number Diff line change
@@ -185,6 +185,11 @@ def cuda_config(self, cuda_version):
- spec: cusolver@{x}
prefix: /opt/nvidia/hpc_sdk/Linux_aarch64/24.7/math_libs/{x}
buildable: false
cufft:
externals:
- spec: cufft@{x}
prefix: /opt/nvidia/hpc_sdk/Linux_aarch64/24.7/math_libs/{x}
buildable: false
"""
return template.format(
x=cuda_version,