You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New job on instance eessi-bot-mc-aws for repository eessi.io-2025.06-software
Building on: amd-zen2
Building for: x86_64/amd/zen2 and accelerator amd/gfx90a
Job dir: /project/def-users/SHARED/jobs/2026.04/pr_1473/148423
date
job status
comment
Apr 16 16:06:43 UTC 2026
submitted
job id 148423 awaits release by job manager
Apr 16 16:07:13 UTC 2026
released
job awaits launch by Slurm scheduler
Apr 16 16:13:16 UTC 2026
running
job 148423 is running
Apr 16 16:15:03 UTC 2026
finished
job id 148423 was cancelled
Apr 16 16:15:19 UTC 2026
finished
🤷 UNKNOWN (click triangle for detailed information)
Job results file _bot_job148423.result does not exist in job directory or reading it failed.
No artefacts were found/reported.
Apr 16 16:15:19 UTC 2026
test result
🤷 UNKNOWN (click triangle for detailed information)
Job test file _bot_job148423.test does not exist in job directory or reading it failed.
New job on instance eessi-bot-mc-aws for repository eessi.io-2025.06-software
Building on: amd-zen2
Building for: x86_64/amd/zen2 and accelerator amd/gfx90a
Job dir: /project/def-users/SHARED/jobs/2026.04/pr_1473/148424
date
job status
comment
Apr 16 16:16:02 UTC 2026
submitted
job id 148424 awaits release by job manager
Apr 16 16:16:22 UTC 2026
released
job awaits launch by Slurm scheduler
Apr 16 16:17:24 UTC 2026
running
job 148424 is running
Apr 16 16:20:14 UTC 2026
finished
job id 148424 was cancelled
Apr 16 16:20:28 UTC 2026
finished
🤷 UNKNOWN (click triangle for detailed information)
Job results file _bot_job148424.result does not exist in job directory or reading it failed.
No artefacts were found/reported.
Apr 16 16:20:28 UTC 2026
test result
🤷 UNKNOWN (click triangle for detailed information)
Job test file _bot_job148424.test does not exist in job directory or reading it failed.
Lmod has detected the following error: Incorrect value for
$EESSI_ACCELERATOR_TARGET: accel/amd/gfx90a
While processing the following module(s):
Module fullname Module Filename
--------------- ---------------
EESSI-extend/2025.06-easybuild /cvmfs/software.eessi.io/versions/2025.06/software/linux/x86_64/amd/zen2/modules/all/EESSI-extend/2025.06-easybuild.lua
-- Check if we have GPU capabilities and configure CUDA compute capabilities
eessi_accelerator_target = os.getenv("EESSI_ACCELERATOR_TARGET")
if (eessi_accelerator_target ~= nil) then
cuda_compute_capability = string.match(eessi_accelerator_target, "^accel/nvidia/cc([0-9]+)$")
if (cuda_compute_capability ~= nil) then
-- The last digit should be the minor version, insert a dot in the one-but-last position
major_version = cuda_compute_capability:sub(1, #cuda_compute_capability - 1)
minor_version = cuda_compute_capability:sub(#cuda_compute_capability)
easybuild_cuda_compute_capabilities = string.format("%s.%s", major_version, minor_version)
else
LmodError("Incorrect value for $EESSI_ACCELERATOR_TARGET: " .. eessi_accelerator_target)
end
-- If architectures are 9.0, 10.0 or 12.0, enable architecture or family-specific optimizations
if easybuild_cuda_compute_capabilities == '9.0' then
easybuild_cuda_compute_capabilities = '9.0a'
elseif easybuild_cuda_compute_capabilities == '10.0' then
easybuild_cuda_compute_capabilities = '10.0f'
elseif easybuild_cuda_compute_capabilities == '12.0' then
easybuild_cuda_compute_capabilities = '12.0f'
end
end
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Just going to try something here, see what we are still missing for AMD GPU support...