Skip to content
Snippets Groups Projects
Commit af3543b4 authored by Jammer, Tim's avatar Jammer, Tim
Browse files

Format code

parent bdc5cc53
No related branches found
No related tags found
1 merge request!6More Work on infrastructure IV
......@@ -16,7 +16,8 @@ class InvalidCommErrorP2P(ErrorGenerator):
invalid_comm = ["MPI_COMM_NULL", "NULL"]
missmatching_comms = ["MPI_COMM_SELF", "mpi_comm_dup", "mpi_comm_dup_with_info", "mpi_comm_idup",
"mpi_comm_idup_with_info", "mpi_comm_create","mpi_comm_create_group","mpi_comm_split","mpi_comm_split_type","mpi_comm_create_from_group"
"mpi_comm_idup_with_info", "mpi_comm_create", "mpi_comm_create_group", "mpi_comm_split",
"mpi_comm_split_type", "mpi_comm_create_from_group"
]
intercomms = ["mpi_intercomm_create", "mpi_intercomm_merge", "mpi_intercomm_create_from_groups"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment