/**
* @mainpage Overview
*
*
FAUST - A Framework for Adaptive Ubiquitous Scalable Tasks
* 
*
*
* @section introduction Introduction
* Dispatching many simple jobs to execute many model simulations has a severe
* limitation: all simple jobs must queue at the resource management system
* potentially causing a slowdown of the overall application. We overcome this
* slowdown using an efficient and adaptive job dispatching schema, which allows
* the clustering of model simulations processes before submission.
*
*
* @section notes Release Notes
* There hasn't been a FAUST release yet. Stay tuned.
*
*
* @section requirements Requirements
* SAGA C++ Libraries http://saga.cct.lsu.edu
* Boost C++ Libraries http://www.boost.org
*
*
*/