Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes an inconsistency observed in GRID jobs when loading a software package "A". The bug was: - The GRID runtime determines available platforms (say el8 and el7) for package A - then launches an el8 apptainer container - alienv executed inside el8 container loads el7 software, inconsistent with the choice of el8 container ... and despite the fact that el8 software A is actually available. Bug fixed by slightly adjusting the platform priority: We always search the current platform first of all before going elsewhere.
- Loading branch information