Content deleted Content added
VulcanSphere (talk | contribs) Adding short description: "Grid computing application programming interface" (Shortdesc helper) |
Add banner {{Cleanup bare URLs}}. After at least 7 passes by @Citation bot since 20220802 + more before then, this article still has 1 untagged bare URL ref |
||
Line 1:
{{Short description|Grid computing application programming interface}}
{{other uses|Saga (disambiguation)}}
{{Cleanup bare URLs|date=August 2022}}
{{Infobox software
| logo = [[File:Logo saga.png|220px|SAGA C++/Python logo]]
Line 167 ⟶ 168:
===Job submission===
A typical task in a distributed application is to submit a ''job'' to a local or remote [[distributed resource manager]]. SAGA provides a high-level API called the ''job package'' for this. The following two simple examples show how the SAGA job package API can be used to submit a [[Message Passing Interface]] (MPI) job to a remote Globus GRAM resource manager.
====C++====
|