We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NetCDF
Hi there,
I had some trouble installing ParallelIO on the HPC system I'm on, and I was able fix it by replacing
ParallelIO
ParallelIO/CMakeLists.txt
Line 259 in 157e559
with
find_package (NetCDF COMPONENTS C Fortran) if (NOT NetCDF_Fortran_FOUND) include(FindPkgConfig) pkg_check_modules(NetCDF_Fortran REQUIRED IMPORTED_TARGET "netcdf-fortran") endif()
It's a non breaking change that'll make ParallelIO more portable so I thought I'd see if there'd be interest in adding this in.
The text was updated successfully, but these errors were encountered:
Sure, A PR would be welcome.
Sorry, something went wrong.
No branches or pull requests
Hi there,
I had some trouble installing
ParallelIO
on the HPC system I'm on, and I was able fix it by replacingParallelIO/CMakeLists.txt
Line 259 in 157e559
with
It's a non breaking change that'll make ParallelIO more portable so I thought I'd see if there'd be interest in adding this in.
The text was updated successfully, but these errors were encountered: