Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement functions SD_get_amount, SD_get_remaining_amount, SD_watch and SD_unwatch
[simgrid.git] / examples / gras /
2006-06-20 mquinsonFirst draft, doesn't work for now but I can barely...
2006-06-20 mquinsoncleanups and fixups. Seems to work now (but computation...
2006-06-13 mquinsonMore work on this. Looks better now, but still doesn...
2006-06-09 amad206Roots of the experimentation infrastructure and Modify...
2006-06-09 mquinsonSwitch to xbt_matrix_t
2006-06-08 mquinsonBugfix: Do run a broadcast when asked for, and a all2al...
2006-06-06 mquinsonport to modernity
2006-05-29 alegrandProviding up-to-date xml files... Version 1 with units...
2006-05-22 mquinsonFound the bug: the 'from' variable was used to receive...
2006-05-22 mquinsonCosmetics: rename the initial message to 'assignment...
2006-05-22 mquinsonPass the neighbor in the enroll message, not on the...
2006-05-22 mquinsonstupid me. col means row in french, so use line/row...
2006-05-22 mquinsonstupid me. col means row in french, so use line/row...
2006-05-21 mquinsonCompute the slave position in the grid on the fly inste...
2006-05-21 mquinsonfirst step to separate the host matrix size from the...
2006-05-21 mquinsonreindent
2006-05-21 mquinsonadd the parallel matrix multiplication example
2006-05-21 mquinsonintegrate to the distribution
2006-05-21 mquinsonRename maestro/sensors to master/slaves
2006-05-21 amad206correct pmm_deployment.xml
2006-05-20 amad206add comments to pmm example & modify pmm_deployment...
2006-05-20 amad206add the "test_sg" file : to use "examples/msg/msg_plat...
2006-05-20 amad206example of parallel matrix multiplication : I modified...
2006-05-19 amad206*** empty log message ***
2006-05-19 mquinsonModify the experimentation suite so that it can test...
2006-05-19 mquinsonRoots of the experimentation infrastructure for Ahmed
2006-05-19 mquinsonupdate to pass the arguments the processes expect
2006-05-19 mquinsonAccept one peer (described as hostname:port) per argument
2006-05-19 mquinsonVarious cleanups; dupplicate the processes on each...
2006-05-19 mquinsoncosmetics: rename alltoall to all2all
2006-05-19 mquinsonAdd all2all to the picture
2006-05-19 mquinsonignore ignorable
2006-05-19 mquinsonThis compiles, at least
2006-05-17 amad206deployment file of alltoall example
2006-05-16 mquinsonThis file is a dupplicate from the msg directory
2006-05-16 mquinsonIgnore ignorable
2006-05-16 mquinsongive peer a chance to get the message before closing...
2006-05-09 amad206*** empty log message ***
2006-04-28 mquinsonI may be on vacation, but I don't like leaving a borken...
2006-04-26 mquinsonDocument the token ring example
2006-04-25 mquinsonSplit into several files to explain how it can be done
2006-04-24 alegrandAdd required file.
2006-04-22 casanovaAdded a memset in function client() to avoid and "unini...
2006-04-19 mquinsondistribute all needed files to compile
2006-04-12 mquinsonpid is now long int
2006-04-12 mquinsonRevert API breakage about xbt_ex_free since it was...
2006-04-11 mquinsonMore verbose on the remaining bug
2006-04-11 mquinsonMajor refactoring to make the test stricter and more...
2006-04-07 mquinsonCatch up with lastest API breakage (xbt_ex_free)
2006-04-06 mquinsonThere is a new process in can
2006-04-06 mquinsonFirst pass of cleanup so that it compiles with paranoid...
2006-04-06 illogictUpdate for chord example, indentation, cleaning out...
2006-04-06 mquinsonInfrastructure
2006-04-06 mquinsonAdd can
2006-04-06 bimalInitial import
2006-04-04 mquinsondebug msg tweaking
2006-04-04 mquinsonIgnore ignorable
2006-04-04 mquinsonAlso test in RL ;)
2006-04-04 mquinsonMake the testcase catch more errors: let A,B,C be 3...
2006-03-31 mquinsonprocesses are now started in file order
2006-03-30 mquinsonKeep in sync with callback API change
2006-03-30 mquinsonSome room for the rpc example
2006-03-30 mquinsonKeep in sync with last changes in the GRAS callback...
2006-03-30 mquinsonKeep in sync with last changes in the GRAS callback API
2006-03-30 mquinsonKeep in sync with last changes in the GRAS callback...
2006-03-30 mquinsonHere come the proper GRAS RPC
2006-03-20 alegrandI don't think it does what it should now but at least...
2006-03-17 mquinsonDisable the chord tests for now since it's still borken
2006-03-17 mquinsonPut the pseudo-headers in the source file directly...
2006-03-17 mquinsonComplete the compilation infrastructure wrt the last...
2006-03-15 mquinsonLet it compile on my box
2006-03-15 mquinsonTypo, stupid me
2006-03-15 mquinsonCurrent state
2005-12-01 mquinsoncosmetics in default logging level
2005-12-01 mquinsonA script to avoid writting deployment files containing...
2005-10-24 mquinsonplug a leak
2005-10-20 mquinsonYeah xlC, calm down, I'll write ansi C without fancy...
2005-10-20 mquinsonAvoid double free
2005-10-20 mquinsonLet it compile properly
2005-10-02 mquinsonAdd a yummy matrix multiplication rpc thing
2005-09-08 mquinsonreduce verbosity
2005-09-05 mquinsonmake sure no variable seem to be used uninitialized...
2005-08-07 mquinsonSeed exenv with $SG_TEST_EXENV for mass-valgrinding
2005-08-07 mquinsonUniformize the test_{sg,rl} scripts, rename the wine...
2005-08-07 mquinsonLast bits of convertion from xbt_error_t to exceptions...
2005-08-07 mquinsonAnd now, a version which compile. Next time, a version...
2005-08-07 mquinsonSome cleanups, plus add some details to an error message
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-07-05 alegrandgetting rid of unused variables
2005-07-05 alegrand%lg -> %g ...
2005-06-29 mquinsonPass the args to the child
2005-06-28 mquinsonreduce amount of login for the new default loop count
2005-06-28 mquinsonNo instruction before the last variable declaration...
2005-06-28 mquinsonreduce the number of loops to do to not kill the old...
2005-06-28 mquinsonStupid C++ comments breaking AIX compilers
2005-06-27 mquinsonKill defaultlog
2005-06-27 mquinsonWait until the end of the experiment before testing...
2005-06-23 mquinsoncosmetics
2005-06-23 mquinsonuse temps-gras-stub.mk to cleanup
2005-06-23 mquinsonNew GRAS example: simple/static token ring implementation
next