Changes between Version 16 and Version 17 of GPUApp


Ignore:
Timestamp:
Jul 15, 2010, 4:35:53 PM (14 years ago)
Author:
TuanLe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GPUApp

    v16 v17  
    8383As far as we know, NVIDIA Cuda SDK 3.1 no longer supports emulation mode.
    8484Thus, 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".
     85To make an executable file in emulation mode, simply type:
     86{{{
     87make emu=1
     88}}}
    8689
    8790Also, note that you will need to define some environment variables before running the executable file.
     
    213216As far as we know, NVIDIA Cuda SDK 3.1 no longer supports emulation mode.
    214217Thus, 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".
     218To make an executable file in emulation mode, simply type:
     219{{{
     220make -f Makefile_mac emu=1
     221}}}
    216222
    217223Also, note that you will need to define some environment variables before running the executable file.