Skip to content
Snippets Groups Projects
Select Git revision
  • b428644542434dbb606ea861230cd73373845d91
  • 2023 default protected
2 results

psmpi-settings-5.4-plain.eb

Blame
  • psmpi-settings-5.4-plain.eb 374 B
    easyblock = 'SystemBundle'
    
    name = 'psmpi-settings'
    version = '5.4'
    versionsuffix = 'plain'
    
    homepage = ''
    description = 'This is a module to load the ParaStationMPI configuration. It relies on the defaults.'
    
    site_contacts = 'd.alvarez@fz-juelich.de'
    
    toolchain = SYSTEM
    
    source_urls = []
    
    sources = []
    modextravars = {
        'PSP_HARD_ABORT': '1',
    }
    
    moduleclass = 'system'