-
Notifications
You must be signed in to change notification settings - Fork 0
XSEDE13
Welcome to the SAGA-BigJob Tutorial!
This tutorial will be delivered in three parts. In Part I we will cover the basics of the pilot-abstraction including why you might want to use pilot-jobs, and then introduce BigJob -- a simple, extensible and interoperable pilot-job system. Part II is a hands on session, where we will first introduce you to SAGA -- the interoperability layer of BigJob, and then walk you through some simple but powerful examples of running multiple simulations concurrently. In Part III we will discuss some examples of how scientists are using BigJob (and showcase right here at XSEDE'13) and how thanks to the underlying design, interface and capabilities of BigJob are able to scale in muliple-dimensions.
This is a "hands-on" session. We expect everyone will have one of the following: (i) access to a linux based machine (e.g., laptop), and/or (ii) access/accounts on the XSEDE infrastructure. (We will provide you with access information onto Stampede (TACC resource))
II-A: SAGA Track
- SAGA-Python
- Let's learn the basics by going through the SAGA-Python Tutorial.
- For more information after the tutorial, you can continue learning about SAGA through our [documentation] (http://saga-project.github.io/saga-python/doc/index.html)
II-B BigJob Track
- BigJob is a Pilot Job and Data Management System.
- Learn the basics of job submission and file transfer by going through the BigJob Tutorial
- The tutorial will be performed on a TACC VM and jobs will be submitted to Stampede.
- For more information after the tutorial, you can continue learning about BigJob through our documentation
Use SSH to log into your tutorial account (Windows users can use PuTTY. Please use the username / password combination that appear on this page and correspond to the number we gave you.
ssh <username>@repex1.tacc.utexas.edu
Once logged-in, make sure that you can log-in to Stampede:
ssh [email protected] /bin/date
If successful, the results of this command should correspond to today's date and time, as follows:
Mon Jul 22 11:00:00 CDT 2013
If you are having any troubles with your login at this point, please bring this to the attention of the presenters.
The following URLs correspond to the main saga-project websites. It may be helpful to visit these websites after the tutorial is over, for your reference.
- SAGA-Python: http://saga-project.github.io/saga-python/
- BigJob: http://saga-project.github.io/BigJob/