Here is a list of all documented files with brief descriptions:
| CUDA_Aware_MPI.c | The implementation details for the CUDA-aware MPI version |
| CUDA_Normal_MPI.c | The implementation details for the normal CUDA & MPI version |
| Device.cu | This contains the device kernels as well as the host wrappers for these kernels |
| Host.c | This contains the host functions for data allocations, message passing and host-side computations |
| Input.c | This contains the command-line argument parser and support functions |
| Jacobi.c | This contains the application entry point |
| Jacobi.h | The header containing the most relevant functions for the Jacobi solver |