Exception          20 ompi/mpi/cxx/exception.h class Exception {
Exception          25 ompi/mpi/cxx/exception.h   inline Exception(int ec) : pmpi_exception(ec) { }
Exception          35 ompi/mpi/cxx/exception.h   inline Exception(int ec) : error_code(ec), error_string(0), error_class(-1) {
Exception          41 ompi/mpi/cxx/exception.h   inline ~Exception() {
Exception          47 ompi/mpi/cxx/exception.h   inline Exception(const Exception& a)
Exception          68 ompi/mpi/cxx/exception.h   PMPI::Exception pmpi_exception;
Exception          37 ompi/mpi/cxx/intercepts.cc     throw(MPI::Exception(*errcode));
Exception          55 ompi/mpi/java/java/MPIException.java public final class MPIException extends Exception