Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 524 Bytes

File metadata and controls

34 lines (24 loc) · 524 Bytes

Parallel implementations

Parallel programming with CUDA, MPI and OpenMP for HPC applications.

Compiling tools

CUDA simple compiling

nvcc -o name file.cu

MPI compile for C++

mpicxx -o name file.cpp

or

mpic++ -o name file.cpp

MPI execution

mpirun -np procs_count ./name

MPI cuda-aware Work in progress

Dependencies

CUDA-12 OpenMPI-5.0.2