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

Suspected error in reported defaults in NVHPC-22.7-CUDA-11.7.0.eb easyconfig file #20436

Open
ahkole opened this issue Apr 29, 2024 · 0 comments

Comments

@ahkole
Copy link
Contributor

ahkole commented Apr 29, 2024

# module_nvhpc_own_mpi = True # Add NVHPC's own pre-compiled OpenMPI
# module_add_math_libs = True # Add NVHPC's math libraries (which should be there from CUDA anyway)
# module_add_profilers = True # Add NVHPC's NVIDIA Profilers
# module_add_nccl = True # Add NVHPC's NCCL library
# module_add_nvshmem = True # Add NVHPC's NVSHMEM library

I suspect that the defaults are listed wrong in these lines of the NVHPC-22.7-CUDA-11.7.0.eb easyconfig file. For all other versions of this library the defaults for these variables are listed as False. Also, when looking at the corresponding easyblock (https://github.com/easybuilders/easybuild-easyblocks/blob/develop/easybuild/easyblocks/n/nvhpc.py#L87), the defaults for these variables indeed seem to be False.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant