Readme file for "CUDA_WORKSHOP_UIUC1007.nonac.tgz" Author: Xiao-Long Wu Date: 07/18/2010 Synopsis: CUDA hands-on labs for the intro-to-CUDA course. You have to follow the instructions listed in the manual "hands_on_manual-1007.pdf" to work through the labs. Description: This package is used to assist the intro-to-CUDA course. It's the same with the package, named "CUDA_WORKSHOP_UIUC1007.tgz", as listed in the manual, except that you don't need to use the AC cluster to work through the labs. However, becase the labs and manual are specialized to the AC cluster environment, you may need to change parts of the commands in the manual to compile and run the programs. Note: Although the package can be also used under Windows systems, the symbolic links to files and file execution modes need to be modified. Also, you'll have to execute the following instructions for porting to any non-AC cluster machines. %> cd CUDA_WORKSHOP_UIUC1007.nonac/common %> ./make.csh Revision history: Date: 07/18/2010: Two files, "profile_config" and "profile_run.sh" are copied from "lab2.2-reduction.1/" to "lab3.*/". Date: 07/12/2010: Lab3.2-mriQ.* are updated to make sure they can be ported to non-AC cluster machines. Please execute the following commands before working on Lab3.2. %> cd CUDA_WORKSHOP_UIUC1007.nonac/common %> ./make.csh Date: 07/11/2010: First release.