Skip to content

Commit ade6767

Browse files
committed
Update MPICH 3.1.4 to MPICH 3.2
1 parent 177fdd0 commit ade6767

File tree

8 files changed

+4
-4
lines changed

8 files changed

+4
-4
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ acceptable prerequisite or reaching the end of a branch.
199199
```text
200200
opencoarrays
201201
├── cmake-3.4.0
202-
└── mpich-3.1.4
202+
└── mpich-3.2
203203
└── gcc-6.1.0
204204
├── flex-2.6.0
205205
│   └── bison-3.0.4

doc/dependency_tree/opencoarrays-tree.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opencoarrays
22
├── cmake-3.4.0
3-
└── mpich-3.1.4
3+
└── mpich-3.2
44
└── gcc-6.1.0
55
├── flex-2.6.0
66
│   └── bison-3.0.4

prerequisites/build-functions/set_or_print_default_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ set_or_print_default_version()
2828
package_version=(
2929
"cmake:3.4.0"
3030
"gcc:6.1.0"
31-
"mpich:3.1.4"
31+
"mpich:3.2"
3232
"wget:1.16.3"
3333
"flex:2.6.0"
3434
"bison:3.0.4"

prerequisites/install-functions/print_header.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ print_header()
44
clear
55
echo ""
66
echo "*** By default, building OpenCoarrays requires CMake 3.4.0 or later, ***"
7-
echo "*** MPICH 3.1.4, and GCC Fortran (gfortran) 6.1.0 or later. To see ***"
7+
echo "*** MPICH 3.2, and GCC Fortran (gfortran) 6.1.0 or later. To see ***"
88
echo "*** options for forcing the use of older or alternative packages, execute ***"
99
echo "*** this script with the -h flag. This script will recursively traverse ***"
1010
echo "*** the following dependency tree, asking permission to download, build, ***"

0 commit comments

Comments
 (0)