Skip to content

Commit

Permalink
Merge pull request #51 from ceblanton/392.MAIN_PROGRAM_not_needed_for…
Browse files Browse the repository at this point in the history
…_Intel

Remove MAIN_PROGRAM from Intel template link lines
  • Loading branch information
ceblanton committed Oct 21, 2022
2 parents e2e4bed + 9730012 commit c5049b3
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 c5049b3

Please sign in to comment.