Skip to content

Parallel implementations and tests of searching algorithms using CUDA C++

License

Notifications You must be signed in to change notification settings

lor3ny/parallel_implementations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Parallel implementations and tests of searching algorithms using CUDA C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published