MIME-Version: 1.0 Content-Location: file:///C:/E87199E5/README.htm Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="us-ascii"
The ".dll" file extension for MEX-files i= s no longer supported in the latest versions of MATLAB (ex: R2008b). So we recom= pile the DSDP5.8 executable with MATLAB version 7.7
(R2008b) under 32-bit Microsoft Windows XP.
Two compilations of the dsdp.mexw32 are provided.
1. T= he first version was compiled using Microsoft
Visual Studio 2008 and was linked to MATLABROOT\extern\lib\win32\microsoft\libmwblas.lib and MATLABROOT\extern\lib\win32\microsoft\libmwlapack.lib. This compilation is uaually faster, and is the default in the matlab subdirectory.
On some computers to make sure that the programs run successfully you may need to set an
environmental variable KMP_DUPLICATE_LIB_OK to TRUE= on your computer either by command "setenv('KMP_DUPLICATE_LIB_OK', 'TRUE');"
or by selecting
-Start->Control Panel
-Sys= tem
-Adv= anced
-Environmental Variable
If the environmental variable is not set, the Matlab session
may close. <= /span>
2. T= he second version was compiled using the free LCC compiler and linked to a
MATLABROOT\extern\lib\win32\lcc\libmwblas.lib and MATLABROOT\extern\lib\win32\lcc\libmwlapack.lib.