Skip to content

Commit

Permalink
Finally update a very much outdated comment that has been replicated
Browse files Browse the repository at this point in the history
across most of the build_rules.mk files.
  • Loading branch information
theurich committed Oct 24, 2024
1 parent 9082e83 commit 4bbe8f2
Show file tree
Hide file tree
Showing 32 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion build_config/Cygwin.g95.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ ESMF_F90LINKOPTS += -march=k8 -m64 -mcmodel=medium
endif

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREENOCPP = -ffree-form
ESMF_F90COMPILEFIXCPP = -cpp -ffixed-form
Expand Down
2 changes: 1 addition & 1 deletion build_config/Cygwin.gfortran.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ ESMF_OPENMP_F90LINKOPTS += -fopenmp
ESMF_OPENMP_CXXLINKOPTS += -fopenmp

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREENOCPP = -ffree-form
ESMF_F90COMPILEFIXCPP = -cpp -ffixed-form
Expand Down
2 changes: 1 addition & 1 deletion build_config/Darwin.absoft.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ ESMF_CXXLINKOPTS += -pthread
endif

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREENOCPP = -ffree
ESMF_F90COMPILEFIXCPP = -ffixed
Expand Down
2 changes: 1 addition & 1 deletion build_config/Darwin.g95.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ ESMF_CXXLINKOPTS += -pthread
endif

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREENOCPP = -ffree-form
ESMF_F90COMPILEFIXCPP = -cpp -ffixed-form
Expand Down
2 changes: 1 addition & 1 deletion build_config/Darwin.gfortran.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ ESMF_OPENACC_F90LINKOPTS += -fopenacc
ESMF_OPENACC_CXXLINKOPTS += -fopenacc

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREENOCPP = -ffree-form
ESMF_F90COMPILEFIXCPP = -cpp -ffixed-form
Expand Down
2 changes: 1 addition & 1 deletion build_config/Darwin.gfortranclang.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ ESMF_OPENMP_F90LINKOPTS += -fopenmp
ESMF_OPENMP_CXXLINKOPTS += -Xpreprocessor -fopenmp

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREENOCPP = -ffree-form
ESMF_F90COMPILEFIXCPP = -cpp -ffixed-form
Expand Down
2 changes: 1 addition & 1 deletion build_config/Darwin.nag.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ ESMF_F90LINKOPTS += -thread_safe
endif

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREECPP = -free -fpp
ESMF_F90COMPILEFREENOCPP = -free
Expand Down
2 changes: 1 addition & 1 deletion build_config/Darwin.pgi.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ ESMF_OPENACC_F90LINKOPTS += -acc -Minfo
ESMF_OPENACC_CXXLINKOPTS += -acc -Minfo

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREENOCPP = -Mfreeform
ESMF_F90COMPILEFIXCPP = -Mpreprocess -Mnofreeform
Expand Down
2 changes: 1 addition & 1 deletion build_config/Linux.absoft.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ ESMF_PIO = OFF
ESMF_F90IMOD = -p

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREENOCPP = -ffree
ESMF_F90COMPILEFIXCPP = -ffixed
Expand Down
2 changes: 1 addition & 1 deletion build_config/Linux.absoftintel.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ endif
endif

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREENOCPP = -ffree
ESMF_F90COMPILEFIXCPP = -ffixed
Expand Down
2 changes: 1 addition & 1 deletion build_config/Linux.aocc.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ ESMF_OPENMP_F90LINKOPTS += -fopenmp
ESMF_OPENMP_CXXLINKOPTS += -fopenmp

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREENOCPP = -ffree-form
ESMF_F90COMPILEFIXCPP = -cpp -ffixed-form
Expand Down
2 changes: 1 addition & 1 deletion build_config/Linux.arm.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ ESMF_OPENMP=OFF
# ESMF_OPENMP_CXXLINKOPTS += -fopenmp

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREENOCPP = -ffree-form
ESMF_F90COMPILEFIXCPP = -cpp -ffixed-form
Expand Down
2 changes: 1 addition & 1 deletion build_config/Linux.g95.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ ESMF_OPENMP_F90LINKOPTS += -fopenmp
ESMF_OPENMP_CXXLINKOPTS += -fopenmp

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREENOCPP = -ffree-form
ESMF_F90COMPILEFIXCPP = -cpp -ffixed-form
Expand Down
2 changes: 1 addition & 1 deletion build_config/Linux.gfortran.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ ESMF_OPENACC_F90LINKOPTS += -fopenacc
ESMF_OPENACC_CXXLINKOPTS += -fopenacc

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREENOCPP = -ffree-form
ESMF_F90COMPILEFIXCPP = -cpp -ffixed-form
Expand Down
2 changes: 1 addition & 1 deletion build_config/Linux.gfortranclang.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ ESMF_OPENMP_F90LINKOPTS += -fopenmp
ESMF_OPENMP_CXXLINKOPTS += -fopenmp

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREENOCPP = -ffree-form
ESMF_F90COMPILEFIXCPP = -cpp -ffixed-form
Expand Down
2 changes: 1 addition & 1 deletion build_config/Linux.intelgcc.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ ESMF_OPENMP_CXXCOMPILEOPTS += -fopenmp
ESMF_OPENMP_CXXLINKOPTS += -fopenmp

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREENOCPP = -fpp0 -FR
ESMF_F90COMPILEFIXCPP = -fpp
Expand Down
2 changes: 1 addition & 1 deletion build_config/Linux.lahey.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ ESMF_OPENMP_F90LINKOPTS += -fopenmp
ESMF_OPENMP_CXXLINKOPTS += -fopenmp

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREENOCPP = --nfix
ESMF_F90COMPILEFIXCPP = --fix -Cpp
Expand Down
2 changes: 1 addition & 1 deletion build_config/Linux.llvm.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ ESMF_OPENACC_F90LINKOPTS += -fopenacc
ESMF_OPENACC_CXXLINKOPTS += -fopenacc

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREENOCPP = -ffree-form
ESMF_F90COMPILEFIXCPP = -cpp -ffixed-form
Expand Down
2 changes: 1 addition & 1 deletion build_config/Linux.nag.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ ESMF_OPENMP_F90LINKOPTS += -openmp
ESMF_OPENMP_CXXLINKOPTS += -fopenmp

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREENOCPP = -free
ESMF_F90COMPILEFIXCPP = -fixed -fpp
Expand Down
2 changes: 1 addition & 1 deletion build_config/Linux.nagintel.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ ESMF_OPENMP_CXXLINKOPTS += -openmp
endif

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREENOCPP = -free
ESMF_F90COMPILEFIXCPP = -fixed -fpp
Expand Down
2 changes: 1 addition & 1 deletion build_config/Linux.nvhpc.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ ESMF_OPENACC_F90LINKOPTS += -acc -Minfo
ESMF_OPENACC_CXXLINKOPTS += -acc -Minfo

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREENOCPP = -Mfreeform
ESMF_F90COMPILEFIXCPP = -Mpreprocess -Mnofreeform
Expand Down
2 changes: 1 addition & 1 deletion build_config/Linux.pathscale.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ ESMF_OPENMP_F90LINKOPTS += -mp
ESMF_OPENMP_CXXLINKOPTS += -mp

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREENOCPP = -freeform
ESMF_F90COMPILEFIXCPP = -fixedform -cpp
Expand Down
2 changes: 1 addition & 1 deletion build_config/Linux.pgi.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ ESMF_OPENACC_F90LINKOPTS += -acc -Minfo
ESMF_OPENACC_CXXLINKOPTS += -acc -Minfo

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREENOCPP = -Mfreeform
ESMF_F90COMPILEFIXCPP = -Mpreprocess -Mnofreeform
Expand Down
2 changes: 1 addition & 1 deletion build_config/Linux.pgigcc.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ ESMF_F90LINKPATHS += -L$(dir $(shell gcc -print-file-name=libstdc++.so))
ESMF_F90LINKLIBS += -lstdc++

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREENOCPP = -Mfreeform
ESMF_F90COMPILEFIXCPP = -Mpreprocess -Mnofreeform
Expand Down
2 changes: 1 addition & 1 deletion build_config/MinGW.gfortran.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ ESMF_CXXCOMPILECPPFLAGS += -DNO_TIMES
ESMF_PTHREADS := OFF

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREENOCPP = -ffree-form
ESMF_F90COMPILEFIXCPP = -cpp -ffixed-form
Expand Down
2 changes: 1 addition & 1 deletion build_config/MinGW.intel.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ ESMF_CXXLINKOPTS += -mcmodel=medium
endif

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREENOCPP = -fpp0 -FR
ESMF_F90COMPILEFIXCPP = -fpp
Expand Down
2 changes: 1 addition & 1 deletion build_config/MinGW.intelcl.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ ESMF_CXXLINKOPTS += -mcmodel=medium
endif

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREENOCPP = -fpp0 -FR
ESMF_F90COMPILEFIXCPP = -fpp
Expand Down
2 changes: 1 addition & 1 deletion build_config/Unicos.aocc.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ ESMF_OPENACC_F90LINKOPTS += -fopenacc
ESMF_OPENACC_CXXLINKOPTS += -fopenacc

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREENOCPP = -ffree-form
ESMF_F90COMPILEFIXCPP = -cpp -ffixed-form
Expand Down
2 changes: 1 addition & 1 deletion build_config/Unicos.gfortran.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ ESMF_OPENACC_F90LINKOPTS += -fopenacc
ESMF_OPENACC_CXXLINKOPTS += -fopenacc

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREENOCPP = -ffree-form
ESMF_F90COMPILEFIXCPP = -cpp -ffixed-form
Expand Down
2 changes: 1 addition & 1 deletion build_config/Unicos.nvhpc.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ ESMF_OPENACC_F90LINKOPTS += -acc -Minfo
ESMF_OPENACC_CXXLINKOPTS += -acc -Minfo

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREENOCPP = -Mfreeform
ESMF_F90COMPILEFIXCPP = -Mpreprocess -Mnofreeform
Expand Down
2 changes: 1 addition & 1 deletion build_config/Unicos.pathscale.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ ESMF_PTHREADS := OFF
ESMF_OPENMP := OFF

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREENOCPP = -freeform
ESMF_F90COMPILEFIXCPP = -fixedform -cpp
Expand Down
2 changes: 1 addition & 1 deletion build_config/Unicos.pgi.default/build_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ ESMF_PTHREADS := OFF
ESMF_OPENMP := OFF

############################################################
# Need this until the file convention is fixed (then remove these two lines)
# Explicit flags for handling specific format and cpp combos
#
ESMF_F90COMPILEFREENOCPP = -Mfreeform
ESMF_F90COMPILEFIXCPP = -Mpreprocess -Mnofreeform
Expand Down

0 comments on commit 4bbe8f2

Please sign in to comment.