8000 Home · guy101/ucx Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Yossi edited this page Aug 22, 2016 · 12 revisions

UCX Quick start

Compiling UCX
% ./autogen.sh
% ./contrib/configure-release --prefix=$PWD/install
% make -j8 install
UCX API usage examples

https://github.com/openucx/ucx/tree/master/test/examples

Running UCX

UCX internal performance tests
OpenMPI and OpenSHMEM with UCX

Documentation

Slides
API documentation
High Level Design
FAQ

Organization

Guidance for contributors
Weekly conference calls
Organizations

Clone this wiki locally
0