Skip to content

gamati01/Check_MPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check_MPI

Simple program to check performance of different approch

STEP0 (default) 1 sendrecv per direction, field and +/+ (332) using MPI Type for x,y,z directions

STEP1 CPU 1 sendrecv per direction, field and +/+ (332) using MPI Type for y and z directions hand-made packing/unpacking for x direction

STEP2 CPU 1 sendrecv per direction, and +/- (312) per task hand-made packing/unpacking for x,y,z directions

STEP3 GPU with openacc kernels 1 sendrecv per direction, and +/+ (312) per task hand-made packing/unpacking for x,y,z directions

STEP4 GPU with openacc kernels with CUDA-Aware 1 sendrecv per direction, and +/- (312) per task hand-made packing/unpacking for x,y,z directions

STEP5 STEP6 STEP7 STEP8

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published