From: suter Date: Mon, 7 Oct 2013 14:34:49 +0000 (+0200) Subject: reactivate expception raising on host failure X-Git-Tag: v3_9_90~38^2~37 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/33bc9de51e62bca6262c86ecc2ad42b65e1a3b10 reactivate expception raising on host failure --- diff --git a/src/simix/smx_host.c b/src/simix/smx_host.c index 5ef2bd9e5c..a168ccf1db 100644 --- a/src/simix/smx_host.c +++ b/src/simix/smx_host.c @@ -555,7 +555,7 @@ void SIMIX_execution_finish(smx_action_t action) case SIMIX_FAILED: XBT_DEBUG("SIMIX_execution_finished: host '%s' failed", sg_host_name(simcall->issuer->smx_host)); simcall->issuer->context->iwannadie = 1; - //SMX_EXCEPTION(simcall->issuer, host_error, 0, "Host failed"); + SMX_EXCEPTION(simcall->issuer, host_error, 0, "Host failed"); break; case SIMIX_CANCELED: