Simple API for Grid Applications: Difference between revisions

Content deleted Content added
Dganapat (talk | contribs)
Dganapat (talk | contribs)
Line 87:
 
The [http://www.deisa.eu/usersupport/user-documentation/deshl DESHL] (DEISA Services for Heterogeneous management Layer), provides functionality for submission and management of computational jobs within [[DEISA]]. DESHL is implemented as a set of command-line tools on-top of a SAGA-inspired API implemented in Java. On the back-end, it interfaces with HiLA, a generic grid access client library, which is part of the [[UNICORE]] system.
 
==Why Use SAGA==
 
* SAGA covers the most important and frequently used distributed functionality.
* SAGA is supported and available on every major grid systems - XSEDE, EGI and FutureGrid.
* SAGA is 100% open source and 100% based on open community standards (OGF).
* SAGA is easily extensible to support new and emerging middleware.
* SAGA supports for a wide range of distributed programming and coordination models.
* SAGA provides the basis to build advanced tools and gateways to support distributed resource utilization and execution.
 
== Examples ==