Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
do not throw an exception if category is already created (use INFO instead, with...
[simgrid.git] / src /
2010-04-13 schnorrdo not throw an exception if category is already create...
2010-04-13 schnorrcorrecting exception message to let user know which...
2010-04-13 piniMake SMPI parameters names more consistent.
2010-04-13 schnorrproperly closing host containers on simulation trace...
2010-04-13 navarropAdd sources for target testall for pipol deployment.
2010-04-12 navarropAdd source for making testall when not in maintainer...
2010-04-12 velhoRemoved double free on GTNetS code.
2010-04-09 mquinsonaccept useless 'level' attributes to <job> since LIGO...
2010-04-09 mquinsonAdd a SD_task_set_name() function
2010-04-09 mquinsonfix the documentation of how to get TCP_gamma on linux...
2010-04-09 piniCompile MPI programs with -O2 by default.
2010-04-09 navarropNow working.
2010-04-09 mquinsonKill the dangerous MSG_task_ref() now that the bindings...
2010-04-09 mquinsonUse libsimgrid as name for the native simgrid module...
2010-04-09 mquinsonremove temporary manual link to library now that cmake...
2010-04-09 mquinsonkill trivial MSG_task_has_data() and use get_data(...
2010-04-09 mquinsonAllow to use xbt_dynar_shrink() to expend the dynar...
2010-04-09 mquinsonavoid memmove(..,..,0) which seems to cause trouble...
2010-04-09 mquinsonKill an crufty and outdated manual link to the lib
2010-04-09 mquinsonKill a detection of jot, which produce an error message...
2010-04-09 coldpeacerequire 'simgrid'
2010-04-09 coldpeacerequire 'simgrid_ruby'
2010-04-09 coldpeacemodified tesh files
2010-04-09 mquinsonfix a warning preventing the code form compiling in...
2010-04-08 donassbrSemaphores are more complicated than mutexes since...
2010-04-08 donassbrAdd 2 new functions to manage actions (SIMIX_action_res...
2010-04-08 navarropModified tesh files.
2010-04-08 piniRemove dummy output.
2010-04-07 coldpeaceusing shared Task to exchange data
2010-04-07 donassbrBugfix: Problems when we suspend/resume the process...
2010-04-07 schnorrcorrecting the return value for the TRACE_start function
2010-04-07 schnorrthrowing an exception if TRACE_start is called twice
2010-04-07 schnorrtracing only with the TRACE_PLATFORM mask (for now)
2010-04-07 coldpeaceThis link should be created by cmake, but update it...
2010-04-07 coldpeacegit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid...
2010-04-06 mquinsonregenerate flex generated files with a more recent...
2010-04-06 coldpeacenew lua example (matrix multiplications )
2010-04-06 coldpeaceadding some Host methods to lua
2010-04-06 navarropSet files generated to true.
2010-04-06 navarropRedo the way to install simgrid.
2010-04-06 piniWe want time in seconds.
2010-04-06 mquinsonEnclose the C data for tasks into a table so that user...
2010-04-06 navarropSet sources files generated.
2010-04-02 piniPimple to get the message sizes
2010-04-01 mquinsonHow can I be so stupid to need 3 commits for a simple...
2010-04-01 mquinsoncosmetics (sorry for the noise)
2010-04-01 schnorrproper use of the HAVE_TRACING variable defined by...
2010-04-01 schnorrmissing HAVE_TRACING ifdef/endif in smx_action.c
2010-04-01 mquinsonModifiers working both on 32bits and 64bits to display...
2010-04-01 mquinsontrace the message size, not the size of the pointer...
2010-04-01 piniPicky gcc.
2010-04-01 mquinsonAdd a pimple to get the ability to trace the amount...
2010-04-01 mquinsonxbt_dict: allow to have integer key and data
2010-04-01 navarropAdd testall to cmake.
2010-04-01 alegrandHuge import with Lucas tracing modifications.
2010-03-30 mquinson--help-models display the long description of all known...
2010-03-30 mquinsonAdd a long description to the models, and make it visib...
2010-03-30 mquinsonAllow to set latency_factor, bandwidth_factor and weigh...
2010-03-30 mquinsonRename configuration variables *_model into */model...
2010-03-30 mquinsonadd the ability to set a default value after registration
2010-03-30 mquinsonfix SD_task_get_execution_time() when communication...
2010-03-26 mquinsonCopy directly the lua task from stack to stack. Allows...
2010-03-26 coldpeaceNew ruby example "Quick-Sort" ( Sending Data within...
2010-03-26 coldpeaceallowing to send tasks containing "ruby task" value...
2010-03-25 mquinsonmake sure it still compiles with pthreads
2010-03-25 piniRemoved trailing whitespace
2010-03-25 piniMore MPI calls support in SMPI
2010-03-25 piniAdded MPI_COMM_SELF.
2010-03-25 coldpeacecheck result when sending/receiving tasks
2010-03-25 coldpeacecleanups
2010-03-25 coldpeaceadd MSG_task_has_data function
2010-03-25 coldpeacetrying to pass lua task as a data instead new allocation
2010-03-24 coldpeace(allHost method :using MSG_get_host_number(/table)...
2010-03-24 coldpeacegit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid...
2010-03-24 coldpeacefixing some privacy violation ( no more #include "msg...
2010-03-24 coldpeacemore respect to others privacy
2010-03-24 navarropChanges way to find lualib.h and lauxlib.h.
2010-03-24 mquinsonAdd a MSG_task_set_data() function
2010-03-24 mquinsonone more FIXME/TODO for medhi
2010-03-24 mquinsonTiny optimization: save a call to xbt_swag_size() if...
2010-03-24 mquinsonfurther cleanups
2010-03-24 coldpeace"new ruby host method"
2010-03-24 coldpeaceRename MSG_TIMEOUT_FAILURE into MSG_TIMEOUT
2010-03-23 mquinsonRename MSG_TIMEOUT_FAILURE into MSG_TIMEOUT for sake...
2010-03-23 mquinsonLua works!
2010-03-23 mquinsonFix the commit introducing MSG_task_ref by actually...
2010-03-23 mquinsonuse local variable in each user code so that they don...
2010-03-23 mquinsonadd a dangerous MSG_task_ref() needed by lua to not...
2010-03-23 mquinsonStupid typo
2010-03-23 mquinsonbegin conversion of lua contextes to sysv ones to ensur...
2010-03-23 mquinsonMake the sysv context mechanism inheritable (lua will...
2010-03-23 mquinsonSanitize the includes of context objects declarations...
2010-03-23 genaudOops. Forgot to commit these ones
2010-03-23 mquinsonbummer. Let's add all the needed files to the svn ...
2010-03-23 genaudwarning unused variable i prevent from building
2010-03-23 genaud- implemented MPI_MAXLOC & MPI_MINLOC in operations
2010-03-23 mquinsonFix last commit of Medhi so that the Java bindings...
2010-03-23 mquinsonImport reorganization (thanks eclipse)
2010-03-23 mquinsonFactorize a lot of code in context factories through...
2010-03-23 mquinsonKill MSG_WARNING and MSG_FATAL return codes
next