Skip to content
Snippets Groups Projects
Select Git revision
  • 4e1522be2b0630e3157e21dd0c4caa9dceccd550
  • 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
27 results

visualize_postprocess_template.sh

Blame
  • JupyterCollection-2020.2.6-gcccoremkl-9.3.0-2020.2.254-Python-3.8.5.eb 1.29 KiB
    easyblock = 'Bundle'
    
    name = 'JupyterCollection'
    version = '2020.2.6'
    
    local_pysuffix = '-Python-3.8.5'
    
    homepage = 'http://www.jupyter.org'
    description = """
    Project Jupyter exists to develop open-source software, open-standards, and services
    for interactive computing across dozens of programming languages.
    """
    site_contacts = 'j.goebbert@fz-juelich.de'
    
    toolchain = {'name': 'gcccoremkl', 'version': '9.3.0-2020.2.254'}
    
    dependencies = [
        ('JupyterProxy-XpraHTML5',       '0.3.0', '-' + version),
        #  ('JupyterProxy-Matlab',          '0.1.0', '-' + version),
        ('JupyterKernel-Bash',           '0.7.1', '-' + version),
        ('JupyterKernel-Cling',          '0.7',   '-' + version),
        ('JupyterKernel-JavaScript',     '5.2.0', '-' + version),
        ('JupyterKernel-Julia',          '1.6.1', '-' + version),
        ('JupyterKernel-Octave',         '6.1.0', '-' + version),
        ('JupyterKernel-PyParaView',     '5.8.1', '-' + version),
        ('JupyterKernel-PyQuantum',      '1.1',   '-' + version),
        ('JupyterKernel-PyDeepLearning', '1.0',   '-' + version),
        ('JupyterKernel-R',              '4.0.2', '-' + version),
        ('JupyterKernel-Ruby',           '2.7.1', '-' + version),
        ('Jupyter', version, local_pysuffix),
    ]
    
    skipsteps = ['configure', 'build', 'install', 'sanity_check']
    
    moduleclass = 'tools'