File: README.md

package info (click to toggle)
rabit 0.0~git20200628.74bf00a-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 720 kB
  • sloc: cpp: 5,015; ansic: 710; python: 360; makefile: 306; sh: 136
file content (15 lines) | stat: -rw-r--r-- 757 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Rabit Library
=====
This folder holds the library file generated by the compiler. To generate the library file, type ```make``` in the project root folder. If you want mpi compatible library, type ```make mpi```

***List of Files***
* rabit.a The rabit package library
  - Normally you need to link with this one
* rabit_mock.a The rabit package library with mock test
  - This library allows additional mock-test
* rabit_mpi.a The MPI backed library
  - Link against this library makes the program use MPI Allreduce
  - This library is not fault-tolerant
* rabit_empty.a Dummy package implementation
  - This is an empty library that does not provide anything
  - Only introduced to minimize code dependency for projects that only need single machine code