]> AND Public Git Repository - simgrid.git/blobdiff - ChangeLog
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
moving lagrange functions for Vegas and Reno to their right location
[simgrid.git] / ChangeLog
index 628137585181de8d1ab7c9a820250f9be5101221..e73f2067deef279fc6de6d155d88c554d34c19ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,10 @@ SimGrid (3.3-cvs) unstable; urgency=low
  GRAS:
   * Convert the PIDs from long int to int to match the MSG ones (and
     linux ones too) [Mt]
+  * New function: gras_agent_spawn() to launch a new process on
+    current host. Only working in simulation for now.. [Mt]
+  * New function: gras_os_hostport() returning a constant form (ie,
+    not needing to be freed) of "gras_os_hostname():gras_os_myport()"
 
  XBT:
   * Make the backtrace of exceptions more human readable [Mt]
@@ -35,6 +39,8 @@ SimGrid (3.3-cvs) unstable; urgency=low
     only).
   * New module: xbt/queue [Mt]
     classical producer/consumer synchronization scheme
+  * xbt_dynar_new_sync() creates a synchronized dynar. All access
+    (using the classical functions will get serialized) [Mt]
 
  --