Software Links
Getting Started
- Doc Structure
- A Globus Primer
- Quickstart
- Installing GT
- Platform Notes
- Migrating from GT2
- Migrating from GT3
Reference
- PDF version
- Best Practices
- Coding Guidelines
- API docs
- Public Interfaces
- Resource Properties
- Samples
- Glossary
- Index
- Performance Studies
Common Runtime
Security
Data Mgt
Information Svcs
Execution Mgt
Execution management info:
Table of Contents
- Release Notes
- System Administrator's Guide
- User's Guide
- Developer's Guide
- Guide to Public Interfaces
- Quality Profile
- GT 4.1.0 Samples for WS GRAM
- Migrating Guide
- GT 4.1.0 WS GRAM Command-line Reference
- globusrun-ws - Official job submission client for WS GRAM
- globus-job-run-ws - Interactive job submission script for WS GRAM
- globus-job-submit-ws - Batch job submission script for WS GRAM
- globus-job-get-output-ws - Job output fetch script for WS GRAM
- globus-job-clean-ws - Destroy and clean up a batch job for WS GRAM
- A. Submitting a job in Java using WS GRAM
- 1. Class imports
- 2. Loading the job description
- 3. Creating the factory service stub
- 4. Loading a proxy from a file
- 5. Setting stub security parameters
- 6. Querying for factory resource properties
- 7. Delegating credentials (if needed)
- 8. Creating the job resource
- 9. Creating the job service stub
- 10. Subscribing for job state notifications
- 11. Releasing any state holds (if necessary)
- 12. Destroying resources
- B. Submitting a job in C using WS GRAM
- 1. Loading the job description
- 2. Setting the security attributes
- 3. Creating the factory client handle
- 4. Querying for factory resource properties
- 5. Creating the notification consumer
- 6. Creating the job resource
- 7. Subscribing for job state notifications
- 8. Releasing any state holds (if necessary)
- 9. Destroying resources
- C. GT 4.1.0 Call for Community Testing: WS GRAM