Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2013-06-11 Augustin Degommeadd gather collectives from ompi
2013-06-11 Augustin DegommeFix bug happening with MPI_Datatypes
2013-06-11 Augustin Degommeadd allgatherv algo from ompi
2013-06-11 Augustin Degommeadd new allgather algo from ompi
2013-06-11 sutersize_t instead of unsigned long for storage size and...
2013-06-11 sutersimplify the simcall stack for file unlink
2013-06-11 suterthere is no stat on files anymore
2013-06-11 sutercleaning step: uniform naming (stream to fd) + some...
2013-06-11 suterone parameter less for open
2013-06-11 suterget rid of mode for open in Java bindings too
2013-06-11 suterget rid of "mode" parameter in the open file function...
2013-06-11 Augustin Degommeadd missing file in dist
2013-06-11 Augustin Degommeremove warning
2013-06-11 degommeremove warning
2013-06-10 degommeadd new algos for reduce from ompi
2013-06-10 degommeadd another ompi bcast algo
2013-06-10 Augustin Degommeadd one more bcast algo
2013-06-10 Augustin Degommeuseless line
2013-06-10 Augustin Degommeadd tests for ompi selector
2013-06-10 Augustin Degommeadd a new allreduce algorithm from openmpi
2013-06-10 Augustin Degommeactivate commute flag for MPI_Op, adds smpi_op_is_commu...
2013-06-10 Augustin Degommeremove warnings in smpi selector
2013-06-10 Marion Guthmullermodel-checker : update tesh for liveness example
2013-06-10 Marion Guthmullermodel-checker : update tesh
2013-06-10 Marion Guthmullermodel-checker : remove out of date tesh of chord example
2013-06-10 suteravoid double variable definition when tracing is activa...
2013-06-08 Marion Guthmullermodel-checker : free memory
2013-06-08 Marion Guthmullermodel-checker : increase number of colors for dot output
2013-06-08 Marion Guthmullercosmetics : indent
2013-06-08 Marion Guthmullermodel-checker : use raw_heap instead of std_heap
2013-06-08 Marion Guthmullermodel-checker : fix dot output for smpi examples
2013-06-08 Marion Guthmullercosmetics : indent
2013-06-08 Marion Guthmullermodel-checker : add information in counter-example...
2013-06-08 George MarkomanolisNew actions for the time independent trace replay frame...
2013-06-07 degommerename old alltoall selector function, which will proba...
2013-06-07 degommeadd ompi selector for smpi collectives (use --cfg=smpi...
2013-06-07 sutersimpler version of simcall to get the file of a file
2013-06-07 suterallow tasks to take no output nor produce any output
2013-06-06 LionelBugfix
2013-06-06 LionelFix exception handling in Java semaphores
2013-06-06 LionelBugfix in semaphore code
2013-06-06 LionelAdd correct headers for Java exports
2013-06-06 LionelBugfix
2013-06-06 LionelAn example to test MSG semaphores
2013-06-06 LionelUpdate ChangeLog for Semaphores in Java
2013-06-06 LionelMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-06 LionelAdded Semaphore visibility to the Java bindings
2013-06-06 suterrevalidate
2013-06-06 sutersetting result help to propogate it
2013-06-06 suterno need to free the file descriptor when you just want...
2013-06-06 suterstream to fd
2013-06-06 sutercopy/paste error
2013-06-06 suterfp => fd (for file descriptor)
2013-06-06 suterWow, I wrote a simcall! 11 files to modify to do a...
2013-06-06 suterunsigned long to size_t
2013-06-06 suteradd a function to retrieve the size of an msg_file_t
2013-06-06 Martin QuinsonMake semaphores visible from MSG
2013-06-06 LionelExport setAsyncMailbox to Java world
2013-06-06 sutermore cleanups related to stat on files
2013-06-06 suterno more stat structure
2013-06-06 suterfile_stat.h has been removed
2013-06-06 suterremove references to an include file that doesn't exist...
2013-06-06 Martin Quinsonkill some dead code
2013-06-06 Martin Quinsoncommit my eclipse configuration file so that others...
2013-06-06 Martin Quinsonthese got regenerated, apparently with a newer version...
2013-06-06 Martin Quinsonunignore eclipse project file, ignore some crappy compi...
2013-06-05 sutersay that we messed with msg_file
2013-06-05 suterrevalidate tesh to account for BIG FAT WARNING
2013-06-05 suterrevalidate tesh
2013-06-05 sutersimplify the examples of file usage
2013-06-05 suterpath and size should be enough to describe files stored...
2013-06-05 suterSimplify the way files are described. Get rid of the...
2013-06-05 suterstart to simplify the stack of structures for files...
2013-06-05 sutertypos
2013-06-05 Martin Quinsondocument the fact that we accept abbreviations of log...
2013-06-05 Martin Quinsoncleanups: kill unused forward declarations
2013-06-05 Martin Quinsonbig fat warning to avoid an issue that Lionel encountered
2013-06-04 Martin Quinsondisplay a warning message to avoid that some people...
2013-06-04 Martin Quinsondocument some recent changes
2013-06-02 Marion Guthmullermodel-checker : generate dot file for the verification...
2013-06-02 Marion Guthmullermodel-checker : use else if instead of if then if
2013-06-02 Marion Guthmullermodel-checker : fix dpor with dot_output
2013-06-01 Marion Guthmullermodel-checker : modify chord example in mc for exhausti...
2013-06-01 Marion Guthmullermodel-checker : fix memory free
2013-05-31 Marion Guthmullermodel-checker : remove useless if
2013-05-31 Marion Guthmullermodel-checker : fix compilation error
2013-05-31 Marion Guthmullermodel-checker : remove useless take/restore snapshot
2013-05-31 Arnaud GierschTry to support older versions of cmake.
2013-05-31 Marion Guthmullermodel-checker : update bugged1_liveness tesh
2013-05-31 Marion Guthmullermodel-checker : initialize variables
2013-05-31 Marion Guthmullermodel-checker : remove comment and add debug message
2013-05-31 Marion Guthmullermodel-checker : simplify algorithm for the verification...
2013-05-30 Marion Guthmullermodel-checker : take snapshot of memory segments during...
2013-05-28 Marion Guthmullermodel-checker : use only structure (mc_pair_t) for...
2013-05-28 Marion Guthmullermodel-checker : free memory
2013-05-28 Marion Guthmullermodel-checker : add global variable in bugged1_liveness...
2013-05-27 Arnaud GierschRemove reference to nonexistent class.
2013-05-24 Arnaud GierschTry to normalize path for libraries bundled into simgri...
2013-05-24 Arnaud GierschAlso add LICENSE file to simgrid.jar.
2013-05-23 Arnaud GierschSmall improvements to parmap_test
next