Skip to content
Snippets Groups Projects
Select Git revision
  • 49d2f3bd2004546aaf4d656360034c80407fce98
  • 2022 default
  • 2021
  • master protected
  • 2021
5 results

README.md

Blame
  • mlt_modules_hdfml.sh 511 B
    #!/bin/bash
    # __author__ = Felix Kleinert
    # __date__  = '2020-04-29'
    
    # This script loads the required modules for mlt which are available on HDFML.
    # Note that some other packages have to be installed into a venv (see setup_venv_hdfml.sh).
    
    module --force purge
    module use $OTHERSTAGES
    
    ml Stages/2020
    ml GCCcore/.10.3.0
    
    ml Jupyter/2021.3.1-Python-3.8.5
    ml Python/3.8.5
    ml TensorFlow/2.5.0-Python-3.8.5
    ml SciPy-Stack/2021-Python-3.8.5
    ml dask/2.22.0-Python-3.8.5
    ml GEOS/3.8.1-Python-3.8.5
    ml Graphviz/2.44.1