Skip to content

update overview of available software#722

Closed
EESSIbot wants to merge 1 commit intoEESSI:mainfrom
EESSIbot:update-software-overview-1774617366
Closed

update overview of available software#722
EESSIbot wants to merge 1 commit intoEESSI:mainfrom
EESSIbot:update-software-overview-1774617366

Conversation

@EESSIbot
Copy link
Copy Markdown

No description provided.

|aiida-core version|Supported CPU targets|Supported GPU targets|EESSI version|Module|
| --- | --- | --- | --- | --- |
|2.7.2|`generic`: `aarch64`, `x86_64`<br/><span class="software-cpu-arm">Arm</span>: `a64fx`, `neoverse_n1`, `neoverse_v1`, `nvidia/grace`<br/><span class="software-cpu-amd">AMD</span>: `zen2`, `zen3`, `zen4`<br/><span class="software-cpu-intel">Intel</span>: `haswell`, `skylake_avx512`, `sapphirerapids`, `icelake`, `cascadelake`<br/>|*(none)*|<span class="software-eessi-version-202306">2023.06</span>|`aiida-core/2.7.2-foss-2023a`|
|2.7.2|`generic`: `aarch64`, `x86_64`<br/><span class="software-cpu-arm">Arm</span>: `a64fx`, `neoverse_n1`, `neoverse_v1`, `nvidia/grace`<br/><span class="software-cpu-amd">AMD</span>: `zen2`, `zen3`, `zen4`<br/><span class="software-cpu-intel">Intel</span>: `haswell`, `skylake_avx512`, `sapphirerapids`, `icelake`, `cascadelake`<br/>|*(none)*|*???*|`aiida-core/2.7.2-foss-2023a`|
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

There must be something wrong with the data for this particular package?

for version in sorted(software_data["versions"], key=lambda x: x["version"]):
cpu_targets = format_cpu_arch_list(version["cpu_arch"])
gpu_targets = format_gpu_arch_list(version["gpu_arch"])
req_mods = version["required_modules"]
if req_mods and req_mods[0].get("module_name") == "EESSI":
eessi_version = req_mods[0]["module_version"]
eessi_version_no_dots = eessi_version.replace(".", "")
eessi_version_label = f'<span class="software-eessi-version-{eessi_version_no_dots}">{eessi_version}</span>'
else:
eessi_version_label = "*???*"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Ah yes, some bad data

            {
              "full_module_name": "/cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/icelake/software/aiida-core/2.7.2-foss-2023a/lib/python3.11/site-packages/aiida/manage/configuration/settings.py:110: UserWarning: Creating AiiDA configuration folder `/home/runner/.aiida`.",
              "module_name": "",
              "module_version": "cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/icelake/software/aiida-core/2.7.2-foss-2023a/lib/python3.11/site-packages/aiida/manage/configuration/settings.py:110: UserWarning: Creating AiiDA configuration folder `/home/runner/.aiida`."
            },

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

aiida-core executes a bash completion command on load, this is giving unexpected output

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.

So this needs to be fixed in https://github.com/EESSI/api_data ?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Yes, but I don't know how. The code is

https://github.com/EESSI/api_data/blob/f5f0094d76f97df768fa6c160410bc7de8c0993d/scripts/generate_data_files.py#L69-L73

but I can't reproduce the output myself.

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.

should be fixed with EESSI/api_data#17, so we just close this and see if next PR still shows the issue?

@ocaisa
Copy link
Copy Markdown
Member

ocaisa commented Mar 27, 2026

Superceded by #724

@ocaisa ocaisa closed this Mar 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants