Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need a file cmake/NVHPC.cmake #51

Open
cponder opened this issue Jan 10, 2022 · 0 comments
Open

Need a file cmake/NVHPC.cmake #51

cponder opened this issue Jan 10, 2022 · 0 comments

Comments

@cponder
Copy link

cponder commented Jan 10, 2022

If I try building gFTL-shared either of these ways

cmake -D CMAKE_Fortran_COMPILER_ID=NVHPC ...
cmake -D CMAKE_Fortran_COMPILER_VERSION=21.11 ...

I get this warning

-- 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant