Browse Source

updated ACML instructions

pull/36/head
Marcus Cuda 15 years ago
parent
commit
bbb5a3eaa8
  1. 2
      NativeProviders.txt

2
NativeProviders.txt

@ -13,7 +13,7 @@ Tell the Math.NET Numerics library to use the MKL provider by adding this line t
MathNet.Numerics.Control.LinearAlgebraProvider = new MathNet.Numerics.Algorithms.LinearAlgebra.Mkl.MklLinearAlgebraProvider(); MathNet.Numerics.Control.LinearAlgebraProvider = new MathNet.Numerics.Algorithms.LinearAlgebra.Mkl.MklLinearAlgebraProvider();
ACML (Windows) ACML (Windows)
Install ACML on your system (we are using v4.4) -http://developer.amd.com/cpu/Libraries/acml/Pages/default.aspx Install the Intel Fortran version of ACML on your system (we are using v4.4) -http://developer.amd.com/cpu/Libraries/acml/Pages/default.aspx
Open the NativeWrappers.sln in VS 2010 under \src\NativeWrappers\Windows . Open the NativeWrappers.sln in VS 2010 under \src\NativeWrappers\Windows .
Open the Configuration Manager and select either the 32-bit or 64-bit solution platform. Open the Configuration Manager and select either the 32-bit or 64-bit solution platform.
Right click on the ACMLWrapper project and update the ACML include directory under C/C++/General and the library directory under Linker/General to point to your ACML installation. Right click on the ACMLWrapper project and update the ACML include directory under C/C++/General and the library directory under Linker/General to point to your ACML installation.

Loading…
Cancel
Save