Parallel programming with CUDA, MPI and OpenMP for HPC applications.
CUDA simple compiling
nvcc -o name file.cuMPI compile for C++
mpicxx -o name file.cppor
mpic++ -o name file.cppMPI execution
mpirun -np procs_count ./nameMPI cuda-aware Work in progress