I have the same issue. I am trying to run MCX on windows 10 (64 bit), visual studio 2013, CUDA 8.0 and GPU - Nvidia GTX 1070. How did you solve this problem? Thanks
On Wednesday, February 22, 2017 at 11:01:05 AM UTC+3, wangbi...@tju.edu.cn wrote:Dear Professor Fang:Thanks for your previous response. I have readed the link you mentioned, but the error mentioned is different from mine. I am sorry to interrupt you again. Because I want to increase the maximum number of media types that MCX can handle, I have to modify the source code and rebuild the mcx.exe.I have installed the window 7(64), Visual studio(2013), cuda 7.5, and my GPU is NIVIDIA GeForce GT 740. Now, I can rebuild solution successfully. But when I run the code "mcx -A -n 1e7 -f validation.inp -G 1", I get the error" No GPU device found" depicted in the following picture. When debuging the code, the code "cudaGetDeviceCount(&deviceCount);" can find the GPU and the deviceCount =1. However, the Device Query can list the detailed information of the GPU, indicating that the Visual studio can detect the GPU. I am very confused on this contradiction. Could you give me some suggestions?Hoping for your responses.Best wishes for you!"
--
You received this message because you are subscribed to the Google Groups "mcx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mcx-users+...@googlegroups.com.
To post to this group, send email to mcx-...@googlegroups.com.
Visit this group at https://groups.google.com/group/mcx-users.
For more options, visit https://groups.google.com/d/optout.
cfg->deviceid[0]='1'; /*use the first GPU device by
default*/ else if(cfg->deviceid[dev]=='1'){