Changes between Version 2 and Version 3 of GPUApp
- Timestamp:
- Jul 1, 2010, 4:38:51 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GPUApp
v2 v3 43 43 }}} 44 44 45 One last thing to mention, the makefile for Mac is made with the assumption that the NVIDIA Cuda SDK is installed at the default path: "$ROOT/Developer/GPU Computing/" on Mac. If it is installed at a different path on your machine, then you will need to edit "common_mac.mk" file. Do so by looking for "ROOTDIR ?= /DeveloperGPU\ Computing" in "common_mac.mk" file and replace this path with an appropriate path on your machine.45 One last thing to mention, the makefile for Mac is made with the assumption that the NVIDIA Cuda SDK is installed at the default location: "$ROOT/Developer/GPU Computing/" on Mac. If it is installed at a different location on your machine, then you will need to edit "common_mac.mk" file. Do so by looking for "ROOTDIR ?= /Developer/GPU\ Computing" in "common_mac.mk" file and replace this path with an appropriate path on your machine.