Merge branch 'master' into kdev

This commit is contained in:
Kareem
2021-05-06 13:33:56 -04:00
21 changed files with 480 additions and 177 deletions

View File

@@ -112,5 +112,7 @@ if(ENABLE_MPI)
endif()
# no matching flag for GNU
set(CMAKE_Fortran_COMPILER ${MPI_Fortran_COMPILER})
# we changed compiler, link HDF5 libraries
link_libraries(${HDF5_Fortran_LIBRARIES} ${HDF5_Fortran_HL_LIBRARIES})
endif()