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
-- Check for working Fortran compiler: /usr/local/pgi/Linux_x86_64/21.11/compilers/bin/pgfortran - skipped
CMake Error at CMakeLists.txt:35 (include):
include could not find requested file:
NVHPC
I can get around it by copying the PGI version
cp cmake/PGI.cmake cmake/NVHPC.cmake
since it looks like the contents would be identical anyway.
The text was updated successfully, but these errors were encountered:
If I try building gFTL-shared either of these ways
I get this warning
I can get around it by copying the PGI version
since it looks like the contents would be identical anyway.
The text was updated successfully, but these errors were encountered: