Harry-Chen / parallel-computing-assignments

Assignments of Parallel Computing course, Tsinghua University, Fall 2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assignments of Parallel Computing

Four assignments of Parallel Computing course, Tsinghua University, Fall 2020, including:

  • MPI P2P communication bandwidth tester (p2p-bandwidth.cc)
  • MPI collective communication bandwidth tester (collective-bandwidth.cc)
  • MPIIO bandwidth tester (mpiio-bandwidth.cc)
  • adaptation of a random reduction program to MPI

The project in written in C++17 utilizing cxxopts library to parse command line arguments. Run with --help to show usage.

This repository is not licensed. Use at your own risk.

About

Assignments of Parallel Computing course, Tsinghua University, Fall 2020


Languages

Language:C++ 98.8%Language:Python 0.7%Language:Makefile 0.5%