Changes between Version 16 and Version 17 of GPUApp
- Timestamp:
- Jul 15, 2010, 4:35:53 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GPUApp
v16 v17 83 83 As far as we know, NVIDIA Cuda SDK 3.1 no longer supports emulation mode. 84 84 Thus, you will need to install an older Cuda SDK version, like version 3.0, on your machine. 85 To make an executable file in emulation mode, simply type "make emu=1". 85 To make an executable file in emulation mode, simply type: 86 {{{ 87 make emu=1 88 }}} 86 89 87 90 Also, note that you will need to define some environment variables before running the executable file. … … 213 216 As far as we know, NVIDIA Cuda SDK 3.1 no longer supports emulation mode. 214 217 Thus, you will need to install an older Cuda SDK version, like version 3.0, on your machine. 215 To make an executable file in emulation mode, simply type "make -f Makefile_mac emu=1". 218 To make an executable file in emulation mode, simply type: 219 {{{ 220 make -f Makefile_mac emu=1 221 }}} 216 222 217 223 Also, note that you will need to define some environment variables before running the executable file.