/[MITgcm]/MITgcm/tools/remove_comments_sed
ViewVC logotype

Diff of /MITgcm/tools/remove_comments_sed

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2 by mlosch, Tue Oct 5 17:54:27 2010 UTC revision 1.3 by jmc, Sun Jan 31 23:27:06 2016 UTC
# Line 27  Line 27 
27  /^Crg/d  /^Crg/d
28  /^cgg/d  /^cgg/d
29    
30  # This is a growing list of which comments lines to remove from a file  # This is a growing list of which comments lines to remove from a file
31  # in order to reduce the file size of ad_input_code.f. The first one is  # in order to reduce the file size of ad_input_code.f. The first one is
32  # for empty lines.  # for empty lines.
33  # We want to remove all comments (=lines starting with C,c,*), but  # We want to remove all comments (=lines starting with C,c,*), but
34  # compiler directives also start with a C, in particular CADJ/cadj/Cadj/cADJ,  # compiler directives also start with a C, in particular CADJ/cadj/Cadj/cADJ,
35  # and absolutely must remain in the file.  # and absolutely must remain in the file.
36    
37    #- A hack for recent OpenMPI (v1.8.8, shipped with FC.23) version of 'mpif.h'
38    #  which now contains a new header file: mpif-sizeof.h that relies on module
39    #  "iso_fortran_env", causing TAF to panic ; try to comment out this header file
40    s/^      include 'mpif-sizeof.h'$/c     include 'mpif-sizeof.h'/

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22