Skip to content

Commit

Permalink
backport PR QMCPACK#2435
Browse files Browse the repository at this point in the history
increase WALKER_MAX_PROPERTIES to 2048
  • Loading branch information
Paul-St-Young committed Aug 11, 2020
1 parent 82d0256 commit de4af31
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 @@ -144,7 +144,7 @@ SET (EXECUTABLE_OUTPUT_PATH ${qmcpack_BINARY_DIR}/bin CACHE PATH "Single output
# QMC_MPI = enable MPI
# QMC_OMP = enable OMP
######################################################################
SET(WALKER_MAX_PROPERTIES 256 CACHE STRING "Maximum number of properties tracked by walkers")
SET(WALKER_MAX_PROPERTIES 2048 CACHE STRING "Maximum number of properties tracked by walkers")
MARK_AS_ADVANCED(WALKER_MAX_PROPERTIES)
SET(OHMMS_DIM 3 CACHE STRING "Select physical dimension")
SET(OHMMS_INDEXTYPE int)
Expand Down

0 comments on commit de4af31

Please sign in to comment.