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
Solution to issue cannot be found in the documentation.
I checked the documentation.
Issue
impi_rt only has a .bat activation script for cmd.exe. This activation is required to use impi at runtime because it adds %CONDA_PREFIX%\Library\bin\libfabric to %PATH%, and mpiexec doesn't work without it. As a result, activating impi environments with e.g. powershell or bash on Windows results in errors like libfabric.dll not found.
The only workarounds I see are to manually set PATH on shells other than cmd.exe, or always use cmd.exe if impi might be used, neither of which are great for users.
It's unclear how to fix things like this in a 'repack' feedstock.
libfabric is now packaged for everything except Windows. The repo only has .vcxproj, and I haven't built a Windows package with just that before. I imagine it's just the right invocation of msbuild project.... But for someone who knows how to do it, it shouldn't be too hard, I hope: conda-forge/libfabric-feedstock#2
Solution to issue cannot be found in the documentation.
Issue
impi_rt only has a .bat activation script for cmd.exe. This activation is required to use impi at runtime because it adds
%CONDA_PREFIX%\Library\bin\libfabric
to %PATH%, and mpiexec doesn't work without it. As a result, activating impi environments with e.g. powershell or bash on Windows results in errors likelibfabric.dll not found
.The only workarounds I see are to manually set PATH on shells other than cmd.exe, or always use cmd.exe if impi might be used, neither of which are great for users.
It's unclear how to fix things like this in a 'repack' feedstock.
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: