Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2012-11-16 Marion Guthmullermodel-checker : fix dpor algorithm
2012-11-16 Marion Guthmullerforget to apply cleanups in MC on SMPI (separate MC_mod...
2012-11-15 Marion Guthmullermodel-checker : factorize code for safety and liveness...
2012-11-15 Marion Guthmullermodel-checker : fix dependance theorem according to...
2012-11-15 Marion Guthmullermodel-checker : warning message if max depth is reached
2012-11-15 Marion Guthmullermodel-checker : memory free
2012-11-15 Marion Guthmullermodel-checker : cleanups in verification of current...
2012-11-15 Marion Guthmullermodel-checker : comparison times are NULL for visited_pair
2012-11-15 Marion Guthmullermodel-checker : fix segfault in get_local_variables_val...
2012-11-15 Marion Guthmullermodel-checker : create subdir for chord example with...
2012-11-15 Marion Guthmullermodel-checker : store last visited states during explor...
2012-11-15 Arnaud GierschDo memchecks with tracing=on, now that it's enabled...
2012-11-15 Arnaud GierschPut the TRY..CATCH inside a wrapper function.
2012-11-15 Arnaud GierschAdd missing include.
2012-11-15 Arnaud GierschPut forward declaration of static function in c file...
2012-11-15 paul bedarideFix TestSuite.msg-file
2012-11-15 Arnaud GierschMake paranoid compiler happy.
2012-11-15 Maximiliano... flatifier: added --downgrade option to output version...
2012-11-15 Martin Quinsondisplay on configuration output whether the mallocators...
2012-11-15 Martin Quinsonturn off the mallocators during the memory check
2012-11-15 Martin Quinsongit reset hard works even for Java. True story.
2012-11-14 Arnaud GierschGit-reset should do the job here, plus minor corrections.
2012-11-14 Martin Quinsonahem, document the right name for the new function
2012-11-14 Martin Quinsonrewrite the 'howto release' guide, in paranoid mode
2012-11-14 Martin Quinsontypo in comments
2012-11-14 Martin Quinsoncosmetics
2012-11-14 Martin QuinsonNew function: MSG_get_process_number()
2012-11-14 Martin Quinsonenhance the flatifier so that it can be used for platfo...
2012-11-14 Maximiliano... BitTorrent: changed the way the PIECE message is handle...
2012-11-14 Maximiliano... BitTorrent: added reference to the report by A. Legout...
2012-11-14 Arnaud Gierschsmpicc: also reset CMAKE_LINKARGS when no linking is...
2012-11-14 Arnaud GierschSize can be negative. Use ssize_t instead of size_t.
2012-11-14 Arnaud GierschRemove unsupported flags when Clang is used.
2012-11-14 Arnaud GierschAlso print CMAKE_xxx_COMPILER_ID.
2012-11-13 Marion Guthmullermodel-checker : new cfg command line flag (model-check...
2012-11-13 paul bedarideCorrect a bug in kademlia
2012-11-12 Arnaud GierschWrite the add_test(...) so that they are compatible...
2012-11-12 Arnaud GierschUse configure_file(... COPYONLY) instead of file(COPY...
2012-11-12 Arnaud GierschDefine macro if it's missing.
2012-11-12 Arnaud GierschProtect string with quotes.
2012-11-12 Arnaud GierschUse options compatible with older versions of git.
2012-11-12 Arnaud GierschIf several remotes are set, arbitrarily use the first...
2012-11-12 Marion Guthmullermodel-checker : cosmetics on log message
2012-11-12 Marion Guthmullermodel-checker : Add statistics about comparison times...
2012-11-12 Augustin Degommecosmetics and fix ugly bug in windows code
2012-11-12 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-12 Lucas Schnorr[trace] bye bye triva, welcome viva
2012-11-12 Augustin Degommeupdate doc for asynchronous send
2012-11-12 Lucas Schnorr[trace] do not extract topology graph if user ask to...
2012-11-12 Lucas Schnorr[trace] new tracing option to disable the topology...
2012-11-12 Lucas Schnorr[trace] cosmetics, platform is registered as a hierarch...
2012-11-12 Augustin Degommeupdate doc to reflect change of the stack_size parameter
2012-11-12 Augustin Degommeavoid setting the value of the stack size for thread...
2012-11-12 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-11 Marion Guthmullermodel-checker : remove chunks used comparison at the...
2012-11-11 Marion Guthmullermodel-checker : unset raw heap after display of statist...
2012-11-11 Marion Guthmullermodel-checker : get times elapsed for snasphot comparison
2012-11-11 Marion Guthmullermodel-checker : add ignore mechanism for global variabl...
2012-11-11 Marion Guthmullermodel-checker : get start of libsimgrid bss segment...
2012-11-11 Marion Guthmullermodel-checker : typo
2012-11-09 Marion GuthmullerShake up snapshot comparison : apply a new order of...
2012-11-09 Marion Guthmullermodel-checker : remove unnecessary comment
2012-11-09 Marion Guthmullermodel-checker : move creation of initial_state_liveness...
2012-11-09 Marion Guthmullermodel-checker : add size of stack in parameter of the...
2012-11-09 Marion Guthmullermodel-checker : getter function for chunks used in...
2012-11-09 Marion Guthmullermodel-checker : use statistics already included in...
2012-11-09 Marion Guthmullermodel-checker : initialize global variables
2012-11-09 Augustin Degommeadd a function in xbt to allow setting the stack size...
2012-11-08 Marion Guthmullermodel-checker : enable WaitTimeout requests only if...
2012-11-08 Marion Guthmullermodel-checker : new command line flag (model-check...
2012-11-07 Marion Guthmullermodel-checker : initialize variables (compilation error...
2012-11-07 Marion Guthmullermodel-checker : add debug information on processes...
2012-11-07 Marion Guthmullermodel-checker: add chord example for liveness property...
2012-11-07 Marion Guthmullermodel-checker : initialize global variable ignore_done...
2012-11-07 Marion Guthmullermodel-checker : remove backtracking if no more request...
2012-11-07 Marion Guthmullermodel-checker : comment trigger for state equality...
2012-11-07 Marion Guthmullermodel-checker : improve debug information for stacks...
2012-11-07 Marion Guthmullermodel-checker : add local variables from xbt/ex.h in...
2012-11-07 Marion Guthmullermodel-checker : ignore some local variables from xbt...
2012-11-07 Marion Guthmullermodel-checker : update examples for test snapshot compa...
2012-11-07 Marion Guthmullermodel-checker : memory free
2012-11-07 Marion Guthmullermodel-checker : verification of current_heap
2012-11-07 Marion Guthmullermodel-checker : add ignore mechanism for comparison...
2012-11-07 Marion Guthmullermodel-checker : remove declaration of unused function
2012-11-07 Marion Guthmullermodel-checker : fix dynar index in algorithm to get...
2012-11-07 Augustin Degommeadd timeout to compute tesh, as i386 debian is painfull...
2012-11-05 Augustin Degommeas MPI_Iprobe always use a 0-sized request, do not...
2012-11-04 degommeadd a tesh file and test for two already existing tests...
2012-11-04 degommehandle MPI_UB and MPI_LB for real, activate tests in...
2012-10-31 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-31 navarroAdd an example of generated pdf from simgrid scalability
2012-10-31 Augustin Degommereplace explicit smpi_sleep calls I introduced in some...
2012-10-31 Augustin Degommequick fix that hopefully won't break too much compilati...
2012-10-31 Augustin Degommedo not fail when building smpi without f2c, as it is...
2012-10-31 Augustin Degommemove defines frmpo smpi.h to mpi.h, to avoid using...
2012-10-31 Augustin Degommeremove todo, once done
2012-10-31 navarroChange parse for exec to be complient with simgrid...
2012-10-31 navarroOups
2012-10-31 navarroReused mem check in pipol
2012-10-31 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
next