Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix doxygen comments.
[simgrid.git] / src /
2013-07-17 Augustin Degommeadd one binding
2013-07-17 Augustin Degommefix behavior of waitany
2013-07-17 suteroups forgot to describe new parameter
2013-07-17 suterdon't allow java to attach user data to file (for now...
2013-07-17 suterAllow users to attach arbitrary data to opened files
2013-07-17 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-07-16 Augustin Degommeonly use MPI_SOURCE when necessary
2013-07-16 Augustin Degommehave smpiff work on temporary file copies
2013-07-16 Augustin Degommecorrect a few mistakes with waitall, waitany, wait
2013-07-16 Augustin Degommemake fortran new bindings almost functional
2013-07-16 Augustin Degommeadd two more functions
2013-07-16 Augustin Degommefix MPI_Initialized
2013-07-16 Pierre Veyrefix comments
2013-07-15 Pierre VeyreUpdate msg_storage_t structure and prepare new storage...
2013-07-15 Augustin Degommewrong (but still unimplemented) function was used
2013-07-15 Augustin Degommeadd "a few" fortran bindings
2013-07-12 Arnaud GierschFix doxygen warning about parameter name that did not...
2013-07-12 Augustin Degommechange some behaviors with MPI_IN_PLACE
2013-07-12 Augustin Degommechange algo chosen for pairwise, to work with non power...
2013-07-12 Augustin Degommeinitialize variable
2013-07-12 Augustin Degommeusless and buggy line
2013-07-12 Augustin Degommeremove MPI_COMM_WORLD references from star-mpi collectives
2013-07-12 Pierre VeyreFix MSG_storage_get_free_size() and add MSG_storage_get...
2013-07-11 Augustin Degommefix unitialized
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...
next