Opened 18 years ago
Closed 18 years ago
#8 closed request (Fixed)
Miscellaneous changes to platform make files
Reported by: | m.hadfield | Owned by: | arango |
---|---|---|---|
Priority: | minor | Milestone: | Release ROMS/TOMS 3.1 |
Component: | Nonlinear | Version: | 3.1 |
Keywords: | compiler flags | Cc: |
Description
I propose a few changes to the platform-specific make files:
- CYGWIN-g95.mk, Linux-g95.mk: A while ago I suggested adding -ftrace=full to FFLAGS and said this had no effect on performance. Actually it does affect performance (my bad), slowing the model down at run-time by 10-20%. So it should be used only when USE_DEBUG is in effect.
- MINGW-gfortran.mk: In the section entitled "Set free form format in source files...", the "-free" flag is added to FFLAGS. There is no such flag for this compiler: it should be -ffree-form.
Modified files are attached. They are based on revision 47.
Attachments (3)
Change History (4)
by , 18 years ago
Attachment: | CYGWIN-g95.mk added |
---|
by , 18 years ago
Attachment: | Linux-g95.mk added |
---|
by , 18 years ago
Attachment: | MINGW-gfortran.mk added |
---|
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.