---
Intel® Math Kernel Library Link Line Advisor
The Intel® Math Kernel Library (Intel® MKL) is designed to run on
multiple processors and operating systems. It is also compatible with
several compilers and third party libraries, and provides different
interfaces to the functionality. To support these different
environments, tools, and interfaces Intel MKL provides mutliple
libraries from which to choose.
http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/
BR,
J
--
Jason Shih
ASGC
Tel: +886-2-2789-8373
Fax: +886-2-2783-5434
it's up to you whether static of dynamic linked binaries are needed.
for heterogeneous cluster environment, while migrating from similar
kernel base clusters, you might consider static linked executable. but
for cluster you already familiar with, you should consider dynamic
linked type binaries to save time compiling the code.
the size of executable could be twice more if considering static binary
(dept on your code base):
$ du -hs vasp.dyn vasp.static
5.8M vasp.dyn
28M vasp.static
BR,
J
it would be great to continue the evaluation after 10G deploy.
have a nice weekend,
BR,
J