From 33bc9de51e62bca6262c86ecc2ad42b65e1a3b10 Mon Sep 17 00:00:00 2001 From: suter Date: Mon, 7 Oct 2013 16:34:49 +0200 Subject: [PATCH] reactivate expception raising on host failure --- src/simix/smx_host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.20.1