Skip to content

RPI-HPC/performanceTests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

performanceTests

Memory, FLOP, and communication (p2p and collective) intensive tests

Select contents

  • env*.sh - environment setup scripts
  • getTime*.sh - run script
  • kernel.h - kernel header
  • mpiWork.c - mpi driver
  • kernels/ - test kernels (see below)

Test kernels

  • flop1 - flop intensive kernel
  • mem1 - memory intensive kernel
  • p2pcomm1 - peer to peer communication kernel
  • colcomm1 - collective communication kernel

CCI Drp

build

source envCCIDrp.sh
make KERNELS="flop1 mem1 p2pcomm1 colcomm1"

run

sbatch -N 1 -t 5 ./getTimeCCIDrp.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published