forked from AstroGPU/swarm
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
eford edited this page Jan 21, 2012
·
5 revisions
Welcome to the swarm wiki!
- Once you have a local version of the git repository, you can make a local version of documentation using
make doc - Saleh's online version of new documentation
- Eric's online version of new documentation
- Online version of old documentation v0.1
- Getting started w/ git & GitHub
- GCC 4.4 & CUDA
- On hatp13 or dimitri-fast, use CUDA 4.0:
- Setting the CUDA base path in cmake:
/scratch/cuda_4.0/cuda - Settign your LD_LIBRARY_PATH to
/scratch/cuda_4.0/cuda/lib(if 32bit) or/scratch/cuda_4.0/cuda/lib64:/scratch/cuda_4.0/cuda/lib(if 64bit)
- Setting the CUDA base path in cmake: