Skip to content

Commit

Permalink
Cray: gcc -> cc (#826)
Browse files Browse the repository at this point in the history
TYPE: enhancement

KEYWORDS: Cray, gcc, cc

SOURCE: Peter Johnsen and Patricia Balle (Cray, Inc.)

DESCRIPTION OF CHANGES: 
Change the default C compiler from gcc to cc, for the stanza
```
Cray XE and XC CLE/Linux x86_64, Cray CCE compiler
```

LIST OF MODIFIED FILES: 
M arch/configure.defaults

TESTS CONDUCTED: 
None required.
  • Loading branch information
davegill authored Mar 20, 2019
1 parent 0b920ed commit 76065ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/configure.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,7 @@ OMP = # -homp
OMPCC = # -homp
SFC = ftn $(NOOMP)
SCC = cc
CCOMP = gcc
CCOMP = cc
DM_FC = ftn $(NOOMP)
DM_CC = cc
FC = $(DM_FC)
Expand Down

0 comments on commit 76065ee

Please sign in to comment.