kyleshu / apac-ucx-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple message rate / bandwidth benchmark using UCX

Prior to compiling or running, load the following modules:
    $ module load gcc hpcx

To compile:
    $ make

To run with two nodes on the Thor system:
    $ mpirun -np 2 --map-by node --display-map ./ucx_mr_bw

About


Languages

Language:C 99.1%Language:Makefile 0.9%