Skip to content

Commit

Permalink
Fix misspelling of cache var type 'STRING'
Browse files Browse the repository at this point in the history
I noticed this while looking at another issue.
  • Loading branch information
bartlettroscoe committed Sep 3, 2021
1 parent 3c77011 commit 6d9580a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ INCLUDE("${CMAKE_CURRENT_LIST_DIR}/SetUtils.cmake")
TRIL_SET_BOOL_CACHE_VAR(${PROJECT_NAME}_ENABLE_OpenMP ON)

TRIL_SET_CACHE_VAR(MPI_EXEC_PRE_NUMPROCS_FLAGS "--bind-to;none"
CACHE STSRING)
CACHE STRING)
# NOTE: The above is a workaround for the problem of having threads on MPI
# ranks bind to the same cores (see #2422).

Expand Down

0 comments on commit 6d9580a

Please sign in to comment.