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
An easy fix should be -DSCALAPACK_LIBRARIES=none. The testers won't be able to compare to a reference solution, but should otherwise work.
We don't actually need -lscalapack on Frontier, but I'm not sure the CMake syntax to skip it. Maybe -DSCALAPACK_LIBRARIES= (i.e., defining it as empty) would work.
Description
Linking the
tester
executable fails with-lscalapack
missing on Frontier:Steps To Reproduce
On Frontier with the following module list:
Cmake command:
and then run `make.
The text was updated successfully, but these errors were encountered: