[CIG-LONG] compiling Gale on a supercomputer

Walter Landry wlandry at caltech.edu
Thu May 24 08:57:34 PDT 2012


Robert Gray <graywacke at gmail.com> wrote:
> Hey Walter,
> All the required modules are loaded before I run the configure script.
> libXML2 is still not found if I run the following command:
> 
>  ./configure.sh --hdf5-dir=$SCINET_HDF5_BASE --cxxflags="-std=c++0x"
> --linkflags="-lX11 -llapack".

Do you know the directory where the mkl libraries are (libmkl.so,
libmkl_lapack.so, etc.).  For example, if it is in /opt/intel/mkl/lib,
then you can add the link flags

  -L/opt/intel/mkl/lib -lmkl -lmkl_lapack

Cheers,
Walter Landry


More information about the CIG-LONG mailing list