fangq / mmc

Mesh-based Monte Carlo (MMC)
Other
40 stars 32 forks source link

MMCLAB compiled for 64bit Windows #1

Closed fangq closed 8 years ago

fangq commented 8 years ago

This has been requested by several users previously, see replies in this thread

https://groups.google.com/forum/?hl=en#!topic/mmc-users/a39bJBZ-H38

the main difficulties were compiling and linking 64bit binaries using gcc in mingw32 or cygwin with mex.bat and a proper mexopts.bat file. For 32bit Windows, such issue was solved using the instructions in the README

http://mcx.sourceforge.net/cgi-bin/index.cgi?MMC/README#Download_and_Compile_MMC

but these settings fail to work on 64bit windows.

fangq commented 8 years ago

This issue was solved recently with procedure described in this wiki page

http://mcx.sf.net/cgi-bin/index.cgi?MMC/CompileLog/2016.1

the new mmclab for 64bit windows was included as part of the MMC 2016.1 release.