Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update of the binary file corresponding to the exchange after the change in the conte...
[simgrid.git] / src /
2007-07-13 mquinsonDatadesc now contain a mutex; send big enough data...
2007-07-13 mquinsonif the plugin socket creator raises an exception, remov...
2007-07-13 marklsmore work on smpi receiver. basically everything is...
2007-07-12 mquinsonautogenerated
2007-07-12 donassbrUse a queue to control the selectable sockets. We don...
2007-07-12 mquinsonStop using internal interface of dynars related to...
2007-07-12 donassbrCorrected mutex unlocking.
2007-07-12 mquinsonDynar are now synchronized
2007-07-12 mquinsonvarious little cleanups in the gras/sg code. Mainly...
2007-07-11 mquinsonGo for a thread_cancel instead of a thread_destroy...
2007-07-11 mquinson+= thread_cancel
2007-07-11 mquinsonof course, you shouldn't use the simulated time but...
2007-07-11 mquinsonimplement versatile threads (working both on simulator...
2007-07-11 mquinsonversatile implementation do not fake the xbt_thread...
2007-07-11 donassbrWe need a default if the user didn't set any function.
2007-07-11 mquinsonkill dead code
2007-07-11 mquinsonMore cleanups in simix and friends. Do not request...
2007-07-11 mquinsonplease shutdown the process/agent BEFORE the whole...
2007-07-11 mquinsonMove smx_process related functions from sg_emul.c to...
2007-07-11 mquinsoncosmetics: enforce prototype checking on callbacks...
2007-07-11 mquinsonMove a private symbol (that I may want to kill soon...
2007-07-10 mquinsonyeah, right
2007-07-10 mquinsonKill the types xbt_context_function_t, smx_process_code...
2007-07-10 mquinsonStupid me. The code produced by the gras_stub_generator...
2007-07-10 mquinsonArg. Move private symbols out of the public header...
2007-07-10 mquinsonadd the ability to specify a timeout on waiting a condi...
2007-07-10 mquinsonsanitize file naming space
2007-07-10 mquinsonops, wasn't compilable under windows
2007-07-10 mquinsonrename xbt_portability.h and sysdep.c to xbt_os_time...
2007-07-10 mquinsonSplit up a too long file, taking the oportunity to...
2007-07-10 mquinsonSplit up a too long file, taking the oportunity to...
2007-07-10 marklssome more work on smpi_sender and smpi_receiver. It...
2007-07-09 mquinsonHello module xbt/queue (classical producer/consumer...
2007-07-09 mquinson.
2007-07-09 mquinsonHello xbt/synchro module (synchronization working both...
2007-07-09 mquinsonrename xbt_thread, xbt_mutex and xbt_thcond to xbt_os_t...
2007-07-09 mquinsonThis file is a stub for XBT, it has nothing to do in...
2007-07-09 mquinsondo not break when java isn't around
2007-07-08 mquinson(kinda) working java wrappers by Malek and me
2007-07-08 mquinsonignorable
2007-07-08 mquinsonIn reality, Java use native thread synchronization...
2007-07-08 mquinsons/__SIMIX_display_process_status/SIMIX_display_process_...
2007-07-08 mquinsonhack around the place to get the initialization phase...
2007-07-08 mquinsonMore verbose on exception throwing (java still raises...
2007-07-08 mquinsonallow interfaces to call SIMIX_display_process_status
2007-07-08 mquinsonAllow java to call __MSG_process_cleanup
2007-07-08 mquinsontypo
2007-07-08 mquinsonAllow interfaces to display process status + trick...
2007-07-07 mquinsonwhen building the backtrace search the path if the...
2007-07-07 mquinsonDo only call addr2line on a library when we got the...
2007-07-07 marklsported most of smpi_sender to simix, smpi_receiver...
2007-07-06 mquinsonStubs of the functions allowing the upper JAVA layer...
2007-07-06 mquinsonsome code allowing the upper JAVA layer (user interface...
2007-07-06 mquinsonsome code allowing the upper JAVA layer (user interface...
2007-07-06 mquinsonRename some struct fields in private datatype to explic...
2007-07-06 mquinsonRename some struct fields in private datatype to explic...
2007-07-06 velhoCorrected bug when choosing workstation model.
2007-07-06 mquinsonPropagate Pedro's typo fixing to the header files
2007-07-06 marklsadded in code to add computation action to simulation...
2007-07-06 velhoCorrected some bugs, added the simix support to the...
2007-07-05 mquinsonIt can happen that users put the call to MSG_config...
2007-07-05 donassbrIt was more difficult to find the bug that I thought...
2007-07-04 marklsdo-nothing program that uses only MPI_Init and MPI_Fina...
2007-07-04 velhoUsing relative error to approximate the values of lambd...
2007-07-04 mquinsonavoid any name clashes with msg/private.h so that the...
2007-07-04 mquinsonRationalize the description of which file goes in which...
2007-07-04 mquinsonMore informative error message when non-clean end,...
2007-07-04 mquinsonOnly use the basename of __FILE__ when propagating...
2007-07-03 mquinsonUse 0 to indicate an invalid PID instead of -1. Someone...
2007-07-03 marklsfinally putting in proper use of mutexes. code still...
2007-07-03 mquinsonMake sure that MSG_process_get_PID() never raise an...
2007-07-03 marklsundoing an unintentional mistake.
2007-07-03 marklsre-start smpi from scratch to use SIMIX.
2007-07-02 velhoAdded the generic method to model fairness depending...
2007-07-02 mquinsonConvert GRAS pid from long int to int; setup a virtuali...
2007-07-02 mquinsonRevert the convertion of MSG pids from int to long...
2007-07-02 mquinsonConvert MSG pids from int to long int so that they...
2007-07-02 mquinsonI scratched my own change to fix the documentation...
2007-07-02 mquinsonIntegrate Bruno's work on SIMIX onto main stream. Tests...
2007-07-02 mquinsonIntegrate Bruno's work on SIMIX onto main stream. Tests...
2007-06-29 velhoAdded all TCP VEGAS/RENO related functions. TODO: the...
2007-06-29 mquinsonMake sure the navbar tricks we use in the post-processo...
2007-06-29 mquinsonuseless cleanup
2007-06-29 mquinsonAnd now, update the doc for all added macros. Sorry...
2007-06-29 mquinsonNew macros were added. Update the doc
2007-06-29 mquinsonshut doxygen up about unknown html tags
2007-06-29 velhoAdded the update for the Df parameter (lmm_variable_t...
2007-06-28 marklsA lot has been moved over to simix, but getting rid...
2007-06-28 velhoNow compiling. Sorry Arnaud.
2007-06-27 velhoAdded function prototypes in maxmin_private, minor...
2007-06-19 marklsporting smpi from msg to simix. This may be more work...
2007-06-12 marklshad to add make file to make it possible to actually...
2007-06-12 marklsadded smpi to cvs repository. still need to do a lot...
2007-06-08 mquinsonMake sure the precision is int to keep 64bits happy
2007-06-08 mquinsonDamn, this code gets annoying. Each time I'm sure it...
2007-06-08 mquinsonImplement a format precision modifier
2007-06-08 mquinsonThreshold is not the only setting we can modify anymore...
2007-06-08 mquinsonWhen dealing with an uncatched exception, use CRITICAL...
2007-06-06 mquinsonthe matrix may have 0 columns...
2007-06-06 mquinsonNow that there is some mallocated space in the category...
next