Skip to content

Commit a229e35

Browse files
committed
Turning off -DENABLE_PARALLELRESTART build option on WCOSS2 since HAFS
regional moving-nest warmstart forecast fails/hang while reading restart files.
1 parent c61773b commit a229e35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/compile.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ else
9494
fi
9595
fi
9696

97-
if [[ ${MACHINE_ID} == wcoss2 ]] || [[ ${MACHINE_ID} == acorn ]]; then
98-
CMAKE_FLAGS+=" -DENABLE_PARALLELRESTART=ON"
99-
fi
97+
#if [[ ${MACHINE_ID} == wcoss2 ]] || [[ ${MACHINE_ID} == acorn ]]; then
98+
# CMAKE_FLAGS+=" -DENABLE_PARALLELRESTART=ON"
99+
#fi
100100

101101
# Check if suites argument is provided or not
102102
set +ex

0 commit comments

Comments
 (0)