Opened 8 years ago

Closed 8 years ago

#84 closed defect (fixed)

abort in XIOS cause dead lock with MPI

Reported by: ymipsl Owned by: mhnguyen
Priority: minor Component: XIOS
Version: 2.0 Keywords: Dead lock
Cc:

Description

When exception is launch from XIOS, it terminates with abort() call. It may be a mistake with MPI run under some environment since de MPI library doesn't catch the abort and transfer the information to the other MPI processes.

Try to replace abort() in exception.cpp by MPI_Abort

Change History (1)

comment:1 Changed 8 years ago by mhnguyen

  • Keywords Dead lock added
  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.