Skip to content

Commit

Permalink
removed dkrz notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Oct 10, 2017
1 parent 1d08592 commit e566cbc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
5 changes: 0 additions & 5 deletions docs/source/requirements/conda.rst
Expand Up @@ -25,11 +25,6 @@ and shared with others.
Installation
------------

..
.. 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
41 changes: 0 additions & 41 deletions docs/source/requirements/prepare.rst
Expand Up @@ -31,12 +31,6 @@ 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>`


I don't have git ...
--------------------

Expand Down Expand Up @@ -80,39 +74,4 @@ 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:

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

.. code-block:: bash
$ byobu
.. 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

0 comments on commit e566cbc

Please sign in to comment.