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

psmpi-settings-5.4-UCX.eb

Blame
  • user avatar
    Damian Alvarez authored
    To support the separation of the UCX settings from the MPI settings, which provides a better view of what is tweaked, and allows to reuse UCX settings for all MPIs
    b4286445
    History
    psmpi-settings-5.4-UCX.eb 431 B
    easyblock = 'SystemBundle'
    
    name = 'psmpi-settings'
    version = '5.4'
    versionsuffix = 'UCX'
    
    homepage = ''
    description = 'This is a module to load the ParaStationMPI configuration. It enables UCX as a communication library.'
    
    site_contacts = 'd.alvarez@fz-juelich.de'
    
    toolchain = SYSTEM
    
    source_urls = []
    
    sources = []
    modextravars = {
        'PSP_OPENIB': '0',
        'PSP_UCP': '1',
        'PSP_HARD_ABORT': '1',
    }
    
    moduleclass = 'system'