Skip to main content

atlas

Versions and Availability

About the Software

Description Path: key[@id="atlas"]/whatis Not Found!

Usage

Softenv defines some variables which point at the library home directory. Use soft-dbq to determine it's name, then use it to add a link option to your build. You may see something like this (the output has been edited for brevity):

$ soft-dbq +atlas-3.10.0-gcc-4.4.6
. . .
    ATLAS_HOME = /usr/local/packages/atlas/3.10.0/gcc-4.4.6
    

lib and include subdirectories exist under ATLAS_HOME, so the following could be used as compile and link options:

       -I${ATLAS_HOME}/include 
       -L${ATLAS_HOME}/lib -lname
    

Please see the user guide in the Resources section for information on the programming API, header files to include, and library names available.

Resources

Last modified: September 10 2020 11:58:50.