Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make the distrib.
[simgrid.git] / examples /
2010-03-04 mquinsonAdd some files to constitute an example of split action...
2010-03-03 velhoModular tests to improve report redabillity.
2010-03-03 mquinsonSD_SCHED_NO_COST: Constant to use as cost in SD_task_sc...
2010-03-02 mquinsonKill the MSG_paje_output() function. It's a noop since...
2010-03-02 mquinsonAcknoledge the fact that JniException is a runtime...
2010-02-27 mquinsonIn trace replay, allow to have one trace file per process
2010-02-27 mquinsondisplay all used arguments (to ease manual rerun)
2010-02-27 mquinsonSmaller instance for smaller run time
2010-02-27 mquinsonUse send/recv instead of put/get
2010-02-27 mquinsonRemove 2 useless examples
2010-02-27 mquinsoncosmetics, and add a README
2010-02-27 mquinsonAlso remove the pseudo-specific task type for this...
2010-02-27 mquinsonSimplify this example by not declaring BasicTask since...
2010-02-27 mquinsonrewrite to use send/recv instead of put/get (+ add...
2010-02-27 mquinsonAdd a simple README to that directory to help users
2010-02-27 mquinsonRewrite the basic master/slave example to use the send...
2010-02-18 navarropAdd some test to cmake and correct bug in tesh file...
2010-02-08 piniSMPI over SIMIX_network in a two days rush.
2010-02-04 suterone parameter less in SD_task_get_execution_time
2010-02-04 suterRepair collective operations (changes made for asynchro...
2010-01-27 piniAdded missing include.
2010-01-19 suteridentify sender on the recv lines
2010-01-15 mquinsonoups, forgot that file
2010-01-15 mquinsonadd a proper example of master/slaves, using mailboxes
2009-12-24 mquinsonUpdate timings
2009-12-24 mquinsonFix the reduce test (by removing timings when -q is...
2009-12-23 mquinsonThis test fails in a really strange way. Mark it expect...
2009-12-23 mquinsonupdate timings for 64bits also
2009-12-23 mquinsonAlso mark this test as expected failure in autotools
2009-12-23 mquinsonreduce amount of output, and update the tesh files
2009-12-23 mquinsonChange the protocol of pm_join: cannot force the rank...
2009-12-23 navarropCorrection of bug
2009-12-22 mquinsonGet the tests compiled by 'make all' so that ctest...
2009-12-22 mquinsonAlso recurse into the simdag directory
2009-12-22 mquinsonRefresh some tesh files (the models were changed recent...
2009-12-11 mquinsonAvoid a name conflict with /usr/include/sys/wait.h...
2009-12-11 mquinsonuse simgrid_config.h in example code relying on getline
2009-12-02 mquinsonReplay is not mature enough for distribution, yet
2009-11-30 suterModify the output of the action replay tool.
2009-11-18 mquinsonAlso include hostfile into the archive since makecheck...
2009-11-18 mquinsonSome files missing from the archive. This prevents...
2009-11-05 suterFirst implementation of allReduce action (Refactoring...
2009-11-04 donassbrFix test. Remove timestep parameter.
2009-10-29 suteradd a reduce X bytes Y flops action
2009-10-29 suterRefactor spawned_send and bcast_spawned_send
2009-10-29 suteradd a flat broadcast action
2009-10-29 suterforgot to remove the cleaning of a remove data
2009-10-29 suteradd an Isend, just the prototype for the barrier action
2009-10-23 sutersmall improvements suggested by Arnaud
2009-10-22 suterAdd Irecv and wait actions and corresponding example
2009-10-20 mquinsonAdapt tests to the fact that we can now detect that...
2009-10-20 mquinsona script to generate a strassen workflow (+cosmetics...
2009-10-15 mquinsonA script to recompile and rerun the whole chain from...
2009-10-15 mquinsonA script to generate neat DAX files of fork/joins
2009-10-15 mquinsonUse private headers to help debugging
2009-10-15 mquinsonVarious fixes. Working (in SG) for ForkJoins, but not...
2009-10-15 mquinsonplug various memleaks
2009-10-15 mquinsonTry to do all communications in parallel (not quite...
2009-10-15 mquinsonChange the prototype of xbt_thread_create(), sorry.
2009-10-15 mquinsonmalloc the expected size (and announce the malloced...
2009-10-15 mquinsonallow to specify tracefilename on cmdline; use workstat...
2009-10-14 mquinsonMake sure it works to compile only one file of the...
2009-10-14 mquinsonKill a warning in java example: unused variable
2009-10-14 mquinsonMake sure this variable is always initialized
2009-10-13 mquinsonGRAS replayer partially works. Need a real platform...
2009-10-08 mquinsonStart working on a trace replayer in GRAS (to replay...
2009-10-08 mquinsonwrite the produced trace into an external file; schedul...
2009-10-07 mquinsonbugfixes to make the dax loader and typed task schedule...
2009-10-06 mquinsonDump dotty info for verification
2009-10-06 mquinsonsome more work on dax loader
2009-10-06 mquinsonMake the empty box of DAX parsing work (still empty...
2009-10-06 mquinsonNew dax loader infrastructure (empty box so far)
2009-10-06 velhoNew checked version of GTNetS integration.
2009-10-06 velhoUsing an uniform platform to illustrate better model...
2009-10-05 mquinsonRevalidating some GRAS tests for 64bit architectures
2009-10-05 mquinsonCorrections to the code that handles the errors in...
2009-10-04 velhoAdded a test for waxman platform with 200 nodes and...
2009-10-04 velhoRemove previous version of gtnets testing program,...
2009-10-04 velhoMoved random deployment generation to a proper place.
2009-10-04 velhoCleanning up gtnets directory, only one program to...
2009-10-04 velhoImproved test of GTNets model.
2009-09-25 donassbrRevalidating some GRAS tests.
2009-09-25 donassbrChange default CPU model to new Cas01_IM.
2009-09-21 donassbrFix tests since the default network model has changed.
2009-09-21 donassbrAdd tests for cas01_IM and cpuTI models.
2009-08-26 donassbrMerge changes of maxmin_selective_update branch into...
2009-08-19 mquinsonuse the right syntax to set the path (plus shut the...
2009-08-18 mquinsonGet the simple log format omit any file location when...
2009-08-18 mquinsonMore fixes to VPATH testing
2009-08-18 mquinsonVarious fixes to the java building infrastructure ...
2009-08-18 cristianrosaThe exception associated to each process was relocated...
2009-08-17 mquinsonKill a dupplicated target in makefile
2009-08-17 mquinsonupdate tesh files (I assume that ordering differances...
2009-08-17 mquinsondisplay more info during the test
2009-08-17 mquinsonbe more friendly in tests with VPATH builds
2009-08-17 mquinsonupdate output in tesh files (line number changes again)
2009-08-17 mquinsonContext factory's API simplification: the function...
2009-08-17 mquinsonFixed some issues in logs logic due to recent changes...
2009-08-01 genaudAlltoallv
2009-07-31 genaudstarted alltoallv(). Still some bugs.
next