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
A requirement error message appears when loading a module whereas an alternative dependency has been successfully loaded, thus loaded environment satisfies all dependency constraints.
In the above example, an attempt to load hwloc/2.9.2 is done which fails as its dependency cuda/12 cannot be loaded (cuda/11 is already loaded). Main module openmpi/4.1.5 successfully loads as hwloc/2.2.0 is loaded instead of version 2.9.2.
The error message on openmpi loading block message about cuda/12 is disturbing:
it does not relate to a direct dependency of openmpi/4.1.5, thus it is hard to understand what module requires it
this error is not one for openmpi module load as an alternative has been successfully loaded.
Thanks to @adrien-cotte and his team for the bug report.
The text was updated successfully, but these errors were encountered:
@adrien-cotte This fix will be shipped in v5.4. If you want to quickly deploy it on your v5.2+ setup, I am confident that 39c7cdc could apply on a v5.2+ version.
A requirement error message appears when loading a module whereas an alternative dependency has been successfully loaded, thus loaded environment satisfies all dependency constraints.
In the above example, an attempt to load hwloc/2.9.2 is done which fails as its dependency cuda/12 cannot be loaded (cuda/11 is already loaded). Main module openmpi/4.1.5 successfully loads as hwloc/2.2.0 is loaded instead of version 2.9.2.
The error message on openmpi loading block message about cuda/12 is disturbing:
Thanks to @adrien-cotte and his team for the bug report.
The text was updated successfully, but these errors were encountered: