Skip to content

Commit

Permalink
Additional explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
prckent authored Jan 27, 2023
1 parent 5f97b14 commit df21a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ if(HDF5_FOUND)
option(ENABLE_PHDF5 "Enable code paths using parallel HDF5" ON)
else(HAVE_MPI)
message(FATAL_ERROR "Parallel HDF5 library found but cannot be used with QMCPACK non-MPI build. "
"Please provide serial HDF5 library.")
"Please provide a serial HDF5 library or switch to building QMCPACK with MPI.")
endif(HAVE_MPI)
else(HDF5_IS_PARALLEL)
message(STATUS "Serial HDF5 library found")
Expand Down

0 comments on commit df21a09

Please sign in to comment.