8000 GitHub - jesunsahariar/ucx at v1.3.x
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jesunsahariar/ucx

 
 

Repository files navigation

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):

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 59.1%
  • C++ 37.6%
  • M4 1.6%
  • Makefile 0.6%
  • Shell 0.6%
  • Java 0.4%
  • Other 0.1%
0