Skip to content

Commit

Permalink
Merge pull request #56 from ceblanton/42.gaea-c5-intel-classic-have-g…
Browse files Browse the repository at this point in the history
…ettid

Like the other C5 templates, intel-classic requires -DHAVE_GETTID
  • Loading branch information
ceblanton committed Mar 22, 2023
2 parents cbf9825 + d521b54 commit b24e14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/ncrc5-intel-classic.mk
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ endif
CPPDEFS += -Duse_netCDF

# Additional Preprocessor Macros needed due to Autotools and CMake
CPPDEFS += -DHAVE_SCHED_GETAFFINITY
CPPDEFS += -DHAVE_SCHED_GETAFFINITY -DHAVE_GETTID

# Macro for Fortran preprocessor
FPPFLAGS := -fpp -Wp,-w $(INCLUDES)
Expand Down

0 comments on commit b24e14e

Please sign in to comment.