Ignore:
Timestamp:
Apr 29, 2012, 11:52:06 AM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
d448a7
Parents:
51e793
Message:

vmg: Use MPI error handler only when compiled with --enable-debug.

git-svn-id: https://svn.version.fz-juelich.de/scafacos/trunk@1768 5161e1c8-67bf-11de-9fd5-51895aff932f

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/interface/interface_fcs.cpp

    r51e793 r379700  
    8282  VMGBackupSettings::mpi_comm = mpi_comm;
    8383
     84#ifdef DEBUG
    8485  MPI_Errhandler mpiErrorHandler;
    8586  MPI_Comm_create_errhandler(VMG::MPI::ConvertToException, &mpiErrorHandler);
    8687  MPI_Comm_set_errhandler(MPI_COMM_WORLD, mpiErrorHandler);
     88#endif
    8789
    8890  const Boundary boundary(periodic[0] ? Periodic : Open,
Note: See TracChangeset for help on using the changeset viewer.