Skip to content

Commit

Permalink
#392 Remove MAIN_PROGRAM from Intel template link lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Blanton authored and Chris Blanton committed Oct 20, 2022
1 parent e2e4bed commit 9730012
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion templates/nccs-intel.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
############
FC = mpiifort
CC = mpiicc
LD = mpiifort $(MAIN_PROGRAM)
LD = mpiifort

#######################
# Build target macros
Expand Down
2 changes: 1 addition & 1 deletion templates/ncrc4-intel.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
############
FC = ftn
CC = cc
LD = ftn $(MAIN_PROGRAM)
LD = ftn

#######################
# Build target macros
Expand Down
2 changes: 1 addition & 1 deletion templates/ncrc5-intel-classic.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
############
FC = ftn
CC = cc
LD = ftn $(MAIN_PROGRAM)
LD = ftn

#######################
# Build target macros
Expand Down
2 changes: 1 addition & 1 deletion templates/ncrc5-intel-oneapi.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
############
FC = ftn
CC = cc
LD = ftn $(MAIN_PROGRAM)
LD = ftn

#######################
# Build target macros
Expand Down
2 changes: 1 addition & 1 deletion templates/ncrc5-intel.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
############
FC = ftn
CC = cc
LD = ftn $(MAIN_PROGRAM)
LD = ftn

#######################
# Build target macros
Expand Down

0 comments on commit 9730012

Please sign in to comment.