Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove dummy output.
[simgrid.git] / src /
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
2010-03-23 mquinsonKill MSG_WARNING and MSG_FATAL return codes
2010-03-23 coldpeaceremoving NativeExpection and adding others
2010-03-23 coldpeaceplease add path to MakeFile
2010-03-23 mquinsonmore verbose on error
2010-03-23 mquinsonfixes to make dist
2010-03-23 mquinsonkill arg 'old_ctx' of function resume in context factor...
2010-03-23 mquinsonreimplement SIMIX_process_kill() without SIMIX_process_...
2010-03-23 mquinsonMerge context_start into context_new to simplify the...
2010-03-22 genaudadded MPI_Get_processor_name()
2010-03-22 mquinsonfurther cleanups of the java bindings
2010-03-22 mquinsonUse nanosecond timers if found
2010-03-22 coldpeaceHost Methods
2010-03-22 mquinsonSecond try at lua. Still does not work: I get a 'attemp...
2010-03-22 mquinsonvarious cosmetics improvements
2010-03-22 mquinsonMore informative error message
2010-03-22 mquinsonmore robustness in the code by not ignoring situations...
2010-03-22 mquinsontypo--
2010-03-22 mquinsonkill dead code, and unallocate argv
2010-03-22 mquinsontiny improvement of error messages
2010-03-22 mquinsonOne more FIXME to achieve for code simplification
2010-03-22 mquinsontiny improvement of error messages
2010-03-22 mquinsontiny optimizations
2010-03-22 mquinsonremove typos
2010-03-22 mquinsonreduce verbosity: debug is almost over
2010-03-22 mquinsonuse small_platform.xml here
2010-03-19 coldpeacegit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid...
2010-03-19 coldpeaceRuby Msg Binding : new Methods and new Example
next