icentral_alg/
lib.rs

1#[macro_use] pub mod imports; use imports::*;
2
3#[cfg(target_feature = "mpi")]
4pub use mpi::{
5    ffi::{MPI_Status,MPI_Send,RSMPI_UINT8_T,RSMPI_COMM_WORLD,MPI_ANY_TAG},
6    traits::{Destination,Communicator},
7    collective::CommunicatorCollectives,
8};
9
10x!{do_paper_exp}
11x!{do_paper_exp_inc_brandes}
12x!{do_paper_exp_inc_qube}
13x!{fill_path_vec}
14x!{icentral_alg}
15x!{icentral_block}
16x!{icentral_iter}
17x!{kdd_exp_main}
18x!{paper_exp_main}
19x!{run_parallel_brandes}