DEBSOURCES
Skip Quicknav
sources / elpa / 2022.11.001-4 / python / tests / test_mpi4py.py
123456789
def test_import(): from mpi4py import MPI comm = MPI.COMM_WORLD def test_barrier(): from mpi4py import MPI comm = MPI.COMM_WORLD comm.Barrier()