Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
Copy Markdown
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: 9266abcd6c5668c5aca5815ea6c04ccf43112555
Comment thread
laraPPr marked this conversation as resolved.
Outdated
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