diff --git a/src/NativeWrappers/Windows/MKL/MKLWrapper.vcxproj b/src/NativeWrappers/Windows/MKL/MKLWrapper.vcxproj index 668b8171..ad4b1dc1 100644 --- a/src/NativeWrappers/Windows/MKL/MKLWrapper.vcxproj +++ b/src/NativeWrappers/Windows/MKL/MKLWrapper.vcxproj @@ -83,7 +83,7 @@ Disabled - ..\..\Common;..\..\MKL;C:\Program Files\Intel\MKL\10.2.6.037\include; + ..\..\Common;..\..\MKL;C:\Program Files (x86)\Intel\ComposerXE-2011\mkl\include; _WINDOWS;%(PreprocessorDefinitions) true EnableFastChecks @@ -95,12 +95,12 @@ mkl_intel_c.lib;mkl_intel_thread.lib;mkl_core.lib;libiomp5md.lib;%(AdditionalDependencies) $(OutDir)MathNET.Numerics.MKL.dll - C:\Program Files\Intel\MKL\10.2.6.037\ia32\lib + C:\Program Files (x86)\Intel\ComposerXE-2011\mkl\lib\ia32;C:\Program Files (x86)\Intel\ComposerXE-2011\compiler\lib\ia32; true MachineX86 - copy "C:\Program Files\Intel\MKL\10.2.6.037\ia32\bin\libiomp5md.dll" $(OutDir) + copy "C:\Program Files (x86)\Intel\ComposerXE-2011\redist\ia32\compiler\libiomp5md.dll" $(OutDir) @@ -109,7 +109,7 @@ Disabled - ..\..\Common;..\..\MKL;C:\Program Files\Intel\MKL\10.2.6.037\include; + ..\..\Common;..\..\MKL;C:\Program Files (x86)\Intel\ComposerXE-2011\mkl\include; _WINDOWS;%(PreprocessorDefinitions) true EnableFastChecks @@ -121,19 +121,19 @@ mkl_intel_lp64.lib;mkl_intel_thread.lib;mkl_core.lib;libiomp5md.lib;%(AdditionalDependencies) $(OutDir)MathNET.Numerics.MKL.dll - C:\Program Files\Intel\MKL\10.2.6.037\em64t\lib + C:\Program Files (x86)\Intel\ComposerXE-2011\mkl\lib\intel64;C:\Program Files (x86)\Intel\ComposerXE-2011\compiler\lib\intel64 true MachineX64 - copy "C:\Program Files\Intel\MKL\10.2.6.037\em64t\bin\libiomp5md.dll" $(OutDir) + copy "C:\Program Files (x86)\Intel\ComposerXE-2011\redist\intel64\compiler\libiomp5md.dll" $(OutDir) MaxSpeed true - ..\..\Common;..\..\MKL;C:\Program Files\Intel\MKL\10.2.6.037\include; + ..\..\Common;..\..\MKL;C:\Program Files (x86)\Intel\ComposerXE-2011\mkl\include; _WINDOWS;%(PreprocessorDefinitions) MultiThreaded true @@ -144,14 +144,14 @@ mkl_intel_c.lib;mkl_intel_thread.lib;mkl_core.lib;libiomp5md.lib;%(AdditionalDependencies) $(OutDir)MathNET.Numerics.MKL.dll - C:\Program Files\Intel\MKL\10.2.6.037\ia32\lib + C:\Program Files (x86)\Intel\ComposerXE-2011\mkl\lib\ia32;C:\Program Files (x86)\Intel\ComposerXE-2011\compiler\lib\ia32; true true true MachineX86 - copy "C:\Program Files\Intel\MKL\10.2.6.037\ia32\bin\libiomp5md.dll" $(OutDir) + copy "C:\Program Files (x86)\Intel\ComposerXE-2011\redist\ia32\compiler\libiomp5md.dll" $(OutDir) @@ -161,7 +161,7 @@ MaxSpeed true - ..\..\Common;..\..\MKL;C:\Program Files\Intel\MKL\10.2.6.037\include; + ..\..\Common;..\..\MKL;C:\Program Files (x86)\Intel\ComposerXE-2011\mkl\include; _WINDOWS;%(PreprocessorDefinitions) MultiThreaded true @@ -172,14 +172,14 @@ mkl_intel_lp64.lib;mkl_intel_thread.lib;mkl_core.lib;libiomp5md.lib;%(AdditionalDependencies) $(OutDir)MathNET.Numerics.MKL.dll - C:\Program Files\Intel\MKL\10.2.6.037\em64t\lib + C:\Program Files (x86)\Intel\ComposerXE-2011\mkl\lib\intel64;C:\Program Files (x86)\Intel\ComposerXE-2011\compiler\lib\intel64 true true true MachineX64 - copy "C:\Program Files\Intel\MKL\10.2.6.037\em64t\bin\libiomp5md.dll" $(OutDir) + copy "C:\Program Files (x86)\Intel\ComposerXE-2011\redist\intel64\compiler\libiomp5md.dll" $(OutDir) diff --git a/src/NativeWrappers/Windows/MKLWrapper32Tests/LinearAlgebra/Double/MklLinearAlgebraProviderTests.cs b/src/NativeWrappers/Windows/MKLWrapper32Tests/LinearAlgebra/Double/MklLinearAlgebraProviderTests.cs index 71b765aa..2c6f8b14 100644 --- a/src/NativeWrappers/Windows/MKLWrapper32Tests/LinearAlgebra/Double/MklLinearAlgebraProviderTests.cs +++ b/src/NativeWrappers/Windows/MKLWrapper32Tests/LinearAlgebra/Double/MklLinearAlgebraProviderTests.cs @@ -29,14 +29,15 @@ // using MathNet.Numerics.UnitTests.LinearAlgebraProviderTests.Double; -using Microsoft.VisualStudio.TestTools.UnitTesting; namespace MathNet.Numerics.MklWrapperTests.LinearAlgebra.Double { + using NUnit.Framework; + /// /// Unit test container for the MKL linear algebra provider. /// - [TestClass] + [TestFixture] public class MklLinearAlgebraProviderTests : LinearAlgebraProviderTests { /// diff --git a/src/NativeWrappers/Windows/MKLWrapper32Tests/MKLWrapper32Tests.csproj b/src/NativeWrappers/Windows/MKLWrapper32Tests/MKLWrapper32Tests.csproj index fe0d7212..c6be9618 100644 --- a/src/NativeWrappers/Windows/MKLWrapper32Tests/MKLWrapper32Tests.csproj +++ b/src/NativeWrappers/Windows/MKLWrapper32Tests/MKLWrapper32Tests.csproj @@ -59,7 +59,9 @@ False ..\..\..\..\out\lib\Net40\MathNet.Numerics.dll - + + ..\..\..\..\lib\NUnit.2.5.9\nunit.framework.dll + 3.5 @@ -75,10 +77,10 @@ - + AssertHelpers.cs - + LinearAlgebra\Double\LinearAlgebraProviderTests.cs diff --git a/src/NativeWrappers/Windows/MKLWrapper64Tests/MKLWrapper64Tests.csproj b/src/NativeWrappers/Windows/MKLWrapper64Tests/MKLWrapper64Tests.csproj index 37df9c13..735bbfc3 100644 --- a/src/NativeWrappers/Windows/MKLWrapper64Tests/MKLWrapper64Tests.csproj +++ b/src/NativeWrappers/Windows/MKLWrapper64Tests/MKLWrapper64Tests.csproj @@ -59,7 +59,9 @@ False ..\..\..\..\out\debug\Net40\MathNet.Numerics.dll - + + ..\..\..\..\lib\NUnit.2.5.9\nunit.framework.dll + 3.5 @@ -75,10 +77,10 @@ - + AssertHelpers.cs - + LinearAlgebra\Double\LinearAlgebraProviderTests.cs @@ -106,11 +108,9 @@ libiomp5md.dll - Always MathNET.Numerics.MKL.dll - Always diff --git a/src/NativeWrappers/Windows/NativeWrappers.sln b/src/NativeWrappers/Windows/NativeWrappers.sln index b0cd931e..3c535012 100644 --- a/src/NativeWrappers/Windows/NativeWrappers.sln +++ b/src/NativeWrappers/Windows/NativeWrappers.sln @@ -55,7 +55,6 @@ Global {B134AA80-D8CA-4B83-9775-AE6ED2D5CFAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {B134AA80-D8CA-4B83-9775-AE6ED2D5CFAB}.Debug|Any CPU.Build.0 = Debug|Any CPU {B134AA80-D8CA-4B83-9775-AE6ED2D5CFAB}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {B134AA80-D8CA-4B83-9775-AE6ED2D5CFAB}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU {B134AA80-D8CA-4B83-9775-AE6ED2D5CFAB}.Debug|Win32.ActiveCfg = Debug|Any CPU {B134AA80-D8CA-4B83-9775-AE6ED2D5CFAB}.Debug|x64.ActiveCfg = Debug|Any CPU {B134AA80-D8CA-4B83-9775-AE6ED2D5CFAB}.Release|Any CPU.ActiveCfg = Release|Any CPU