Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add reduce scatter collectives from openmpi, and fix existing one
[simgrid.git] / src /
2013-06-12 degommeadd reduce scatter collectives from openmpi, and fix...
2013-06-11 Augustin Degommeremove warnings 2
2013-06-11 Augustin Degommeremove warnings
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-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 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 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 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 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 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 LionelMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-06 LionelAdded Semaphore visibility to the Java bindings
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 suterremove references to an include file that doesn't exist...
2013-06-06 Martin Quinsonkill some dead code
2013-06-06 Martin Quinsonthese got regenerated, apparently with a newer version...
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 Quinsonbig fat warning to avoid an issue that Lionel encountered
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 : 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 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-27 Arnaud GierschRemove reference to nonexistent class.
2013-05-24 Arnaud GierschTry to normalize path for libraries bundled into simgri...
2013-05-23 Paul BédarideAdd a scala masterslave example
2013-05-16 Arnaud GierschRemove now unused log category.
2013-05-16 Guillaume SerrièreRemove unused variable.
2013-05-16 Guillaume SerrièreAdd of context creation in parmap.
2013-05-16 Guillaume SerrièreRemove parmap from surf.
2013-05-15 Arnaud GierschGive size of pointed area, not size of pointer.
2013-05-15 Paul BédarideRemove PCRE dependency and RuleBased routing
2013-05-10 Paul BédarideAdd new boolean type for configuration
2013-05-07 Augustin Degommesynchronize all replay processes at the end
2013-05-07 Augustin DegommeWarning removal
2013-05-07 Augustin DegommeFix nasty bug with wrong addressing of the processes...
2013-05-07 Augustin Degommeadd an option smpi/iprobe, to inject sleeping time...
2013-05-07 Augustin Degommefix bug with tracing of MPI_Sendrecv
2013-05-07 Arnaud GierschUse right test for error checking.
2013-05-07 Arnaud GierschTypo.
2013-05-07 Arnaud GierschAlso handle IEC binary prefixes for bandwidth.
2013-05-07 Arnaud GierschUse correct capitalization for unit prefixes.
2013-05-07 Arnaud GierschFactorize code for parsing values with units.
2013-05-06 Paul BédarideLess error prone unit conversion
2013-05-06 Paul BédarideFix to handle warnings+optimizations on CI for MC32...
2013-05-06 Paul BédarideFix to handle warnings+optimizations on CI [#15544]
2013-05-06 Paul BédarideAdd unit support in xml files [#14422]
2013-04-30 Nicolas BonichonMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-04-26 Paul BédarideFix unset var in smpirun
2013-04-25 Nicolas BonichonMerge branch 'bittorrent'
2013-04-25 Paul BédarideAuto generate hostfile if not given to smpirun [#14692]
2013-04-15 Arnaud GierschReally call function TRACE_disable_power().
2013-04-15 Arnaud GierschUse correct parameter for bcast operation.
next