Back to home page

MITgcm

 
 

    


Warning, /tools/remove_comments_sed is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit 3924ebfa on 2022-09-29 14:53:14 UTC
d13f6c78f6 Mart*0001 /^$/d
3924ebfa1b Mart*0002 /^C$/d
                0003 /^c$/d
d13f6c78f6 Mart*0004 /^C\ /d
                0005 /^c\ /d
3924ebfa1b Mart*0006 /^CC/d
                0007 /^cc/d
d13f6c78f6 Mart*0008 /^C-/d
                0009 /^c-/d
3924ebfa1b Mart*0010 /^C+/d
                0011 /^c+/d
446812aca3 Mart*0012 /^C=/d
                0013 /^c=/d
d13f6c78f6 Mart*0014 /^C\*/d
                0015 /^c\*/d
                0016 /^\*/d
                0017 /^C#/d
                0018 /^c#/d
                0019 /^CBOP/d
                0020 /^CEOP/d
                0021 /^CXXX/d
                0022 /^Ccnh/d
                0023 /^Cph/d
                0024 /^cph/d
                0025 /^CEH3/d
                0026 /^ceh3/d
                0027 /^CML/d
                0028 /^cml/d
                0029 /^Cml/d
446812aca3 Mart*0030 /^cdm/d
                0031 /^Cdm/d
                0032 /^crg/d
                0033 /^Crg/d
3924ebfa1b Mart*0034 /^cts/d
                0035 /^Cts/d
d13f6c78f6 Mart*0036 /^cgg/d
3924ebfa1b Mart*0037 /^\!$/d
                0038 /^\!\ /d
                0039 /^\!\!/d
d13f6c78f6 Mart*0040 
22b08a4d26 Jean*0041 # This is a growing list of which comments lines to remove from a file
                0042 # in order to reduce the file size of ad_input_code.f. The first one is
                0043 # for empty lines.
3924ebfa1b Mart*0044 # We want to remove all comments (=lines starting with C,c,*,!), but
                0045 # compiler directives also start with a C, in particular
                0046 # CADJ/cadj/Cadj/cADJ/!CDIR/!$TAF, and absolutely must remain in the file.
22b08a4d26 Jean*0047 
                0048 #- A hack for recent OpenMPI (v1.8.8, shipped with FC.23) version of 'mpif.h'
                0049 #  which now contains a new header file: mpif-sizeof.h that relies on module
                0050 #  "iso_fortran_env", causing TAF to panic ; try to comment out this header file
                0051 s/^      include 'mpif-sizeof.h'$/c     include 'mpif-sizeof.h'/