Newer
Older
Autosubmit is a tool to create, manage and monitor experiments using
computing clusters, HPC platforms and supercomputers remotely via ssh.
Muhammad Asif
committed
Get involved or contact us:
Autosubmit GitLab: https://earth.bsc.es/gitlab/es/autosubmit
Autosubmit Mailing List: autosubmit@bsc.es
How to cite Autosubmit:
D. Manubens-Gil, J. Vegas-Regidor, C. Prodhomme, O. Mula-Valls and F. J. Doblas-Reyes,
"Seamless management of ensemble climate prediction experiments on HPC platforms,"
2016 International Conference on High Performance Computing & Simulation (HPCS),
Innsbruck, 2016, pp. 895-900. doi: 10.1109/HPCSim.2016.7568429
HOW TO DEPLOY/SETUP AUTOSUBMIT FRAMEWORK
========================================
Muhammad Asif
committed
- Autosubmit has been tested:
Muhammad Asif
committed
with the following Operating Systems:
* Linux Debian
Muhammad Asif
committed
* Ithaca (IC3 machine)
* MareNostrum (BSC machine)
* MareNostrum3 (BSC machine)
* HECToR (EPCC machine)
* Lindgren (PDC machine)
* C2A (ECMWF machine)
* ARCHER (EPCC machine)
Muhammad Asif
committed
- Pre-requisites: These packages (bash, python2, sqlite3, git-scm > 1.8.2, subversion, dialog*) must be available at local
machine. These packages (argparse, dateutil, pyparsing, numpy, pydotplus, matplotlib, paramiko, saga-python,
python2-pythondialog*, mock, portalocker) must be available for python runtime. And the machine is also able to access
Muhammad Asif
committed
- Install Autosubmit
> pip install autosubmit
or download, unpack and "python setup.py install"
- Create a repository for experiments: Say for example "/cfu/autosubmit" then "autosubmit configure" and follow
instructions
- Create a blank database: "autosubmit install"
Muhammad Asif
committed
HOW TO USE AUTOSUBMIT
=====================
Muhammad Asif
committed
> autosubmit expid --HPC ithaca --description "experiment is about..."
Say for example, "cxxx" is 4 character based expid generated by system automatically.
First character is a letter, the other three alfa-numeric characters allow to identify uniquely the experiment.
Muhammad Asif
committed
> vi /cfu/autosubmit/cxxx/conf/platforms_cxxx.conf
> vi /cfu/autosubmit/cxxx/conf/jobs_cxxx.conf
Muhammad Asif
committed
Cautions:
- Before launching autosubmit check the following stuff:
> ssh ithaca # (for example) check other HPC platforms where password-less ssh is feasible.
- After launching autosubmit, one must be aware of login expiry limit and policy (if applicable for any HPC)
and renew the login access accordingly (by using token/key etc) before expiry.
Muhammad Asif
committed
HOW TO MONITOR EXPERIMENT
=========================
Muhammad Asif
committed
Muhammad Asif
committed
Above generated plot with date & time stamp can be found at:
Muhammad Asif
committed
Muhammad Asif
committed
HOW TO RESTART EXPERIMENT
=========================
Muhammad Asif
committed
Muhammad Asif
committed
> autosubmit recovery cxxx -s # saving the pickle file
Muhammad Asif
committed
dmanubens
committed
dmanubens
committed
==============================
Check the Autosubmit documentation provided in the docs/ folder of the package, in PDF format.
Check the online documentation in the following web page: http://www.bsc.es/projects/earthscience/autosubmit/