Update linking to MKL and document same
authorMark Abraham <mark.j.abraham@gmail.com>
Mon, 11 Mar 2013 11:31:15 +0000 (12:31 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Fri, 26 Apr 2013 06:37:56 +0000 (16:37 +1000)
commit28d2a6d172d75c48fb85ba7cf098e0bb0b0149ff
tree918678b4d53cccce10c0733a7061271785fb75a9
parentfdf5a226f484f9b09c4f1808e4b28627b626cee1
Update linking to MKL and document same

Works using nifty feature from icc 11 and up, or any other compiler if
the user does the legwork (which is all we ever used to offer).

Code that used HAVE_LIBMKL had a bug, which we never saw because
the top-level CMakeLists.txt set HAVE_MKL. Fixed that.

Removed unused TextMKL.c code - check_function_exists() is sufficient.

Refs #1110,#1186

Change-Id: I39a66673e5fe571a5f8b0691bbe2ec619cd60778
CMakeLists.txt
admin/installguide/installguide.tex
cmake/FindMKL.cmake [deleted file]
cmake/TestMKL.c [deleted file]
src/gmxlib/copyrite.c