From 6a374f711b364347b7adb9fa3bdf54b54e429b10 Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Thu, 16 Jun 2016 16:56:10 +0200 Subject: [PATCH] [SMPI] Added a \todo item for further changes. --- src/xbt/memory_map.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/xbt/memory_map.cpp b/src/xbt/memory_map.cpp index ea282449df..825393a2b8 100644 --- a/src/xbt/memory_map.cpp +++ b/src/xbt/memory_map.cpp @@ -27,6 +27,12 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_memory_map, xbt, "Logging specific to algori namespace simgrid { namespace xbt { +/** + * \todo This function contains many cases that do not allow for a + * recovery. Currently, xbt_abort() is called but we should + * much rather die with the specific reason so that it's easier + * to find out what's going on. + */ XBT_PRIVATE std::vector get_memory_map(pid_t pid) { #ifdef __linux__ -- 2.20.1