Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Some stuff were done, another one were added here
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 30 Jun 2005 20:51:13 +0000 (20:51 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 30 Jun 2005 20:51:13 +0000 (20:51 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1497 48e7efb5-ca39-0410-a469-dd3cf9ba447f

TODO

diff --git a/TODO b/TODO
index 512068f..e0f522c 100644 (file)
--- a/TODO
+++ b/TODO
 
 - gras_datadesc_import_nws?
 
 
 - gras_datadesc_import_nws?
 
-- meassock
-  Check that messages don't go on meas socks
-  Implement it
-
 - Implement gras_datadesc_cpy to speedup things in the simulator
   For now, we mimick closely the RL when on simulator, which is not needed.
   (this was easier to do).
   gras_datadesc_cpy needs to provide the size of the corresponding messages, so
   that we can report it into the simulator.
 
 - Implement gras_datadesc_cpy to speedup things in the simulator
   For now, we mimick closely the RL when on simulator, which is not needed.
   (this was easier to do).
   gras_datadesc_cpy needs to provide the size of the corresponding messages, so
   that we can report it into the simulator.
 
-- a init/exit mecanism for logging appender
-- more logging appenders
 
 - when a send failed because the socket was closed on the other side, 
   try to reopen it seamlessly. Needs exceptions or another way to
 
 - when a send failed because the socket was closed on the other side, 
   try to reopen it seamlessly. Needs exceptions or another way to
@@ -46,6 +40,7 @@
 ### A bit later
 ### 
 
 ### A bit later
 ### 
 
+- timeout the send/recv too
 - Adaptative timeout
 - datadesc_set_cste: give the value by default when receiving. 
   It's not transfered anymore, which is good for functions pointer.
 - Adaptative timeout
 - datadesc_set_cste: give the value by default when receiving. 
   It's not transfered anymore, which is good for functions pointer.
  - virtualize (linux, solaris, SG) & conditions
  - binary representation: any type, SNWF (Sender Native Wire Format)
  - modules (log control, manage, token ring, bw)
  - virtualize (linux, solaris, SG) & conditions
  - binary representation: any type, SNWF (Sender Native Wire Format)
  - modules (log control, manage, token ring, bw)
- - cleanups, documentation
 
 [autoconf]
   Check the gcc version on powerpc. We disabled -floop-optimize on powerpc,
     but versions above 3.4.0 should be ok.
 
 [autoconf]
   Check the gcc version on powerpc. We disabled -floop-optimize on powerpc,
     but versions above 3.4.0 should be ok.
-  The ucontext usability test is too light. It returns success on IRIX, but
-    shouldn't since ucontext are broken for us there.
 
 [portability layer]
   Mallocators
 
 [portability layer]
   Mallocators
@@ -89,6 +81,8 @@
   Hijack message from a given category to another for a while (to mask
     initializations, and more)
   Allow each process in simulation to have its own setting
   Hijack message from a given category to another for a while (to mask
     initializations, and more)
   Allow each process in simulation to have its own setting
+- a init/exit mecanism for logging appender
+- more logging appenders
 
 [dict]
   speed up the cursors, for example using the contexts when available
 
 [dict]
   speed up the cursors, for example using the contexts when available