Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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...
2008-03-07 mquinsonRight. time_t is not long int on AIX. ahah. Very funny...
2008-03-07 mquinsonpublish a symbol used by a test, for the poor souls...
2008-03-07 mquinsoncosmetics
2008-03-07 mquinsonRevalidate the output
2008-03-07 mquinsonavoid redeclaring standard headers to avoid mismatches
2008-03-07 mquinsonIgnore cruft
2008-03-07 marklsmoved XBT_LOG_CONNECT calls into smpi_global so that...
2008-03-06 marklsfixed nasty border condition bug.
2008-03-06 mquinsonDocument last changes
2008-03-06 mquinsonDon't be paranoid, people won't connect stuff badly...
2008-03-06 mquinsonConnect correctly the log channels manually for windows...
2008-03-06 mquinsonFix detection of old versions
2008-03-06 mquinsonDo connect all log channel manually to parent using...
2008-03-06 mquinsonMake sure that all the categories are connected with...
2008-03-06 mquinsonCosmetics on the way the documentation of the tree...
2008-03-06 mquinsonStupid microsoft compiler not understanding the basic...
2008-03-06 mquinsonStrict ANSI compilers (such as microsoft ones) do not...
2008-03-06 mquinsonautogenerated
2008-03-06 mquinsonRegenerate all flexml-generated files to fix a FTBFS...
2008-03-06 mquinsonregenerate all makefiles.in with the lastest autotools
2008-03-06 mquinsonGet the flexml-generated file regenerated on need
2008-03-05 alegrandRevalidate output. There is no task root in this exempl...
2008-03-05 alegrandBug Fix: The symptom is hard to describe. Sometimes...
2008-03-05 alegrandRevalidate output. It did not take into account last...
2008-03-05 alegrandCosmetics
2008-03-05 alegrandRevalidate output. It did not take into account last...
2008-03-05 alegrandBug fix in the trace management: the power value was...
2008-03-05 alegrandRemove useless \n in DEBUG messages.
2008-03-05 alegrandHelp running properly after last XML parsing/DTD changes.
2008-03-05 alegrandRemove useless \n in DEBUG messages.
2008-03-05 alegrandHelp running properly after last XML parsing/DTD changes.
2008-03-05 alegrandcosmetics
2008-03-05 alegrandHelp compiling after last xml parsing/dtd modifications.
2008-02-28 marklsadded simple usage message to smpirun and removed nonwo...
2008-02-03 mquinsondead link--
2008-02-03 mquinsonFix the DTD wrt trace:connect. I like it better this...
2008-02-03 mquinsonkill properly the surfxml.h file since it got renamed...
2008-02-03 mquinsonReintroduce a more robust hack here
2008-02-03 mquinsonRemove a useless and now harmful rapid hack
2008-01-25 alegrandAdd comments on how to hack surf to seamlessly handle...
2008-01-24 mquinsonUse unsigned integers for malloc arguments to allow...
2008-01-23 mquinsonOops. Forgot a stub
2008-01-23 mquinsonDo not prepare backtraces for display in backtrace_curr...
2008-01-23 mquinsonAnd now, fix the linux layer for backtrace extraction...
2008-01-23 mquinsonRegenerating autogenerated files
2008-01-23 mquinsonavoid naming conflicts
2008-01-23 mquinsondo not call backtrace directly when raising an exceptio...
2008-01-23 mquinsonDamnit. Cross-compiling adds the pickyness of gcc to...
2008-01-23 mquinsonAllow gcc cross-compiling targetting windows, which...
2008-01-23 mquinsonDamit, leftover of the gcc syntax for inline assembly
2008-01-23 mquinsongive up on cross-compiling backtrace code from gcc...
2008-01-23 mquinsonAllow gcc cross-compilation targetting windows, and...
2008-01-23 mquinsonAllow gcc cross-compilation targetting windows
2008-01-23 mquinsonVarious cleanups+allow cross-compilation with gcc
2008-01-23 mquinsonOther try at killing that singleton
2008-01-23 mquinsonOther try at killing that singleton
2008-01-22 mquinsontry to kill the singleton design pattern
2008-01-22 mquinsonEnd of last commit about cleaning up windows backtraces...
2008-01-22 mquinsonSeparate the dummy implementation of the backtraces...
2008-01-22 mquinsonCleanups: kill code dupplication
2008-01-22 mquinsonxbt_new raises an exception on error, no need to check...
2008-01-22 mquinsonErm. Reindenting did not make the trick on assembly...
2008-01-22 mquinsonFix another small signess issue
2008-01-22 mquinsonFix a small signess issue
2008-01-22 mquinsonReindent (no real change)
2008-01-22 mquinsonMove a bit of code into the platform-dependent files...
2008-01-18 mquinsonAnd now, fix the other arguments of makecontext to...
2008-01-18 mquinsonFix the prototype of the context running wrapper to...
2008-01-11 cherierminclude sysdep.h for xbt_new0
2008-01-11 cheriermDelete the auto aliasing
2008-01-11 cheriermDeclaration of the MSG_task_receive_from_host() function
2008-01-11 cheriermthe java samples alias0 and alias1 are renamed autoDest...
2008-01-11 cheriermUsage of xbt_new0 instead calloc
2008-01-11 cheriermUsage of xbt_new0 instead calloc
2008-01-11 cheriermrename msg_mailbox.h to mailbox.h
2008-01-11 cheriermrename msg_mailbox.h mailbox.h
2008-01-11 cheriermThis change is relative with the mailbox concept :
2008-01-11 cheriermA distraction
2008-01-11 cheriermadd the inclusion of the dbg_help.h header, remove...
2008-01-09 mquinsonFix syntax
2008-01-09 mquinsonStupid me
next