Changes between Initial Version and Version 2 of Ticket #4


Ignore:
Timestamp:
05/08/07 18:20:11 (17 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4

    • Property Resolutionfixed
    • Property Status newclosed
  • Ticket #4 – Description

    initial v2  
    11There 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.
     2in '''SWAN''' that cause problem to ifort on ismaltx.
     3See 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
    810I can give a diff file if deemed useful.
    911
    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.