From 4c3a15aa334570bd83c344af5c86d6278a2872fc Mon Sep 17 00:00:00 2001 From: Abhishek Bagusetty <59661409+abagusetty@users.noreply.github.com> Date: Wed, 11 Oct 2023 11:38:10 -0500 Subject: [PATCH] [Math-libs] Update documentation for Math Libraries (#272) * [Math-libs] Update documentation for Math Libraries * Update math-libraries.md Address PR comments --- .../applications-and-libraries/libraries/math-libraries.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/polaris/applications-and-libraries/libraries/math-libraries.md b/docs/polaris/applications-and-libraries/libraries/math-libraries.md index b9cff78d9..ab263d021 100644 --- a/docs/polaris/applications-and-libraries/libraries/math-libraries.md +++ b/docs/polaris/applications-and-libraries/libraries/math-libraries.md @@ -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` & `module load cray-fftw` [//]: # (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