Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • autosubmit autosubmit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 338
    • Issues 338
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • autosubmitautosubmit
  • Wiki
  • development

development · Changes

Page history
lbatista created page: development authored Oct 27, 2017 by lbatista's avatar lbatista
Hide whitespace changes
Inline Side-by-side
development.md 0 → 100644
View page @ c7fc254e
Package available at https://pypi.python.org/pypi/autosubmit
Update to the latest autosubmit development version using virtual environment
```
> ssh -X bscesautosubmit01
> module purge
> mkdir -p ~/venvs/as_dev
> virtualenv ~/venvs/as_dev
> source ~/venvs/as_dev/bin/activate
> pip install https://earth.bsc.es/gitlab/es/autosubmit/repository/archive.zip?ref=develop
> autosubmit -v
```
In the meantime, if there has been autosubmit development, to update it to the latest version:
```
> ssh -X bscesautosubmit01
> module purge
> source ~/venvs/as_dev/bin/activate
> pip install --upgrade https://earth.bsc.es/gitlab/es/autosubmit/repository/archive.zip?ref=develop
> autosubmit -v
```
Clone repository
  • Code coverage
  • Deployment
  • Issues documenting different aspects
  • Leaflet
  • Possible Operational Problems and Solutions
  • Running Autosubmit in Earth Sciences
  • Testing_Suite
  • Updating ReadTheDocs Autosubmit documentation
  • Visual Identity
  • [DestinE] Autosubmit VM on Lumi
  • background
  • bibtex
  • databases
  • development
  • dissemination
View All Pages