Skip to content

nelsonje/rdma-experiments

Repository files navigation

rdma-experiments

These are some simple experiments to help me understand how to use RDMA with the InfiniBand Verbs interface.

On the Sampa cluster, do something like:

# use modern versions of GCC and MPI
module purge
module load gcc intel-mpi

# build 
make simple_write

# run on 4 cluster nodes, with 3 processes (MPI ranks) per node,
# labeling output lines with the rank ID
srun --label --nodes=4 --ntasks-per-node=3 ./simple_write

Useful resources

Good places to look for more on MPI:

Good places to look for more on Verbs:

About

Some simple experiments to help me understand how to use RDMA with the InfiniBand Verbs interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published