Makeflow 是一个用来在集群、云和网格中执行大而复杂的工作流引擎。Makeflow 和传统的工作量引擎类似,只要能编写 Makefile 就可以使用 Makeflow,可在数分钟内运行起来。
Makeflow 3.7.0 发布了,主要改进内容有:
Work Queue now allows you to specify chunks (pieces) of an input file to be used as input for worker tasks.
Makeflow now supports a -i switch which outputs pre-execution analysis of the Makeflow DAG.
Work Queue and Makeflow support submitting tasks to the PBS batch submission platform.
The Makeflow makeflow_log_parser now ignores comments in Makeflow logs.
Work Queue supports querying workers and tasks at run-time.
Makeflow Input file (dependency) renaming is supported with a new "->" operator.
Work Queue Tasks are now killed using SIGKILL.
Work Queue Protocol based keep-alives were added to workers.
项目主页:http://www.cse.nd.edu/~ccl/software/makeflow/
下载地址:http://www.cse.nd.edu/~ccl/software/download.shtml
来自:开源中国社区