Skip to content

Di0gen/ucx

This branch is 1 commit ahead of, 14865 commits behind openucx/ucx:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

119716c · Feb 14, 2017
Jan 27, 2017
Feb 14, 2017
Dec 16, 2016
Feb 7, 2017
Feb 13, 2017
Feb 13, 2017
Dec 1, 2016
Dec 26, 2016
Jun 6, 2016
Aug 24, 2015
Mar 4, 2016
Dec 19, 2016
Aug 24, 2015
Jul 31, 2015
Jul 31, 2015
Jan 22, 2016
Jan 3, 2017
Jun 16, 2015
Dec 26, 2016

Repository files navigation

Coverity Scan Build Status

UCX is a communication library implementing high-performance messaging for MPI/PGAS frameworks

Quick start

% export PATH=$PATH:$MPI_HOME/bin
% ./autogen.sh
% ./contrib/configure-release --prefix=$PWD/install --with-mpi
% make -j8 install
% salloc -N2 --ntasks-per-node=1 mpirun --display-map $PWD/install/bin/ucx_perftest -d mlx5_1:1 -x rc_mlx5 -c 12 -t put_lat

UCX layout

UCX - Unified Communication X UCP - UCX Protocol UCT - UCX Transport UCS - UCX Services

About

Unified Communication X (mailing list - https://elist.ornl.gov/mailman/listinfo/ucx-group):

http://www.openucx.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 58.7%
  • C++ 38.9%
  • M4 1.4%
  • Makefile 0.5%
  • Shell 0.4%
  • Python 0.1%