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
The CPACK_RPM_PACKAGE REQUIRES CMake variable includes intel-mpi-rt, which causes a generated RPM to depend on Intel MPI. That should not be automatically the case. Instead, either
the RPM name of the MPI implementation that LPF was built against shall be included here; or
no RPM name for MPI shall be included here
The text was updated successfully, but these errors were encountered:
The CPACK_RPM_PACKAGE REQUIRES CMake variable includes
intel-mpi-rt
, which causes a generated RPM to depend on Intel MPI. That should not be automatically the case. Instead, eitherThe text was updated successfully, but these errors were encountered: