ohpc
ohpc copied to clipboard
package 'impi-intel-ohpc' missing
[root@sirius ~]# dnf clean all
78 files removed
[root@sirius ~]# dnf makecache
OpenHPC-2 - Base 215 kB/s | 3.1 MB 00:14
OpenHPC-2 - Updates 215 kB/s | 2.6 MB 00:12
Rocky Linux 8 - AppStream 2.8 MB/s | 9.5 MB 00:03
Rocky Linux 8 - BaseOS 3.4 MB/s | 5.6 MB 00:01
Rocky Linux 8 - Extras 15 kB/s | 12 kB 00:00
Rocky Linux 8 - PowerTools 2.1 MB/s | 2.6 MB 00:01
BeeGFS 7.2.5 (rocky) 8.3 kB/s | 31 kB 00:03
Extra Packages for Enterprise Linux 8 - x86_64 6.7 MB/s | 11 MB 00:01
Extra Packages for Enterprise Linux Modular 8 - x86_64 1.8 MB/s | 979 kB 00:00
Intel(R) oneAPI repository 13 MB/s | 21 MB 00:01
Metadata cache created.
[root@sirius ~]# dnf install lmod-defaults-intel-impi-ohpc
Last metadata expiration check: 0:00:15 ago on Thu 10 Mar 2022 11:29:20 PM CST.
Error:
Problem: conflicting requests
- nothing provides impi-intel-ohpc needed by lmod-defaults-intel-impi-ohpc-2.0-7.1.ohpc.2.0.noarch
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
intel-compilers-devel-ohpc and intel-mpi-devel-ohpc already installed.
I have the same problem !!!
This should be an easy fix. The naming of the package pulling in IMPI is different than the other package names and we just need an if
to solve this.
This should be an easy fix. The naming of the package pulling in IMPI is different than the other package names and we just need an
if
to solve this.
Hi @adrianreber then how can I get the package to install it? I also tried to modify the spec file but I do not know which line I should modify in the "/root/rpmbuild/SPECS/lmod-defaults.spec" to install successfuly?