Skip to content

jinliangwei/CommTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CommTest

Communication Module Test

MPI based communication module is implemented in Scheduler.cpp, Scheduler.hpp. The main purpose of test is to see how many MPI messages scheduler-server and client can exchange with varying size of message. By default, it use a test message with 8K size. To change the size of message, change MSGSIZE macro in scheduler.hpp.

Relevant functions: sched_server(), sched_client() and other low level functions that encapsulate and decapsulate packets.

To run a test

  1. make a machine file
  2. python run.py

About

Communication Module Test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages