Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to cleanup a bit the cmake-related scripts
[simgrid.git] / examples /
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.
2009-07-16 genaud* MPI_Sendrecv user+internal levels
2009-07-16 genaudupdate test
2009-07-15 mquinsonCompile the sendrecv example
2009-07-15 genaudexamples to demonstrate bugs in sendrecv
2009-07-13 mquinsonrevalidate output after recent source changes
2009-07-13 mquinsonFinish the merging of Cristian branch by fixing some...
2009-07-13 mquinsonUse parse values as double instead of casting them...
2009-07-13 mquinsonDamnit, when the examples are not syntaxically correct...
2009-07-13 mquinsonSURF: Kill the SDP model
2009-07-13 mquinsonupdate that file after conversion of option mecanism...
2009-07-13 mquinsonLink properties were killed a while ago, don't test...
2009-07-10 genaudallreduce + scatter examples
2009-07-10 genaud MPI_Scatter() ok
2009-07-09 genaud- MPI_Scatter() /* untested */
2009-07-07 genaudOops. Forgot to commit the header.
2009-06-30 mquinsonSURF: Embeed every fields of common_public directly...
2009-06-30 mquinsonSURF: Unify the types of models in a uniq s_surf_model_...
2009-06-30 genaudadded automatic test of reduce
2009-06-30 mquinsonUpdate the bcast tesh file after last changes to smpirun
2009-06-30 mquinson-quiet argument of smpirun died
2009-06-30 mquinsonCompile reduce example
2009-06-30 genaud* more thorough test for MPI_Reduce()
2009-06-26 mquinsonFinalize the smpi test (it works)
2009-06-26 mquinsonplug an harmless leak
2009-06-26 genaud- corrected mvmul.c to avoid warnings
2009-06-26 mquinsonUpdate tesh files of msg that use configuration after...
2009-06-25 mquinsonfinish the first tesh file of SMPI example
2009-06-25 mquinsonCompile about every existing SMPI examples (reduce...
2009-06-19 mquinsonUse parse values as double instead of casting them...
2009-06-06 alegrandFix tesh file. Surprisingly, according to git, it was...
2009-06-06 alegrandKeep tesh files uptodate with some recent reindentation.
2009-06-06 alegrandUpdate test file now that state traces are better managed.
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-05-19 mquinsonchange the example with failure to see the bug
next