Skip to content

Commit

Permalink
fix MSMPI download url, we need v9, not 10
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
letmaik committed Jun 11, 2019
1 parent d84d1f6 commit fb0b182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ To download the latest pre-compiled binary releases, see below -- please note th

If you want to launch WRF-CMake and WPS-CMake binary distributions built in `dmpar` to run on multiple processes, you need to have MPI installed on your system.

- On Windows, download and install Microsoft MPI (`msmpisetup.exe`) from [https://github.com/Microsoft/Microsoft-MPI/releases](https://github.com/Microsoft/Microsoft-MPI/releases).
- On Windows, download and install Microsoft MPI (`msmpisetup.exe`) from [https://www.microsoft.com/en-us/download/details.aspx?id=56727](https://www.microsoft.com/en-us/download/details.aspx?id=56727).
- On macOS you can get it through [Homebrew](https://brew.sh/) using `brew install open-mpi`. Note: Binary distributions < 4.1 use `mpich`, in which case you need to `brew install mpich` and possibly uninstall `open-mpi` first.
- On Linux, use your package manager to download mpich (version ≥ 3.0.4). E.g. `sudo apt install mpich` on Debian-based systems or `sudo yum install mpich` on RPM-based system like CentOS.

Expand Down

0 comments on commit fb0b182

Please sign in to comment.