Quantcast
Channel: MATLAB Central Newsreader - tag:"accelerator"
Viewing all articles
Browse latest Browse all 24

Re: Problems accelerating a model that works fine in normal mode

$
0
0
While it may not be the most elegant solution, this is what I do.

1. Run the accelerator and get the error message.

2. Goto "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin" and copy nmake.exe.

3. Goto the folder where the accelerator model files are "../slprj/accel/MODELNAME/"
and paste nmake.exe into this folder.

4. Run the accelerator and it should compile. You will now have MODELNAME.mexw64 in your working directory

5. If someone knows of a simpler solution let me know. While this method works, its somewhat annoying.

Viewing all articles
Browse latest Browse all 24

Trending Articles