Skip to content

Commit ee37c0c

Browse files
committed
Fixed the issue with the Makefile reported by Sarat Sreepathi from ORNL
git-svn-id: svn+ssh://software.sandia.gov/svn/hpcg/trunk@235 5e06a57e-6b39-4354-92a0-249a7d0c5410
1 parent b1ef7db commit ee37c0c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# -*- Makefile -*-
22

3-
# by default, "arch" is unknown
4-
#arch = UNKNOWN
5-
#include setup/Make.$(arch)
3+
# by default, "arch" is unknown, should be specified in the command line
4+
arch = UNKNOWN
65

7-
setup_file = setup/Make.UNKNOWN
6+
setup_file = setup/Make.$(arch)
87
include $(setup_file)
98

109
HPCG_DEPS = src/CG.o src/CG_ref.o src/TestCG.o src/ComputeResidual.o \

0 commit comments

Comments
 (0)