Skip to content

Commit a454078

Browse files
updating after run of test was successful
1 parent 58874c3 commit a454078

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

model/src/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ if("PDLIB" IN_LIST switches)
187187
if(SCOTCH_VERSION VERSION_GREATER "7.0.6")
188188
message(STATUS "JDM SOCTCH version 7.0.7 or higher")
189189
#add_compile_options(-DSCOTCH_7.0.7)
190-
list(APPEND compile_flags -DSCOTCH_7.0.7)
191-
list(APPEND compile_flags_release -DSCOTCH_7.0.7)
192-
list(APPEND compile_flags_debug -DSCOTCH_7.0.7)
190+
list(APPEND compile_flags -DSCOTCH_707)
191+
list(APPEND compile_flags_release -DSCOTCH_707)
192+
list(APPEND compile_flags_debug -DSCOTCH_707)
193193
else()
194194
message(STATUS "SOCTCH version 7.06 or lower")
195195
endif()

model/src/PDLIB/yowpdlibmain.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,8 +629,8 @@ subroutine runParmetis(MNP)
629629

630630
!if(debugParmetis) write(710+myrank,*) "Run ParMETIS now..."
631631
#ifdef W3_SCOTCH
632-
#ifdef SCOTCH_7.0.7
633-
! Starting with SCOTCH 7.0.7 need ot explicitly call the SCOTCHF
632+
#ifdef SCOTCH_707
633+
! Starting with SCOTCH 7.0.7 need ot explicitly call the SCOTCHF
634634
call SCOTCHFParMETIS_V3_PartGeomKway(vtxdist, xadj, adjncy, &
635635
vwgt, & !vwgt - ignore weights
636636
adjwgt, & ! adjwgt - ignore weights

0 commit comments

Comments
 (0)