-
Notifications
You must be signed in to change notification settings - Fork 4
SAGA Tutorial
oleweidner edited this page Mar 25, 2013
·
16 revisions
.
ATTENTION: bliss is now saga-python. Please check out the new website for the latest releases and documentation!
This tutorial will walk you through the installation as well as some of the more important important aspects of SAGA Python. It covers the Job and Filesystem packages of the SAGA Python API and gives examples for local as well as remote job management (ssh, pbs, sge) and file operations (sftp).
- You are familiar with Linux or UNIX
- You can read and write Python code
- You can use SSH and understand how public and private keys work
- You understand the basic concepts of distributed computing
- Install SAGA on your own machine
- Write a program that runs a job locally on your machine
- Use the same program with a different plug-in to run the job on a remote site
- Add file transfer capabilities to the program to retrieve results
- SAGA Tutorial Part 1: Introduction
- SAGA Tutorial Part 2: Local Job Submission
- SAGA Tutorial Part 3: Remote Job Submission
- SAGA Tutorial Part 4: Adding File Transfer
- SAGA Tutorial Part 5: A More Complex Example: Mandelbrot
Additional information about SAGA Python can be found on the website: http://saga-project.github.com/bliss/. A comprehensive API documentation is available at http://saga-project.github.com/bliss/apidoc/.
Feedback and questions are always more than welcome and help us to improve our tutorial material. Please check out the Wiki Main Page to learn how you can join our mailing-lists.