File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 33# buildmpich
44#
55# -- This script ownloads and installs the MPICH library (http://www.mpich.org).
6- # Execute this script with no arguments to obtain usage information.
76#
87# OpenCoarrays is distributed under the OSI-approved BSD 3-clause License:
98# Copyright (c) 2015, Sourcery, Inc.
8382# Default to installing in the current directory if no path is provided
8483# in the second command-line argument
8584if [ -z $2 ]; then
86- install_path=${PWD}
85+ install_path=${PWD} mpich- $version -installation
8786else
8887 install_path=$2
8988fi
@@ -104,7 +103,7 @@ build()
104103 mkdir -p $src \- build &&
105104 cd $src \- build &&
106105 CC=$CC FC=$FC CXX=$CXX ../$src /configure --prefix=$install_path &&
107- make -j $num_threads
106+ CC= $CC FC= $FC CXX= $CXX make -j $num_threads
108107}
109108
110109if [ $# == 0 ]; then
You can’t perform that action at this time.
0 commit comments