X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/464c9a3b340747ee10b2a55e728bdab52486770b..a58e4be333bc36aedbbea0363d53b60e2351c522:/src/smpi/bindings/smpi_mpi.cpp diff --git a/src/smpi/bindings/smpi_mpi.cpp b/src/smpi/bindings/smpi_mpi.cpp index 3fa9e648f8..012c7d1391 100644 --- a/src/smpi/bindings/smpi_mpi.cpp +++ b/src/smpi/bindings/smpi_mpi.cpp @@ -51,9 +51,10 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(smpi_mpi, smpi, "Logging specific to SMPI ,(mpi) else if (err == MPI_ERRORS_ARE_FATAL){ \ if (xbt_log_no_loc) \ XBT_INFO("The backtrace would be displayed here if --log=no_loc would not have been passed"); \ - else \ + else{ \ XBT_INFO("Backtrace of the run : if incomplete, run smpirun with -keep-temps. To hide, use --log=no_loc"); \ xbt_backtrace_display_current(); \ + } \ xbt_die("%s - returned %.*s instead of MPI_SUCCESS", __func__, error_size, error_string); \ } else \ err->call((errhan), ret); \