Skip to content

Commit

Permalink
[Math-libs] Update documentation for Math Libraries (#272)
Browse files Browse the repository at this point in the history
* [Math-libs] Update documentation for Math Libraries

* Update math-libraries.md

Address PR comments
  • Loading branch information
abagusetty committed Oct 11, 2023
1 parent 75041dc commit 4c3a15a
Showing 1 changed file with 3 additions and 2 deletions.
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` & `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

Expand Down

0 comments on commit 4c3a15a

Please sign in to comment.