Skip to content

Commit c9a9a66

Browse files
authored
use_packages.rst Dardel etc
1 parent 7012ddd commit c9a9a66

1 file changed

Lines changed: 12 additions & 8 deletions

File tree

docs/day2/use_packages.rst

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Exercise 1: using Python packages
139139
+------------+-----------------+
140140
| COSMOS |``3.11.5`` |
141141
+------------+-----------------+
142-
| Dardel |``3.11.4`` |
142+
| Dardel |``3.11.7`` |
143143
+------------+-----------------+
144144
| Kebnekaise |``3.11.3`` |
145145
+------------+-----------------+
@@ -162,7 +162,7 @@ Exercise 1: using Python packages
162162
+------------+----------------------------------------------------+
163163
| COSMOS |``module load GCCcore/13.2.0 Python/3.11.5`` |
164164
+------------+----------------------------------------------------+
165-
| Dardel |``module load bioinfo-tools python/3.11.4`` |
165+
| Dardel |``module load cray-python/3.11.7`` |
166166
+------------+----------------------------------------------------+
167167
| Kebnekaise |``module load GCC/12.3.0 Python/3.11.3`` |
168168
+------------+----------------------------------------------------+
@@ -186,7 +186,7 @@ Exercise 1: using Python packages
186186
+------------+------------------------------+
187187
| COSMOS | ``scipy`` |
188188
+------------+------------------------------+
189-
| Dardel | ``tensorflow`` |
189+
| Dardel | ``matplotlib`` |
190190
+------------+------------------------------+
191191
| Kebnekaise | ``scipy`` |
192192
+------------+------------------------------+
@@ -241,7 +241,7 @@ Exercise 1: using Python packages
241241
+------------+----------------------------------------------------------------------------------------------------------------------------------------------+
242242
| COSMOS |`Here <https://lunarc-documentation.readthedocs.io/en/latest/guides/applications/Python/>`__ |
243243
+------------+----------------------------------------------------------------------------------------------------------------------------------------------+
244-
| Dardel |`Here <https://support.pdc.kth.se/doc/applications/tensorflow/>`__, but it is irrelevant |
244+
| Dardel |`Here <https://support.pdc.kth.se/doc/applications/python/>`__, but it just says it need to be installed |
245245
+------------+----------------------------------------------------------------------------------------------------------------------------------------------+
246246
| Kebnekaise |`Here <https://docs.hpc2n.umu.se/software/apps/#scipy>`__ |
247247
+------------+----------------------------------------------------------------------------------------------------------------------------------------------+
@@ -270,7 +270,7 @@ Exercise 1: using Python packages
270270
+------------+---------------------------------------------------+
271271
| COSMOS |``module spider SciPy`` |
272272
+------------+---------------------------------------------------+
273-
| Dardel |``module spider <package>`` |
273+
| Dardel |``module spider matplotlib`` |
274274
+------------+---------------------------------------------------+
275275
| Kebnekaise |``module spider SciPy`` |
276276
+------------+---------------------------------------------------+
@@ -300,7 +300,7 @@ Exercise 1: using Python packages
300300
+------------+--------------------------------------------------------------------------------------------------------------------+
301301
| COSMOS | ``module load module load GCC/13.3.0 SciPy-bundle/2024.05`` |
302302
+------------+--------------------------------------------------------------------------------------------------------------------+
303-
| Dardel | ``module load python_ML_packages/3.11.8-cpu``. You will be asked to do a ``module unload python`` first. Do so :-) |
303+
| Dardel | ``module load PDCOLD/23.12 matplotlib/3.8.2-cpeGNU-23.12``. It is not recommended to load a PDCOLD module, | | | but it works and loads an older python version |
304304
+------------+--------------------------------------------------------------------------------------------------------------------+
305305
| Kebnekaise | ``module load GCC/13.3.0 SciPy-bundle/2024.05`` |
306306
+------------+--------------------------------------------------------------------------------------------------------------------+
@@ -354,9 +354,9 @@ Well done!
354354

355355
.. admonition:: Using a cluster with bundles (all *but* Dardel,Tetralith and Bianca)
356356

357-
Read about ref:`python-bundles` from `EasyBuild <https://easybuild.io/>`_.
357+
Read about :ref:`python-bundles` from `EasyBuild <https://easybuild.io/>`_.
358358

359-
.. seealso::
359+
.. admonition:: More about packages
360360
:class: dropdown
361361

362362
Summary taken from `Libraries section <https://aaltoscicomp.github.io/python-for-scicomp/libraries/>`_ of course Python for Scientific Computing.
@@ -440,7 +440,11 @@ Well done!
440440

441441
- dateutil and pytz - Date arithmetic and handling, timezone database and conversion.
442442

443+
.. discussion::
443444

445+
- Questions?
444446

447+
- About Dardel?
445448

449+
- Coming Arrhenius, probably a combination of Dardel and Kebnekaise and Alvis.
446450

0 commit comments

Comments
 (0)