Return the current number of communicators
FUNCTION mp_get_comm_count() !! Return the current number of communicators INTEGER :: mp_get_comm_count mp_get_comm_count = 0 #if defined(__parallel) mp_get_comm_count = debug_comm_count #endif END FUNCTION mp_get_comm_count