Skip to content

Commit

Permalink
Merge pull request #1957 from teojgo/test/ipcmagic_jupyterlab
Browse files Browse the repository at this point in the history
[test] Specify the ipcmagic version currently working with jupyterlab
  • Loading branch information
teojgo authored Apr 30, 2021
2 parents 189a302 + 8f55f57 commit c118fec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cscs-checks/apps/jupyter/check_ipcmagic.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ def __init__(self):
self.valid_systems = ['daint:gpu', 'dom:gpu']
self.valid_prog_environs = ['PrgEnv-gnu']
self.modules = [
f'ipcmagic',
# FIXME: Use the default ipcmagic version when fixed
f'ipcmagic/0.1-CrayGNU-{osext.cray_cdt_version()}',
f'Horovod/0.21.0-CrayGNU-{osext.cray_cdt_version()}-tf-2.4.0'
]
self.num_tasks = 2
Expand Down

0 comments on commit c118fec

Please sign in to comment.