Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
easyconfigs:
- jax-0.4.25-gfbf-2023a.eb:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be clear: this is only used for testing, it should be removed before final build & deploy?

options:
# see https://github.com/easybuilders/easybuild-easyblocks/pull/3486
include-easyblocks-from-commit: 59fd120c0e5330ff7266ca7aacd105d09be4389a
3 changes: 3 additions & 0 deletions eb_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1399,4 +1399,7 @@ def set_maximum(parallel, max_value):
'Qt5': {
CPU_TARGET_A64FX: (set_maximum, 8),
},
'jax': {
'*': (divide_by_factor, 2),
},
}
Loading