molpro / sjef

Simple Job Execution Framework
Other
2 stars 4 forks source link

Simple Job Execution Framework

A library that supports the running of any program asynchronously either locally, directly on a remote machine, or via a batch queueing system. The library has the following features.

The library is implemented natively in C++ via the sjef::Project class, together with a C binding. There is additionally a free-standing sjef program that implements most of the library functions through command-line options, as well as the pysjef Python bundle that includes in addition support for analysing marked-up output produced in one or more projects.

Customization