Skip to content

Commit

Permalink
Deleted extra reference to MAX_RANK, which is not needed after code i…
Browse files Browse the repository at this point in the history
…s generated.
  • Loading branch information
Michael Rilee authored and Michael Rilee committed Aug 7, 2014
1 parent 097ccf8 commit 201445d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@ if (MPI)
message( STATUS "MPI enabled")
endif()

if (MAX_RANK)
add_definitions(-DMAX_RANK=${MAX_RANK})
endif()
# 2014-0807 MLR MAX_RANK needed for code generation, not here.
#if (MAX_RANK)
# add_definitions(-DMAX_RANK=${MAX_RANK})
#endif()

if (ROBUST)
add_definitions(-DBUILD_ROBUST)
Expand Down

0 comments on commit 201445d

Please sign in to comment.