summaryrefslogtreecommitdiff
path: root/ufo/ufo-scheduler.c
Commit message (Expand)AuthorAge
* New upstream version 0.16.0.48.g3ffb89cSerge Cohen2020-09-24
* Fix #126: abort execution without resourcesMatthias Vogelgesang2017-10-13
* Remove no-opMatthias Vogelgesang2017-02-20
* Fix #120: generate timestamps if enabledMatthias Vogelgesang2017-02-16
* Free more unfreed resources detected by valgrindMatthias Vogelgesang2016-05-20
* Handle trace profiling in base schedulerMatthias Vogelgesang2015-07-30
* Force cleaning up remote nodeMatthias Vogelgesang2015-07-06
* Allow reductors to pause processingMatthias Vogelgesang2015-05-28
* Remove UfoArchGraphMatthias Vogelgesang2015-04-21
* Allow setting a task identifierMatthias Vogelgesang2015-03-16
* Remove ufo_base_scheduler_get_gpu_nodes()Matthias Vogelgesang2015-03-06
* Fix re-running the same task graphMatthias Vogelgesang2015-03-05
* Add sink task mode for ... sinksMatthias Vogelgesang2015-03-04
* Fix #78: reset num-processed before executionMatthias Vogelgesang2015-02-23
* Fix Python crash introduced with cc965010374473ccMatthias Vogelgesang2015-02-11
* Allow multi input tasks for remote processingSven Werchner2015-02-11
* Fix #60: propagate meta data from inputs to outputMatthias Vogelgesang2014-11-25
* Improve docstringsMatthias Vogelgesang2014-10-30
* Allow Python threadsMatthias Vogelgesang2014-10-23
* Add UfoBaseScheduler::set_gpu_nodesMatthias Vogelgesang2014-10-23
* Decouple config from schedulerMatthias Vogelgesang2014-10-23
* Remove remote handling from the scheduler(s)Matthias Vogelgesang2014-10-23
* Fix #48: use PyGILState_Ensure/Release for GILMatthias Vogelgesang2014-10-23
* Check dimensions only in strict modeMatthias Vogelgesang2014-05-08
* Add scheduler base classMatthias Vogelgesang2014-04-30
* Check that output matches input dimensionsMatthias Vogelgesang2014-04-09
* Compile Python support optionallyMatthias Vogelgesang2014-04-09
* Move profile data writing out of schedulerMatthias Vogelgesang2014-04-04
* Fix event tracing and improve API a bitMatthias Vogelgesang2014-04-04
* Simplify task interfaceMatthias Vogelgesang2014-03-28
* Fix problem of process time of 0.0 sMatthias Vogelgesang2014-03-20
* Make graph copies optional with ::enable-rerunsMatthias Vogelgesang2014-03-14
* Fix #22: create a copy of a task graph before execMatthias Vogelgesang2014-03-06
* Write out OpenCL events when tracing is enabledMatthias Vogelgesang2014-03-04
* Fix problems detected by Clang's analyzerMatthias Vogelgesang2014-02-22
* Add "time" property to schedulerMatthias Vogelgesang2014-01-24
* Scheduler receives arch graph and return resourcesMatthias Vogelgesang2014-01-17
* Replace GList for loops with g_list_for macroMatthias Vogelgesang2013-12-11
* Check if all inputs are connectedMatthias Vogelgesang2013-12-06
* Fix compiler warning about index being shadowedMatthias Vogelgesang2013-11-24
* Include Python headers early on to avoid warningsMatthias Vogelgesang2013-11-24
* Add "num-processed" propertyMatthias Vogelgesang2013-11-12
* Add MPI supportTimo Dörr2013-10-23
* Fix execution in non-Python environmentsMatthias Vogelgesang2013-10-21
* Allow concurrent execution of Python codeMatthias Vogelgesang2013-10-02
* ... and do not print the newlineMatthias Vogelgesang2013-09-10
* Use g_message for finish statusMatthias Vogelgesang2013-09-10
* Make tracing optional and move profiler to nodeMatthias Vogelgesang2013-08-08
* Profile traces and output in trace-event formatMatthias Vogelgesang2013-08-07
* Fix reduction problemMatthias Vogelgesang2013-08-05