Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
creating a source file dedicated to handle the categories
[simgrid.git] / src / simdag /
2010-08-04 coldpeaceadd SD_load_environment_script function to Simdag Module
2010-07-20 quintinavoid file transmition between root and ready node...
2010-07-20 quintinDotLoader : Add the possibility to have some edge from...
2010-07-12 suterAdd stuff to make transfer task names unique.
2010-07-07 quintinadd the fonction SD_task_dotty in simdag after deleting...
2010-07-07 quintinDelete the dependencies with stdio in simdag.h. Correct...
2010-07-05 quintincorrection to compile with warning and th indentation...
2010-07-01 quintinavoid the complilation of dot_test.c if graphviz wasn...
2010-07-01 quintinthe comment of some lines add a bug in the execution...
2010-07-01 quintinAdd a dot loader to have a connection with the random...
2010-06-18 navarropDefine correctly variables for windows.
2010-06-17 navarropNow sources are generated with #line.
2010-06-17 suterAdd stuff to make compute tasks schedulable.
2010-06-15 mquinsonfix format
2010-06-15 suterrename SD_READY in SD_SCHEDULABLE to prevent troubles...
2010-06-14 suterWhen a transfer is auto-scheduled, it should now be...
2010-06-14 suterReintroduce a SD_READY state, which now means "ready...
2010-06-14 navarropDo not declare variables in the middle of nowhere.
2010-06-14 suterRename the SD_READY (all dependencies are satisfied...
2010-06-11 suterchange the return type of SD_simulate
2010-06-11 suterChange the way a task is considered as ready
2010-06-04 navarropUse a portable inline and declare variables at the...
2010-05-10 suterAdd a SD_workstation_get_current_task function
2010-05-10 suterIn SD_SEQUENTIAL_ACCESS_MODE, when we check if all...
2010-05-04 mquinsonObey the control-flow dependencies of DAX files
2010-05-04 mquinsonAdd a warning if the DAX file contains loop dependencie...
2010-04-25 mquinsonFix copyright headers
2010-04-09 mquinsonaccept useless 'level' attributes to <job> since LIGO...
2010-04-09 mquinsonAdd a SD_task_set_name() function
2010-04-06 mquinsonregenerate flex generated files with a more recent...
2010-03-30 mquinsonRename configuration variables *_model into */model...
2010-03-30 mquinsonfix SD_task_get_execution_time() when communication...
2010-03-12 mquinsonadd a pointer to the DAX generator from the loader
2010-03-03 mquinsonSD_SCHED_NO_COST: Constant to use as cost in SD_task_sc...
2010-03-01 mquinsondon't free scheduling data of typed tasks
2010-02-04 mquinsonKill the useless 'rate' argument of SD_task_get_executi...
2010-02-04 mquinsonin function SD_task_get_execution_time, return a time...
2010-02-04 mquinsonImprove documentation after discussion with FS
2009-10-15 mquinsonplug various memleaks
2009-10-14 mquinsonI really need this to be printed as an int to fit DOT...
2009-10-14 cristianrosaFix invalid memory references in SIMIX network.
2009-10-07 mquinsonbugfixes to make the dax loader and typed task schedule...
2009-10-07 mquinsonUpdate the start_time and finish_time of tasks on compl...
2009-10-06 mquinsonAutomatically schedule E2E comms placed before and...
2009-10-06 mquinsonSimplify the code of typed tasks in simdag by allocatin...
2009-10-06 mquinsonnew function SD_task_dotty(task,FILE*) writing to file...
2009-10-06 mquinsonDAX loader seem to be working
2009-10-06 mquinsonalso display the kind of a task if known from SD_task_d...
2009-10-06 mquinsonsome more work on dax loader
2009-10-06 mquinsonAdd various getters to task structure:
2009-10-06 mquinsonIntroduce typed tasks in SimDag
2009-10-06 mquinsonmore comments to explain the structure
2009-10-06 mquinsonSD_task_dependency_exists() can now cope with having...
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-05 mquinsonFix copyright headers in simdag
2009-08-26 donassbrMerge changes of maxmin_selective_update branch into...
2009-07-16 mquinsonCall surf_timer_model_init() from surf_config_models_se...
2009-07-02 mquinsonMake sure upper layer can retrieve the properties of...
2009-07-02 mquinsonKill SD_link_get_properties: hard to maintain and makes...
2009-07-02 mquinsonIntegrate properties into surf_resource_t
2009-07-02 mquinsonkill link_set (use surf_network_model->resource_set...
2009-07-01 mquinsonUse dynar to represent routes
2009-07-01 mquinsonRename model methods action_use/free to action_ref...
2009-07-01 mquinsonRename some model methods to stick to getters/setters...
2009-06-30 mquinsonImplement a generic resource; use it as ancestor to...
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 mquinsonSurf: factorize resource sets into common_public
2009-06-30 mquinsonFactorize some code in SURF
2009-06-26 mquinsonSanitize the way surf options are declared: in surf_con...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-06-26 mquinsonFix documentation
2008-06-19 alegrandOoups, stupid me.
2008-06-18 alegrandUse newly created SURF function to indicate whether...
2008-06-18 alegrandFrederic's patch to get the sharing policy in SimDAG.
2008-06-10 mquinsonRemove the surf_*_model_description_size constants...
2008-06-07 alegrandFix the bug raised by Benjamin Depardon.
2008-05-15 mquinsonRemove a crude hack where first call to surf_solve...
2008-04-30 mquinsonDocumentation fixups: Marc was a bit quick at copy...
2008-03-06 mquinsonConnect correctly the log channels manually for windows...
2008-03-06 mquinsonDo connect all log channel manually to parent using...
2008-03-05 alegrandBug Fix: The symptom is hard to describe. Sometimes...
2007-12-20 mquinsonImprove compilation time by epsilon by sharpening the...
2007-11-09 quasaradding modifications for 1 pass & for adding routes...
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-11-06 mquinsonFix constness of arguments
2007-10-27 mquinsonKill code duplication, and doc tiny improvements
2007-10-27 mquinsonI think I now better understand the surf internals...
2007-10-26 mquinsonPropagate the s/network_link/link/ from the XML to...
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-09-13 alegrandFollow surf's prototype for parallel tasks.
2007-09-12 alegrandA few weeks ago, there was a brutal renaming of resourc...
2007-08-17 velhoSubstitution of the word "resource" by "model" in every...
2007-08-16 velhoSubstitution of the word "resource" by "model" in every...
2007-08-14 alegrandThere may be other resources than workstation. The...
2007-08-14 alegrandA simple communication may also be from a host to itself...
2007-08-10 alegrandUse simple communications and computations whenever...
2007-08-10 alegrandUse the modular surf resource mechanism to allow SD...
2007-07-30 alegrandHack so that SD_simulate(2.0) stops after 2 seconds...
next