Skip to content

Conversation

@simonpintarelli
Copy link
Member

No description provided.

simonpintarelli and others added 14 commits December 9, 2025 14:11
Just for housekeeping, since involved recipes looks like they already
got updated

```
gromacs/2024/mc
gromacs/2024/gh200-mpi
gromacs/2023/gh200-mpi
lammps/2024/mc
lammps/2024/gh200
```

This is the command I've run for the cleanup, which basically looks for
all recipes `config.yaml`, filtering just the ones having
`modules:false`, and trying to remove the `modules.yaml` file, since it
is not used.

```bash
find . -name "config.yaml"\
 -exec grep -le "modules:\s*false" {} \;\
 | xargs dirname\
 | xargs -I{} git rm {}/modules.yaml
```
This is sister PR of #267 

Excluding trivial differences (mainly EGL+CUDA vs OSMESA and related),
these PRs share a lot, so I'll try to keep them as closest as possible.
@simonpintarelli
Copy link
Member Author

cscs-ci run alps;system=beverin;uarch=mi300;uenv=q-e-sirius:v1.0.2-rocm7

@simonpintarelli simonpintarelli marked this pull request as draft December 19, 2025 13:40
@simonpintarelli
Copy link
Member Author

cscs-ci run alps;system=beverin;uarch=mi300;uenv=q-e-sirius:v1.0.2-rocm7

@simonpintarelli
Copy link
Member Author

cscs-ci run alps;system=beverin;uarch=mi300;uenv=q-e-sirius:v1.0.2-rocm7

@simonpintarelli
Copy link
Member Author

cscs-ci run alps;system=beverin;uarch=mi300;uenv=q-e-sirius:v1.0.2-rocm7

@simonpintarelli
Copy link
Member Author

cscs-ci run alps;system=beverin;uarch=mi300;uenv=q-e-sirius:v1.0.2-rocm7

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