Libraries on Jugene with module

For all libraries installed on Jugene there are now entries in /usr/lcoal/modulefiles.
To get the names of the libraries which are installed type
module avail.
To find how to compile and link with the library "name" type
module help "name".
With module load "name" variables are set for *_DIR, *_LIB and *_INCLUDE, where * is derived from the library name.
To compile programs which call for example routines from mumps, you have to include -I$(MUMPS_INCLUDE) and to link you have to add -L$(MUMPS_LIB) before -ldmumps.


last change 24.02.2011 | Math Admin | Print