Make mpi_comm arguments mandatory in various jit and compile_foo interfaces in dolfin

Issue #813 new
Martin Sandve Alnæs created an issue

See e.g.

compile_extension_module
compile_subdomain_code
compile_expressions

there's a lot of optional arguments mpi_comm=None which defaults to mpi_comm_world deep inside the mpi_jit_wrapper, hidden from cursory look at the code.

Comments (2)

  1. Log in to comment