Skip to content

Commit

Permalink
Toolchain: Roll back to MPICH 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Mar 20, 2019
1 parent 8f60d62 commit a34d543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/toolchain/scripts/install_mpich.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[ "${BASH_SOURCE[0]}" ] && SCRIPT_NAME="${BASH_SOURCE[0]}" || SCRIPT_NAME=$0
SCRIPT_DIR="$(cd "$(dirname "$SCRIPT_NAME")" && pwd -P)"

mpich_ver=${mpich_ver:-3.3}
mpich_ver=${mpich_ver:-3.2.1}
source "${SCRIPT_DIR}"/common_vars.sh
source "${SCRIPT_DIR}"/tool_kit.sh
source "${SCRIPT_DIR}"/signal_trap.sh
Expand Down

0 comments on commit a34d543

Please sign in to comment.