We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3947bdb commit 6d4430eCopy full SHA for 6d4430e
prerequisites/build-functions/build_and_install.sh
@@ -21,7 +21,7 @@ build_and_install()
21
if [[ "${package_to_build}" != "gcc" ]]; then
22
23
if [[ "${package_to_build}" == "mpich" && "${version_to_build}" == "3.2" && "${OSTYPE}" == "darwin"* ]]; then
24
- info "Patching MPICH 3.2 on Mac OS due to segfault bug."
+ info "Patching MPICH 3.2 on Mac OS due to segfault bug (see http://lists.mpich.org/pipermail/discuss/2016-May/004764.html)."
25
sed -i '' 's/} MPID_Request ATTRIBUTE((__aligned__(32)));/} ATTRIBUTE((__aligned__(32))) MPID_Request;/g' \
26
"${download_path}/${package_source_directory}/src/include/mpiimpl.h"
27
fi
0 commit comments