DistDir
Functions
Bucket_tests

Functions

static int map_idxlist_to_RD_decomp_test01 (MPI_Comm comm)
 test01 for map_idxlist_to_RD_decomp function More...
 
static int map_idxlist_to_RD_decomp_test02 (MPI_Comm comm)
 test02 for map_idxlist_to_RD_decomp function More...
 
static int map_RD_decomp_to_idxlist_test01 (MPI_Comm comm)
 test01 for map_RD_decomp_to_idxlist function More...
 

Detailed Description

Tests of the bucket module

Function Documentation

◆ map_idxlist_to_RD_decomp_test01()

static int map_idxlist_to_RD_decomp_test01 ( MPI_Comm  comm)
static

test01 for map_idxlist_to_RD_decomp function

Map idxlists from 2 MPI processes with indices: Process 0: 0, 2, 4, 6, 8, 10, 12, 14 Process 1: 1, 3, 5, 7, 9, 11, 13, 15 To the RD decomposition with 4 processes

◆ map_idxlist_to_RD_decomp_test02()

static int map_idxlist_to_RD_decomp_test02 ( MPI_Comm  comm)
static

test02 for map_idxlist_to_RD_decomp function

Map idxlists from 2 MPI processes with indices: Process 0: 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24 Process 1: 1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23 To the RD decomposition with 4 processes

◆ map_RD_decomp_to_idxlist_test01()

static int map_RD_decomp_to_idxlist_test01 ( MPI_Comm  comm)
static

test01 for map_RD_decomp_to_idxlist function

Map RD decomposition to idxlist. 2 MPI sending processes with indices: Process 0: 0, 2, 3, 6, 8, 10, 12, 14 Process 1: 1, 3, 5, 7, 9, 11, 13, 15 2 MPI receiving process with indices: Process 2: 0, 1, 2, 3, 4, 5, 6, 7 Process 3: 8, 9, 10, 11, 12, 13, 14, 15