Opened 17 years ago

Closed 17 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)

CYGWIN-g95.mk (3.5 KB ) - added by m.hadfield 17 years ago.
Linux-g95.mk (3.9 KB ) - added by m.hadfield 17 years ago.
MINGW-gfortran.mk (3.7 KB ) - added by m.hadfield 17 years ago.

Download all attachments as: .zip

Change History (4)

by m.hadfield, 17 years ago

Attachment: CYGWIN-g95.mk added

by m.hadfield, 17 years ago

Attachment: Linux-g95.mk added

by m.hadfield, 17 years ago

Attachment: MINGW-gfortran.mk added

comment:1 by arango, 17 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.