You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and select the Visual Studio compiler (click the apparent link to run the code).
In Matlab, switch to the MULTEM directory, add the folders on the left to the Path (right click, add to path).
In the Matlab console, I now type compile_mex_multem
This is where I currently fail. Any help at all is greatly appreciated.
The accompanying error is
mex-largeArrayDims-outdir ..\mex_executables-I../src-I"C:\ProgramFiles\NVIDIAGPUComputingToolkit\CUDA\v8.0\include" il_specimen_slicing.cu-L../src-lblas-llapack-L../src-lfftw3f-lfftw3Errorusing mexNosupported compiler or SDK was found. For options, visit http://www.mathworks.com/support/compilers/R2016b/win64.html.Errorin MEX (line 53)
eval(textcommands);
Errorin mex_specimen_slicing (line 3)
MEX('release', 'il_specimen_slicing.cu', '../src');
Errorin run (line 96)
evalin('caller', [script';']);
Errorin compile_mex_multem (line 15)
run(['mex_files_multem/',file{1}])
The text was updated successfully, but these errors were encountered:
thomasaarholt
changed the title
Installing on Windows (Advice)
Help with installing on Windows
Apr 4, 2017
Right. I've just spent the better part of two days trying to install MULTEM on Windows. After hitting hurdle upon hurdle, this is where I am at:
Install Cuda (free)
Install Matlab 2016b. (not free)
Install Visual Studio 2015 (NOT 2017), selecting the basic setup for C++ during the installation (under "languages") (free)
Install .Net Framework 4.6.2 (free)
In Matlab, run
and select the Visual Studio compiler (click the apparent link to run the code).
In Matlab, switch to the MULTEM directory, add the folders on the left to the Path (right click, add to path).
In the Matlab console, I now type
compile_mex_multem
This is where I currently fail. Any help at all is greatly appreciated.
The accompanying error is
The text was updated successfully, but these errors were encountered: