On 3/24/2016 12:01 AM, Gilles Gouaillardet wrote:
> Elio,
>
> usually, /opt is a local filesystem, so it is possible /opt/intel is
> only available on your login nodes.
>
> your best option is to ask your sysadmin where the mkl libs are on the
> compute nodes, and/or how to use mkl in your jobs.
>
> feel free to submit a dumb pbs script
> ls -l /opt
> ls -l /opt/intel
> ls -l /opt/intel/mkl
> so you can hopefully find that by yourself.
>
> an other option is to use the static mkl libs if they are available
> for example, your LIB line could be
>
> LIB = -static -L/opt/intel/composer_xe_2013_sp1/mkl/lib/intel64
> -lmkl_blas95_lp64 -lmkl_lapack95_lp64  -lmkl_intel_lp64 -lmkl_core 
> -lmkl_sequential -dynamic
>
No, refer to the on-line advisor at
https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor

-- 
Tim Prince

Reply via email to