-
- Downloads
init commit
parents
No related branches found
No related tags found
Showing
- .gitignore 8 additions, 0 deletions.gitignore
- 01-official-example/.bazelrc 2 additions, 0 deletions01-official-example/.bazelrc
- 01-official-example/BUILD.bazel 39 additions, 0 deletions01-official-example/BUILD.bazel
- 01-official-example/README.md 36 additions, 0 deletions01-official-example/README.md
- 01-official-example/WORKSPACE 0 additions, 0 deletions01-official-example/WORKSPACE
- 01-official-example/example.cc 59 additions, 0 deletions01-official-example/example.cc
- 01-official-example/run.sh 13 additions, 0 deletions01-official-example/run.sh
- 02-official-example-cmake/CMakeLists.txt 28 additions, 0 deletions02-official-example-cmake/CMakeLists.txt
- 02-official-example-cmake/README.md 14 additions, 0 deletions02-official-example-cmake/README.md
- 02-official-example-cmake/example.cc 59 additions, 0 deletions02-official-example-cmake/example.cc
- 03-remote-call/CMakeLists.txt 43 additions, 0 deletions03-remote-call/CMakeLists.txt
- 03-remote-call/README.md 12 additions, 0 deletions03-remote-call/README.md
- 03-remote-call/main.cpp 27 additions, 0 deletions03-remote-call/main.cpp
- 03-remote-call/remote.cpp 4 additions, 0 deletions03-remote-call/remote.cpp
- 03-remote-call/remote.hpp 6 additions, 0 deletions03-remote-call/remote.hpp
- 04-cross-call/CMakeLists.txt 25 additions, 0 deletions04-cross-call/CMakeLists.txt
- 04-cross-call/README.md 30 additions, 0 deletions04-cross-call/README.md
- 04-cross-call/counter.py 24 additions, 0 deletions04-cross-call/counter.py
- 04-cross-call/main.cc 52 additions, 0 deletions04-cross-call/main.cc
- 05-MPI-ray/CMakeLists.txt 24 additions, 0 deletions05-MPI-ray/CMakeLists.txt
Loading
Please register or sign in to comment