Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2013-07-12 Augustin DegommeAdd mpich3 test suite, to replace older one.
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 Arnaud GierschIncrease timeout for test java-async.
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 suterrevalidate tesh file with dump output
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 suteradd missing prototype declarations
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 suteruseless comment to delimit sections
2013-07-10 Pierre VeyreAdd msg_storage_t structure, msg_storage_get_free_size...
2013-07-09 Arnaud GierschRemove double declaration for Cmake option "enable_debug".
2013-07-09 suterid -> storageId in mount tags + example of content_type...
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 suteradd the example of storage content in windows format...
2013-07-09 suterthe name field of a msg_file_t is actually a full name...
2013-07-09 suteradd an example of storage content in the windows format
2013-07-09 suterchange mind, fullname will be easier to deal with....
2013-07-09 sutersplit name into path+name in content file
2013-07-09 Arnaud GierschDon't break when there are spaces between tesh file...
2013-07-09 Arnaud GierschRemove space before closing parenthesis.
2013-07-09 Arnaud GierschSlightly improve error message.
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 GierschMake distcheck succeed.
2013-07-05 Arnaud GierschUse the same parameter name in the code and in the...
2013-07-05 Arnaud GierschFix paths for msg/energy tests.
2013-07-05 Arnaud GierschMake it build again after commit 152117af2fbcf4c99d0da5...
2013-07-05 Augustin Degommeadd one missing test
2013-07-05 Augustin Degommefix dist build
2013-07-05 acarpenaMerge branch 'dvfs'
2013-07-04 acarpenaadded tesh tests for 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 DegommeThis used to work by accident
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 DegommeChangelog update, more to come
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-27 Arnaud GierschTest -eq is for numerical values.
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 Degommetry again and again to be more portable with this test
2013-06-25 Augustin Degommesame as before, to make ci happy
2013-06-25 Augustin Degommetry again to be 32/64 bit agnostic
2013-06-25 Augustin Degommemodify reduce test to provide better coverage
2013-06-25 Augustin Degommetry to make the shared test compatible with 32bit archi...
2013-06-25 Augustin Degommempich allgatherv was using wrong size value
2013-06-25 Augustin Degommemem leaks
2013-06-25 Augustin DegommeAdd a test for SMPI shared malloc and free
2013-06-25 suterunits for bandwidth properties too
2013-06-25 suterThese "properties" are actually bandwidths: allow users...
2013-06-25 suterstart to clarify this example
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 Degommeseparate allreduce tests, with one large and the other...
2013-06-24 Augustin Degommefix two nasty bugs in complex datatypes handling, caugh...
next