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

[Math-libs] Update documentation for Math Libraries #272

Merged
merged 2 commits into from
Oct 11, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ Some math libraries targeting CPUs are made available as part of the `nvhpc` mod

- BLAS & LAPACK can be found in the `$NVIDIA_PATH/compilers/lib` directory.
- ScaLAPACK can be found in the `$NVIDIA_PATH/comm_libs` directory.

- GNU Scientific Library, [GSL-2.7](https://www.gnu.org/software/gsl/) available as `module help gsl`
- AMD Optiming CPU Libraries, [AOCL v4.0](https://www.amd.com/en/developer/aocl.html) available as `module help aocl`
- Other Cray-based math libs such as Libsci, FFTW were made available by `module load cray-libsci/cray-fftw`
cjknight marked this conversation as resolved.
Show resolved Hide resolved
[//]: # (ToDo: Need to test if these libraries are usable by gfortran, otherwise we need something compatible; AOCL might be solution)
[//]: # (ToDo: Add some pointers for AOCL when Abhishek gets it installed)

## NVIDIA Math Libraries for GPUs

Expand Down