#%Module############################################# ## ## LAPACK 3 supplement to the Cray Scientific Library ## # proc ModulesHelp { } { puts stderr "The LAPACK 3 module adds the path for an archive of new" puts stderr "LAPACK software to your library search path. This archive" puts stderr "contains new or substantially modified subroutines from" puts stderr "the LAPACK 3 distribution to supplement the LAPACK 2" puts stderr "routines already in the Cray Scientfic Library. To use" puts stderr "this archive, load the lapack3 module and then add the" puts stderr "following option when linking your executable:" puts stderr "" puts stderr " f90 -llapack3 prog.f90" puts stderr "" puts stderr "For further information about LAPACK, see" puts stderr " http://www.netlib.org/lapack" } set _module_name [module-info name] set is_module_rm [module-info mode remove] set sys [uname sysname] set os [uname release] set mach [uname machine] prepend-path MANPATH /usr/local/lib/LAPACK/man prepend-path LD_LIBRARY_PATH_T3E /usr/local/lib/LAPACK/lib