Changes between Initial Version and Version 2 of Ticket #4
- Timestamp:
- 05/08/07 18:20:11 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4
- Property Resolution → fixed
- Property Status new → closed
-
Ticket #4 – Description
initial v2 1 1 There are many questionable syntactic writing 2 in SWAN that cause problem to ifort on ismaltx. 3 See below a (partial) list in swmod1.F 4 --version number 40.21 at end of line 5 --missing & at end of line for text over 6 several lines 7 --author name jcw at end of line. 2 in '''SWAN''' that cause problem to ifort on ismaltx. 3 See below a (partial) list in '''swmod1.F''': 4 5 * version number '''40.21''' at end of line[[BR]] 6 * missing '''&''' at end of line for text over several lines[[BR]] 7 * author name '''jcw''' at end of line[[BR]] 8 9 8 10 I can give a diff file if deemed useful. 9 11 10 With best regards 11 12 Mathieu Dutour Sikiric 12 '''HGA''': The problem here is that files with extention '''.f90''' are compiled using ''free-form'' flag by default. This is very easily corrected by forcing SWAN to be compile with ''fixed-form'' flag. We just need to modify the make configuration files '''*.mk'''. Notice that ROMS follows extrictily the standard and can be compiled with either ''free-form'' or ''fixed-form'' flags.