Skip to content
Merged
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion scripts/available_software/available_software.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
EESSI_TOPDIR = "/cvmfs/software.eessi.io/versions/2023.06"

# some CPU targets are excluded for now, because software layer is too incomplete currently
EXCLUDE_CPU_TARGETS = ['aarch64/a64fx', 'aarch64/nvidia']
EXCLUDE_CPU_TARGETS = ['aarch64/a64fx', 'aarch64/nvidia', 'intel/cascadelake', 'intel/icelake']
Comment thread
casparvl marked this conversation as resolved.
Outdated


# --------------------------------------------------------------------------------------------------------
Expand Down
Loading