Skip to content

Commit

Permalink
comment dkrz part
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Oct 10, 2017
1 parent 4923de9 commit 1d08592
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 24 deletions.
7 changes: 4 additions & 3 deletions docs/source/requirements/conda.rst
Expand Up @@ -25,9 +25,10 @@ and shared with others.
Installation
------------

.. note::
If you already have Conda/Anaconda installed, you can use it in this workshop.
See: :ref:`dkrz`.
..
.. note::
If you already have Conda/Anaconda installed, you can use it in this workshop.
See: :ref:`dkrz`.
.. note::
You don't need admin rights to install conda and conda packages.
Expand Down
49 changes: 28 additions & 21 deletions docs/source/requirements/prepare.rst
Expand Up @@ -31,8 +31,10 @@ Activate the conda *workshop* environment (Linux and macOS):

$ activate workshop

.. tip::
If you are a DKRZ user you can also log-in to the :ref:`DKRZ Compute Cluster <dkrz>`
..
.. tip::
If you are a DKRZ user you can also log-in to the :ref:`DKRZ Compute Cluster <dkrz>`


I don't have git ...
Expand Down Expand Up @@ -78,34 +80,39 @@ a conda ``environment.yml`` file in the top level folder:
$ conda env create -f environment.yml
.. _dkrz:
Using your DKRZ account (*DKRZ users only*)
---------------------------------------------
..
You can use your DKRZ account and log-in to `Mistral`_ to run this workshop:
.. _dkrz:

.. code-block:: bash
Using your DKRZ account (*DKRZ users only*)
---------------------------------------------

$ ssh -Y myname@mistral.dkrz.de
# unload conflicting modules
$ module unload netcdf_c
# load anaconda module
$ module load anaconda3
You can use your DKRZ account and log-in to `Mistral`_ to run this workshop:

You may start a `Byobu`_ session to have multiple terminal windows:
.. code-block:: bash
.. code-block:: bash
$ ssh -Y myname@mistral.dkrz.de
# unload conflicting modules
$ module unload netcdf_c
# load anaconda module
$ module load anaconda3
$ byobu
You may start a `Byobu`_ session to have multiple terminal windows:

.. tip::
There is a prepared **read-only** conda environment on mistral,
which you can activate with the following command::
.. code-block:: bash
$ source activate /mnt/lustre01/work/kd0956/sw/conda-envs/birdhouse-workshop
$ byobu
Only use it when your environment is broken or installation takes too long.
.. tip::
There is a prepared **read-only** conda environment on mistral,
which you can activate with the following command::

$ source activate /mnt/lustre01/work/kd0956/sw/conda-envs/birdhouse-workshop

Only use it when your environment is broken or installation takes too long.

.. _Byobu: http://byobu.co/
.. _Mistral: https://www.dkrz.de/Nutzerportal/dokumentationen/de-mistral

..
.. _Mistral: https://www.dkrz.de/Nutzerportal/dokumentationen/de-mistral

0 comments on commit 1d08592

Please sign in to comment.