-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perlmutter support #227
Perlmutter support #227
Conversation
tests/test_globus.py
Outdated
r"perlmutter.*\.nersc\.gov": "9d6d99eb-6d04-11e5-ba46-22000b92c6ec", | ||
# r"perlmutter.*\.nersc\.gov" : "63e2f6ac-a46f-4853-b518-e6e33859e860" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lukaszlacinski I can't get test_globus
working on Perlmutter. I don't see an "Activate" button on https://app.globus.org/file-manager/collections/6bdc7956-fc0f-4ad2-989c-7aa5ee643a79/overview as I do on https://app.globus.org/file-manager/collections/61f9954c-a4fa-11ea-8f07-0a21f750d19b/overview for example.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also fails if I set r"perlmutter.*\.nersc\.gov": "6bdc7956-fc0f-4ad2-989c-7aa5ee643a79"
I had to use |
Resolved with #228. |
On Cori, all 64 tests pass. On Perlmutter, all pass except the Globus test, which gets skipped. Keeping #223 open to eventually fully replace Cori with Perlmutter. |
Perlmutter support. Resolves part of #223.