Skip to content

Commit

Permalink
Updated release notes to reflect the Intel compiler version.
Browse files Browse the repository at this point in the history
  • Loading branch information
langevin-usgs committed Feb 22, 2018
1 parent b7c2864 commit 14271e0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## Automated Testing Status on Travis-CI

### Version 6.0.1 develop — build 33
### Version 6.0.1 develop — build 34
[![Build Status](https://travis-ci.org/MODFLOW-USGS/modflow6.svg?branch=develop)](https://travis-ci.org/MODFLOW-USGS/modflow6)

## Introduction
Expand All @@ -31,7 +31,7 @@ MODFLOW 6 is the latest core version of MODFLOW. It synthesizes many of the capa

#### ***Software/Code citation for MODFLOW 6:***

[Langevin, C.D., Hughes, J.D., Banta, E.R., Provost, A.M., Niswonger, R.G., and Panday, Sorab, 2018, MODFLOW 6 Modular Hydrologic Model version 6.0.1 — develop: U.S. Geological Survey Software Release, 20 February 2018, https://doi.org/10.5066/F76Q1VQV](https://doi.org/10.5066/F76Q1VQV)
[Langevin, C.D., Hughes, J.D., Banta, E.R., Provost, A.M., Niswonger, R.G., and Panday, Sorab, 2018, MODFLOW 6 Modular Hydrologic Model version 6.0.1 — develop: U.S. Geological Survey Software Release, 22 February 2018, https://doi.org/10.5066/F76Q1VQV](https://doi.org/10.5066/F76Q1VQV)


## Instructions for building definition files for new packages
Expand Down
2 changes: 1 addition & 1 deletion doc/ReleaseNotes/ReleaseNotes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ \section{Installation and Executation}
\section{Compiling MODFLOW 6}
MODFLOW 6 has been compiled using Intel Visual Fortran and gfortran on the Windows and Mac/OS operating systems. Because the program uses relatively new Fortran capabilities, newer versions of the compilers may be required for successful compilation. For example, to use gfortran to compile MODFLOW 6, gfortran version 4.9 or newer must be used. If you have gfortran installed on your computer, you can tell which version it is by entering ``\verb|gfortran --version|'' at a terminal window.

This distribution contains the Microsoft Visual Studio project files for compiling MODFLOW 6 on Windows using the Intel Fortran Compiler. The files have been used successfully with Visual Studio 2015 and Intel(R) Visual Fortran Compiler 17.0.4.210.
This distribution contains the Microsoft Visual Studio project files for compiling MODFLOW 6 on Windows using the Intel Fortran Compiler. The files have been used successfully with Visual Studio 2017 and Intel(R) Visual Fortran Compiler 18.0.1.156.

This distribution also comes with a makefile for compiling MODFLOW 6 with gfortran. The makefile is contained in the \texttt{make} folder.

Expand Down
6 changes: 3 additions & 3 deletions doc/version.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# MODFLOW 6 version file automatically created using...pre-commit.py
# created on...February 20, 2018 15:19:40
# created on...February 22, 2018 10:34:02

major = 6
minor = 0
micro = 1
build = 33
commit = 35
build = 34
commit = 36

__version__ = '{:d}.{:d}.{:d}'.format(major, minor, micro)
__build__ = '{:d}.{:d}.{:d}.{:d}'.format(major, minor, micro, build)
Expand Down
4 changes: 2 additions & 2 deletions doc/version.tex
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
\newcommand{\modflowversion}{mf6.0.1.33}
\newcommand{\modflowdate}{February 20, 2018}
\newcommand{\modflowversion}{mf6.0.1.34}
\newcommand{\modflowdate}{February 22, 2018}
\newcommand{\currentmodflowversion}{Version \modflowversion---\modflowdate}

0 comments on commit 14271e0

Please sign in to comment.