Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement a dynamic parallel execution mode.
[simgrid.git] / src / simix / smx_global.c
2011-01-20 cristianrosaAdd a clock per process when running in MC mode.
2011-01-05 cristianrosaAdd suport for TestAny and WaitAny requests to the...
2010-12-15 velhoEliminated needless dictionary.
2010-12-13 mquinsonmore debugging message
2010-12-13 thieryRemove a useless instruction
2010-12-13 cristianrosaUse a dynar instead of a swag to implement the process_...
2010-12-10 thieryReimplement SIMIX_display_process_status()
2010-12-06 cristianrosaInitialize surf before the context module, so the later...
2010-12-02 thieryReally fix this (still unimplemented) function
2010-12-02 thieryComment out more of SIMIX_display_process_status()...
2010-12-02 thieryRename two functions and a structure
2010-12-02 thieryClean indentation and coding style in SIMIX
2010-12-02 cristianrosa- Move simix_global->current_process to smx_current_context
2010-12-02 thieryDefine inline functions before calling them
2010-12-02 thieryRemove deprectaed function SIMIX_solve()
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-11-26 thieryFix a memory leak in simix
2010-10-25 agierschMake bprintf abort on error, and define bvprintf accord...
2010-10-22 agierschCheck return value of (v)asprintf.
2010-10-11 alegrandIndent include and src using this command:
2010-05-10 cristianrosaDelay the copy of the data of the communication actions...
2010-04-25 mquinsonFix copyright headers
2010-03-24 mquinsonTiny optimization: save a call to xbt_swag_size() if...
2010-03-22 mquinsonvarious cosmetics improvements
2010-03-22 mquinsonmore robustness in the code by not ignoring situations...
2010-03-04 mquinsondisplay correctly when processes are locked into a...
2009-11-20 mquinsonMark a bunch of functions as candidates to inlining...
2009-11-10 mquinsonRevert "try to port the gras simulation side to the...
2009-11-10 mquinsontry to port the gras simulation side to the new smx_net...
2009-10-05 mquinsonIncomplete port of MSG on top of SIMIX_network [Cristian]
2009-09-04 donassbrChange test to program ending to avoid infinite loop...
2009-08-26 donassbrMerge changes of maxmin_selective_update branch into...
2009-08-18 cristianrosaThe exception associated to each process was relocated...
2009-08-17 mquinsonContext factory's API simplification: the function...
2009-08-17 mquinsonFixed some issues in logs logic due to recent changes...
2009-08-17 mquinsonNew simplified API for the context factory [Cristian]
2009-08-17 mquinsonIntermidiate step towards the new context mechanism...
2009-08-17 mquinsonInline abstract interface to factories' functions ...
2009-07-13 mquinsonFinish the merging of Cristian branch by fixing some...
2009-07-13 mquinsonLots of renamings from xbt_ to smx_
2009-07-13 mquinsonFirst running version after the relocation of the conte...
2009-07-13 mquinsonFirst step into moving the context subsystem into simix...
2009-07-13 mquinsonSome build adjustments mandatory for the relocation...
2009-06-30 mquinsonSURF: Embeed every fields of common_public directly...
2009-06-30 mquinsonSURF: Unify the types of models in a uniq s_surf_model_...
2009-06-30 mquinsonFactorize some code in SURF
2009-06-26 mquinsonSanitize the way surf options are declared: in surf_con...
2009-06-06 alegrandTake into account that some process may actually not...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-05-19 mquinsonDisplay the status of simulated processes when receivin...
2008-06-30 cheriermAvoid some warning on the string format
2008-06-27 cheriermuse %#x format instead of %p because Windows and Linux...
2008-06-18 mquinsonuse a dict to store the smx_hosts since we lookup by...
2008-05-21 alegrandWell the output of printf("%p",NULL) might depend on...
2008-05-21 alegrandDo not print pointers (%p) when using INFO. This kind...
2008-05-15 mquinsonRemove a crude hack where first call to surf_solve...
2008-01-11 cheriermThis change is relative with the mailbox concept :
2008-01-07 cheriermThis change introduce the new mailbox concept.
2007-12-20 mquinsonImprove compilation time by epsilon by sharpening the...
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-10-25 mquinsonTiny improvement of the search speed
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-09-20 mquinsonOk, you won't believe this one. Visual seems to break...
2007-09-10 alegrandClean cleanups with mallocators... Thanks Pablo for...
2007-08-16 velhoSubstitution of the word "resource" by "model" in every...
2007-08-06 alegrandClean the links between action and conditions. Now...
2007-08-06 alegrandReindent!
2007-07-19 alegrandBe nice with people that prefer = to :.
2007-07-16 alegrandEnable to change the workstation_model from the command...
2007-07-11 donassbrWe need a default if the user didn't set any function.
2007-07-11 mquinsonMore cleanups in simix and friends. Do not request...
2007-07-11 mquinsoncosmetics: enforce prototype checking on callbacks...
2007-07-08 mquinsons/__SIMIX_display_process_status/SIMIX_display_process_...
2007-07-06 mquinsonRename some struct fields in private datatype to explic...
2007-07-04 mquinsonavoid any name clashes with msg/private.h so that the...
2007-07-04 mquinsonMore informative error message when non-clean end,...
2007-05-03 alegrandGot rid of useless message.
2007-04-10 donassbrRemoved SIMIX_global_init_args and SIMIX_process_create...
2007-04-04 donassbrFunctions added and changed. Keeps the cvs updated.
2007-03-30 donassbrmsg_simix alpha. All functions implemented.
2007-03-29 donassbrMany changes done.
2007-03-27 donassbrAPI changed.
2007-03-23 donassbrNecessity to change the code to implement MSG..
2007-03-09 mquinsonDon't initialize the contextes manually, it will be...
2007-03-09 donassbrModified some functions and datatypes. Simix API change...
2007-03-07 donassbrSome tests done and bugs corrected.
2007-03-05 donassbrNew functions added, changes in the header files, funct...
2007-03-01 donassbrCopyright corrected.
2007-03-01 donassbrInitial structure. Nothing works yet.
2007-02-28 alegrandMaking room for simix.