atlas

lib/atlas/3.8.4 modulefile

#%Module1.0#####################################################################
##
## modules lib/atlas/3.8.4
##
## modulefiles/lib/atlas/3.8.4  Written by Jeff Layton
##
proc ModulesHelp { } {
   global version modroot

   puts stderr “”
   puts stderr “The lib/atlas/3.8.4 module enables the Atlas Tuned Math library”
   puts stderr “and tools for version 3.8.4. It updates the \$PATH and”
   puts stderr “\$LD_LIBRARY_PATH environment variables to access the libraries”
   puts stderr “and include files for linking applications. It is popularly”
   puts stderr “used for tuned BLAS (Basic Linear Algebra Subroutines) that”
   puts stderr “are used in HPL (High Performance Linpack) which is used for”
   puts stderr “the Top500 application.”
   puts stderr “”
   puts stderr “This was built using the default gnu compilers for Scientific”
   puts stderr “Linux 6.2. That is, gcc-4.4.6-3.”
   puts stderr “”
}

module-whatis “Name: Atlas BLAS Library”
module-whatis “Version: 3.8.4”
module-whatis “Category: lib/atlas”
module-whatis “Description: Atlas BLAS library”
module-whatis “URL: http://math-atlas.sourceforge.net/”

# for Tcl script use only
set     topdir          /opt/atlas-3.8.4
set     version         3.8.4
set     sys             linux86

prepend-path    PATH            $topdir/lib
prepend-path    PATH            $topdir/include
prepend-path    LD_LIBRARY_PATH $topdir/lib