Skip to content
Snippets Groups Projects
Select Git revision
  • fab232f66d9aa52f972a57e5eab4a4740df6daee
  • master default
  • bing_issues#190_tf2
  • bing_tf2_convert
  • bing_issue#189_train_modular
  • simon_#172_integrate_weatherbench
  • develop
  • bing_issue#188_restructure_ambs
  • yan_issue#100_extract_prcp_data
  • bing_issue#170_data_preprocess_training_tf1
  • Gong2022_temperature_forecasts
  • bing_issue#186_clean_GMD1_tag
  • yan_issue#179_integrate_GZAWS_data_onfly
  • bing_issue#178_runscript_bug_postprocess
  • michael_issue#187_bugfix_setup_runscript_template
  • bing_issue#180_bugs_postprpocess_meta_postprocess
  • yan_issue#177_repo_for_CLGAN_gmd
  • bing_issue#176_integrate_weather_bench
  • michael_issue#181_eval_era5_forecasts
  • michael_issue#182_eval_subdomain
  • michael_issue#119_warmup_Horovod
  • bing_issue#160_test_zam347
  • ambs_v1
  • ambs_gmd_nowcasting_v1.0
  • GMD1
  • modular_booster_20210203
  • new_structure_20201004_v1.0
  • old_structure_20200930
28 results

run_pytest.sh

Blame
  • mlt_modules_juwels.sh 547 B
    #!/bin/bash
    # __author__ = Felix Kleinert
    # __date__  = '2020-04-06'
    
    # This script loads the required modules for mlt which are available on JUWELS. 
    # Note that some other packages have to be installed into a venv (see setup_venv.sh).
    
    module --force purge
    module use $OTHERSTAGES
    
    ml Stages/Devel-2019a
    ml GCCcore/.8.3.0
    
    ml Jupyter/2019a-Python-3.6.8
    ml Python/3.6.8
    ml TensorFlow/1.13.1-GPU-Python-3.6.8
    ml Keras/2.2.4-GPU-Python-3.6.8
    ml SciPy-Stack/2019a-Python-3.6.8
    ml dask/1.1.5-Python-3.6.8
    ml GEOS/3.7.1-Python-3.6.8
    ml Graphviz/2.40.1