... | ... | @@ -74,31 +74,7 @@ Autosubmit has been tested with the following Operating Systems: |
|
|
- [Autosubmit 3.0.0 training] (https://earth.bsc.es/wiki/lib/exe/fetch.php?media=file:as3_training.pdf) - Domingo Manubens, 03/12/2014
|
|
|
- [Assesment report on Autosubmit, Cylc and ecFlow] (https://earth.bsc.es/wiki/lib/exe/fetch.php?media=tools:is-enes2_d93_v1.0_mp.pdf)
|
|
|
|
|
|
### Development
|
|
|
|
|
|
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
|
|
|
```
|
|
|
### [Development] (Development)
|
|
|
|
|
|
### [Branching conventions] (https://earth.bsc.es/wiki/lib/exe/fetch.php?media=library:internal:20160711_jcuadrad_nmanuben_jlopez_common_git_branching_strategy.pdf)
|
|
|
|
... | ... | |