Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove a few leaks and memory errors
[simgrid.git] / src /
2013-07-11 Augustin Degommeremove a few leaks and memory errors
2013-07-11 Augustin DegommeMPI_Iprobe should return flag=true when asked with...
2013-07-11 Augustin DegommeMPI_UNIVERSE_SIZE is initialized at runtime with MPI_CO...
2013-07-11 Augustin Degommefix MPI_Group_range_excl
2013-07-11 Augustin Degommefix usage of MPI_Initialized before run
2013-07-11 Augustin Degommeexscan non commutative fix
2013-07-11 Augustin DegommeCopy the group when doing a comm_split, to avoid to...
2013-07-11 Augustin DegommeCrash with message when trying to use a log level that...
2013-07-11 suterwant the value not the address
2013-07-11 suterFinally succeed to bring back all the needed informatio...
2013-07-11 sutersome cleanup
2013-07-11 suterbummer, have to strdup value
2013-07-11 suterset field value
2013-07-10 Pierre VeyreAdd MSG_host_get_storage_list() function
2013-07-10 sutertiny conflict resolution
2013-07-10 suterunimplemented MSG_file_dump function
2013-07-10 suteradd content type to storage structure
2013-07-10 suterstore name and content type when creating storage resource
2013-07-10 Pierre VeyreAdd msg_storage_t structure, msg_storage_get_free_size...
2013-07-09 suterhandle modifications of the DTD in surf
2013-07-09 suteradd a content_type attribute to the storage and storage...
2013-07-09 suterthe name field of a msg_file_t is actually a full name...
2013-07-08 Augustin Degommehandle non commutative case for scan/exscan
2013-07-08 Augustin Degommemake sure refcount of a comm is really 1 when initialized
2013-07-08 Augustin Degommequick and naive implementation of the MPI_Exscan collective
2013-07-08 Augustin DegommeMPI_Waitsome and MPI_Testsome can actually handle NULL...
2013-07-08 Augustin DegommeMPI_Translate_ranks should return MPI_PROC_NULL if...
2013-07-08 Augustin Degommetestany should work and return a flag if we test 0...
2013-07-08 Augustin DegommeImplement MPI_IN_PLACE behavior for collectives
2013-07-08 Augustin DegommeFix MPI_Comm_Split, to increment reference counter...
2013-07-08 Augustin Degommeadd a reference counter in order to avoide deleting...
2013-07-08 Augustin Degommehave persistent communications use a PREPARED flag...
2013-07-08 Augustin DegommeMake internal collective flags negative (incorrect...
2013-07-05 Augustin Degommefix tracing issue with some communicators
2013-07-05 Arnaud GierschUse the same parameter name in the code and in the...
2013-07-05 Arnaud GierschMake it build again after commit 152117af2fbcf4c99d0da5...
2013-07-05 acarpenaMerge branch 'dvfs'
2013-07-04 acarpenaadded tesh tests for DVFS
2013-07-03 suteradd MSG_host_get_process_list() function.
2013-07-03 sutercosmetics
2013-07-03 suterpushing but never popping means useless code
2013-07-02 Augustin Degommebetter handling of loop endings
2013-07-02 Augustin Degommeget the rank and not the index for process creation
2013-07-02 Augustin Degommeuse the right index for sendrecv optimization
2013-07-02 Augustin Degommeunify collective tags
2013-07-01 Augustin Degommehandle MPI_IN_PLACE for basic reduce
2013-07-01 Augustin Degommedo not create communicator if process is not inside...
2013-07-01 acarpenaMerge branch 'dvfs'
2013-07-01 acarpenaadded dvfs support
2013-06-30 acarpenaadded dvfs support
2013-06-28 Augustin Degommemake not_yet_implemented() a macro outputting the name...
2013-06-28 Augustin DegommeAdd a huge variety of not yet impelmented functions...
2013-06-26 Augustin Degommeoptimize MPI_Sendrecv if a process has to exchange...
2013-06-26 Augustin Degommeavoid breaking replay, handle MPI_OP_NULL case
2013-06-26 Augustin DegommeFix smpi_sleep to execute the sleep on the simulated...
2013-06-26 Augustin Degommehandle non commutative reduce operations
2013-06-25 Augustin Degommempich allgatherv was using wrong size value
2013-06-25 Augustin Degommemem leaks
2013-06-25 suterThese "properties" are actually bandwidths: allow users...
2013-06-25 suterremove an ugly pimple thanks to units in XML
2013-06-25 suterallow to use units for storage too (bits, or bytes...
2013-06-24 Augustin Degommefix two nasty bugs in complex datatypes handling, caugh...
2013-06-24 Augustin Degommemem leak
2013-06-20 Augustin Degommestar-mpi's pairwise alltoall is only valid for power...
2013-06-19 Augustin Degommecorrect a few bcast algorithms and change the test...
2013-06-19 Augustin Degommeompi selector was using the wrong algo for alltoallv...
2013-06-18 suterapply some coding standard in function naming (agier...
2013-06-18 suterdon't call things storage when it's mount
2013-06-18 suterdon't call things storage when it's mount
2013-06-18 Augustin DegommeThis is a bug in the implementation in OpenMPI, with...
2013-06-18 Augustin DegommeMPI_ERR_COMM was sometimes returned instead of MPI_ERR_...
2013-06-18 Augustin Degommereduce_scatter default implementation was a mess
2013-06-18 Augustin Degommeif we send 0 data, don't bother with subtypes
2013-06-18 Augustin Degommeadd option "smpi/use_shared_malloc", with true as defau...
2013-06-18 suteryet another simplification of the storage API: we don...
2013-06-14 Guillaume SerrièreChange xbt_os_timer interface to handle cpu time, threa...
2013-06-14 Arnaud GierschAdd a small value to avoid rounding differences between...
2013-06-14 Arnaud GierschChange type double for size_t.
2013-06-14 Arnaud GierschRemove unused variables.
2013-06-14 Arnaud GierschComment out useless operation.
2013-06-14 Augustin Degommeopenmpi recently changed its decision for alltoallv...
2013-06-13 degommeforgot one file
2013-06-13 degommewe now have an mpich selector, and a bunch of new algor...
2013-06-13 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-13 Jonathan Rouzaud... SIMIX call + MSG function + Java binding for get_core
2013-06-13 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-13 Jonathan Rouzaud... Properties available for cluster tag
2013-06-13 Marion Guthmullerunused variable if tracing disabled
2013-06-13 Marion Guthmullermodel-checker : missing #ifdef
2013-06-13 Marion Guthmullermodel-checker : fix (again ..) DPOR for iSend/iRecv...
2013-06-13 Marion Guthmullermodel-checker : improve debug messages
2013-06-13 degommeend of ompi collectives addition, with barrier
2013-06-13 degommeadd scatter algos from ompi
2013-06-13 degommeunused variable
2013-06-13 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-12 degommeadd reduce scatter collectives from openmpi, and fix...
2013-06-12 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-12 Jonathan Rouzaud... fix Node.java
2013-06-12 Arnaud GierschPrototypes were changed by previous commit.
2013-06-12 suterfurther simplification of the storage API, keep size...
next