]> AND Public Git Repository - simgrid.git/blobdiff - src/simix/smx_deployment.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics: cpu_load is not supposed to be >1 anymore
[simgrid.git] / src / simix / smx_deployment.cpp
index 8468165933e66afdc566687d1214737caf0c1993..422f0a86d4056f39fe23c25fbe4c6da9cb6c50a8 100644 (file)
@@ -48,7 +48,7 @@ void SIMIX_launch_application(const std::string& file)
     parse_status = surf_parse();
     surf_parse_close();
     xbt_assert(not parse_status, "Parse error at %s:%d", file.c_str(), surf_parse_lineno);
-  } catch (const xbt_ex&) {
+  } catch (const simgrid::Exception&) {
     XBT_ERROR(
         "Unrecoverable error at %s:%d. The full exception stack follows, in case it helps you to diagnose the problem.",
         file.c_str(), surf_parse_lineno);