| README.txt |
Detailed explanation on how to configure the makefiles and build
various versions of the library. |
| Makefile |
Makefile (Needs to be edited by the user to match his specific configuration) |
| Makefile_SARA |
Makefile specifc for the machines at SARA |
| GRAPEV7.sln |
Solution file for Visual Studio .NET 2003
|
| GRAPEV7.vcproj |
Project file for Visual Studio .NET 2003
|
| Kirin.cfg |
Example configuration file for the library. Describtion of the settings
can be found in the README.txt file. |
| starlab_vector.h |
Header file from starlab to support vectors during compilation |
| grape6_gpu.h |
Header file to link the library in other programs |
| grape6.cpp |
Contains the code that mimicks the GRAPE functions
and translates them to our GPU code. |
| cudaCode.h |
Header file to connect the GPU code with the
library mimicking functions. |
| cudaCode.cu |
GPU host code, code in this file interacts with the GPU.
|
| kernels.cu |
Contains the GPU device code.
|