Skip to main content

amdlibm: AMD Optimized BLAS libraries

Contents

  1. Overview of package
    1. General usage
  2. Availability of package by cluster

Overview of package

General information about package
Package: amdlibm
Description: AMD Optimized BLAS libraries
For more information: https://www.openblas.net/
Categories:
License: OpenSource (3-clause BSD)

General usage information

amdlibm is a library containing a collection of basic math functions optimized for AMD processors. It provides many routines from the list of standard C99 math functions. Applications can link into and invoke math functions from amdlibm libraries for better accuracy and performance as compared to the functions in the libraries shipped with the compiler.

The following environmental variables have been defined:

You will probably wish to use these by adding the following flags to your compilation command (e.g. to CFLAGS in your Makefile):

and the following flags to your link command (e.g. LDFLAGS in your Makefile):

Available versions of the package amdlibm, by cluster

This section lists the available versions of the package amdlibmon the different clusters.

Available versions of amdlibm on the Zaratab cluster

Available versions of amdlibm on the Zaratab cluster
Version Module tags CPU(s) optimized for GPU ready?
3.1 amdlibm/3.1 zen2 Y






Back to Top