dubfi.tests.test_linalg_mpi_worker

Test MPI worker linear algebra routines.

Added in version 0.1.1.

Functions

Module Contents

dubfi.tests.test_linalg_mpi_worker.test_vector(n=100)

Test basic MPI vector functionality.

Parameters:

n (int)

Return type:

None

dubfi.tests.test_linalg_mpi_worker.test_matrix(n=200)

Test basic MPI-parallelized linear algebra.

Parameters:

n (int)

Return type:

None

dubfi.tests.test_linalg_mpi_worker.test_matrix_3d(n=200)

Test basic MPI-parallelized linear algebra.

Parameters:

n (int)

Return type:

None

dubfi.tests.test_linalg_mpi_worker.test_logdet(n=100)

Test dubfi.linalg.mpi_worker.MpiDenseBdMatrixWorker._logdet().

Parameters:

n (int)

Return type:

None

dubfi.tests.test_linalg_mpi_worker.test_trace_product()

Test dubfi.linalg.mpi_worker._trace_product_self() and dubfi.linalg.mpi_worker._trace_product_generic() with and without jit.

dubfi.tests.test_linalg_mpi_worker.trace_product_tester(tp_self, tp_generic)

Wrap tests for dubfi.linalg.mpi_worker._trace_product_self() and dubfi.linalg.mpi_worker._trace_product_generic().

dubfi.tests.test_linalg_mpi_worker.test_dense_post_r()

Test agreement of dubfi.linalg.mpi_worker.MpiDensePostRWorker and dubfi.linalg.dense.DenseEnsLinPostR.