Skip to content

Commit 18414a6

Browse files
authored
doc(release): fix extended build guide link in release notes (#2538)
and revise a PRT release note
1 parent b257367 commit 18414a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/ReleaseNotes/ReleaseNotes.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ \section{Compiling MODFLOW~6}
260260

261261
MODFLOW~6 is currently tested with gfortran 11-13 on Linux, macOS, and Windows. The gfortran version can be queried with ``\verb|gfortran --version|''. Intel Fortran Compiler Classic version 2022.3.0 is currently tested on all three platforms. Some 2021 versions have also been reported compatible. MODFLOW~6 is also compatible with the next-generation Intel Fortran Compiler `ifx`; however, additional testing is underway.
262262

263-
Instructions for compiling the parallel version of MODFLOW~6 are available through a dedicated page on the \href{https://github.com/MODFLOW-ORG/modflow6/wiki/Parallel-MODFLOW-User-Guide}{MODFLOW~6 repository}.
263+
Instructions for compiling the extended version of MODFLOW~6 are available through a dedicated page on the \href{https://github.com/MODFLOW-ORG/modflow6/wiki/Extended-MODFLOW-User-Guide}{MODFLOW~6 repository}.
264264

265265
There are several options for building MODFLOW, as described below.
266266

doc/ReleaseNotes/develop.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ description = "Fixed bugs in the GWF VSC and BUY packages, affecting GWT simulat
4141
[[items]]
4242
section = "fixes"
4343
subsection = "model"
44-
description = "Fixed a bug preventing graceful termination of all particles in PRT models. With the PRP package's EXTEND\\_TRACKING option enabled, particles beginning the simulation's final timestep in a stationary cell (an active cell with no flow across any boundary) were not terminated gracefully. Particles in this condition will now terminate with status code 10 (timeout)."
44+
description = "Fixed a bug preventing graceful termination of some particles in PRT models. With the PRP package's EXTEND\\_TRACKING option enabled, particles beginning the simulation's final timestep in a stationary cell (an active cell with no flow across any boundary) were not terminated gracefully. Particles in this condition will now terminate with status code 10 (timeout)."
4545

4646
[[items]]
4747
section = "fixes"

0 commit comments

Comments
 (0)