Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2008-05-20 mquinsonRewrite the timeout computation to reduce numerical...
2008-05-20 mquinsonStupid us (as in Arnaud and me): we should not set...
2008-05-19 mquinsonIgnore autogenerated cruft
2008-05-19 mquinsonTest case trying to handle messages for a very short...
2008-05-19 mquinsondo not wait for too small durations to avoid numerical...
2008-05-19 mquinsonAlso release the mutex when I didn't got what I wanted
2008-05-16 mquinsonSometimes, the time to wait is soo small that the incre...
2008-05-16 cheriermSome new files of the cxx version of the MSG API
2008-05-16 cheriermCode refactoring
2008-05-16 cheriermnot needed now.
2008-05-16 cheriermAdd comment and exception mechanism to the Host class.
2008-05-16 mquinsondocumentation improvement
2008-05-15 cheriermSome modifications and some files added.
2008-05-15 mquinsonRemove a crude hack where first call to surf_solve...
2008-05-14 mquinsonautogen commit fest (some of them being tests related...
2008-05-14 mquinsonAn implementation of the SHA1 hashing algorithm
2008-05-14 mquinsonMake an error message a bit more explicit about the...
2008-05-14 cheriermstarted of C++ wrappers for Msg
2008-05-14 mquinsondo not declare these functions both private and public...
2008-05-14 mquinsonIf the queue is empty after the timeout, do raise an...
2008-05-08 mquinsondo not use static buffer of log event for headers when...
2008-05-07 mquinsonExport some mailbox related functions
2008-05-07 cheriermChange of Visual C++ project of SimGrid DLL consecutive...
2008-05-07 cheriermcorrect a thoughtlessness (access violation)
2008-05-07 cheriermadd the tesh suites relative with gras, simdag and xbt
2008-05-07 cheriermsome changes for Windows (shell) compatibility and...
2008-05-07 cheriermmodify the name of the cat windows version (cat instead...
2008-05-07 cheriermreplace the long option semantic by read-me
2008-05-07 cheriermnot used files
2008-05-07 cheriermAdd the new integrated files version (use xbt data...
2008-05-07 cheriermdelete all the files to add the new integrated files...
2008-04-30 mquinsonPropagate file renaming to windows
2008-04-30 mquinsondo not to uniformize the type naming scheme today
2008-04-30 mquinsonNew test making sure that it's ok to have empty process...
2008-04-30 mquinsoncosmetic
2008-04-30 mquinsonRah. I finally found why the doxygen parser got fucked...
2008-04-30 mquinsonStop messing up doxygen with strange HTML chars
2008-04-30 mquinsonDocumentation fixups: Marc was a bit quick at copy...
2008-04-30 mquinsonDocumentation fixups: do not mess with doxygen by addin...
2008-04-30 mquinsonDocumentation fixups: some arguments got renamed, and...
2008-04-30 mquinsonStupid me. Arguments should be marked with @a in inline...
2008-04-30 mquinsonDocumentation fixup and light reindentation
2008-04-28 mquinsonUse the whole set, not missing the last element. Patch...
2008-04-25 marklsneed MPI_Wait in header file...
2008-04-25 marklsfixed bugs in SMPI_MPI_Comm_split and added back SMPI_M...
2008-04-15 mquinsonDo throw an exception only when the requested factory...
2008-04-15 mquinsonpropagate file renaming to the doc
2008-04-15 mquinsonpubli++
2008-04-15 mquinsonDo not pass a NULL argument to processes
2008-04-15 mquinsonPropagate the change of prototype (use exceptions,...
2008-04-15 mquinsoncosmetics
2008-04-14 mquinsonsearch the factory under its new name
2008-04-14 mquinsonUse exception where appropriate instead of integer...
2008-04-14 mquinsonpropagate the xbt_jcontext_factory_init()->xbt_ctx_java...
2008-04-14 mquinsonThe xbt/xbt_context_factory.h file was merged into...
2008-04-14 mquinsonForgot this one (sorry for the noise, I'm debugging...
2008-04-14 mquinsonContinue propagating the recent file renamings
2008-04-14 mquinsonThis file was renamed
2008-04-14 mquinsonTry to fixup the context mess
2008-04-10 mquinsonFiles still broken, but at least in the right directory
2008-04-10 mquinsonCommit broken files which were wrongly moved; right...
2008-04-10 mquinsondo not define EXTRA_DIST multiple times, or the last...
2008-04-10 mquinsonrename some ucontext files to context_sysv so that...
2008-04-10 mquinsonrewrite a comment
2008-04-07 mquinsondo not use strcpy for overlapping areas
2008-04-07 cheriermtest files
2008-04-07 cheriermadd new files
2008-04-07 cheriermlast version of tesh
2008-04-07 mquinsoncosmetics
2008-04-07 mquinsonLook for the GRAS_ROOT in /usr/local if nothing specified
2008-04-02 alegrandBug Fix. This function used to return the last task...
2008-03-19 alegrandUpdate Makefile.am so that all tesh files are distribut...
2008-03-17 cheriermadd the source file network_constant.c in the visual...
2008-03-17 cheriermrand_r() function is not implemented on Windows
2008-03-15 mquinsonThe dirty commit Arnaud refuses to do
2008-03-15 alegrandUse a random generator that updates its seed so that...
2008-03-15 alegrandHandle action whose latency is 0.
2008-03-15 alegrandUse a random number for latency instead of a constant...
2008-03-15 alegrandGetting rid of rates.
2008-03-15 alegrandGetting rid of lmm_variables and lmm_systems.
2008-03-15 alegrandGetting rid of network_links.
2008-03-15 alegrandGetting rid of the routing table.
2008-03-15 alegrandDon't call lmm_solve and correctly use latency in updat...
2008-03-15 alegrandupdate_actions_state
2008-03-15 alegrandClean the communicate function.
2008-03-15 alegrandStarting to code a "constant" network model.
2008-03-15 alegrandAdd seed management to have independant streams.
2008-03-15 alegrandUse doubles for random generators instead of ints and...
2008-03-15 alegrandMove a definition around so that other network models...
2008-03-15 alegrandThe interaction between the parser and the surf modules...
2008-03-15 alegrandcosmetic
2008-03-15 alegrandCleanup in includes.
2008-03-15 alegrandBug fix. I wonder how this function may have ever worked...
2008-03-13 cheriermtesh version 2
2008-03-12 mquinsonwelcome to modernity
2008-03-10 alegrandRevalidate output (surf model improvement: latency...
2008-03-10 alegrandRevalidate output due to:
2008-03-09 alegrandrevalidate output.
2008-03-09 alegrandBugfix.
2008-03-07 mquinsonFix a god damn race condition: make sure nobody changes...
next