#22 closed defect (fixed)
PGF ropp_fm compilation fails
Reported by: | frae | Owned by: | frcm |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ropp_fm | Version: | 0.8 |
Keywords: | Cc: | axel.vonengeln@…, dave.offiler@… |
Description
Sorry, trying to get the pgf compiler working here and get with ropp_fm the following:
pgf95 -I../build -I/data/nwp1/frae/ropp/pgf//include -I/opt/pgi/linux86/6.0/include -c -o ../common/ropp_fm.o `test -f '../common/ropp_fm.f90' || echo './'`../common/ropp_fm.f90 PGF90-S-0084-Illegal use of symbol eightbytereal - not public entity of module (../common/ropp_fm.f90: 137) PGF90-S-0084-Illegal use of symbol eightbytereal - not public entity of module (../common/ropp_fm.f90: 146) PGF90-S-0084-Illegal use of symbol eightbytereal - not public entity of module (../common/ropp_fm.f90: 157) PGF90-S-0084-Illegal use of symbol eightbytereal - not public entity of module (../common/ropp_fm.f90: 171) PGF90-S-0087-Non-constant expression where constant expression required (../common/ropp_fm.f90: 172) PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type (../common/ropp_fm.f90: 172) PGF90-S-0087-Non-constant expression where constant expression required (../common/ropp_fm.f90: 173) PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type (../common/ropp_fm.f90: 173) PGF90-S-0087-Non-constant expression where constant expression required (../common/ropp_fm.f90: 174) PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type (../common/ropp_fm.f90: 174) PGF90-S-0087-Non-constant expression where constant expression required (../common/ropp_fm.f90: 175) PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type (../common/ropp_fm.f90: 175) PGF90-S-0084-Illegal use of symbol eightbytereal - not public entity of module (../common/ropp_fm.f90: 181) PGF90-S-0087-Non-constant expression where constant expression required (../common/ropp_fm.f90: 182) PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type (../common/ropp_fm.f90: 182) PGF90-S-0087-Non-constant expression where constant expression required (../common/ropp_fm.f90: 183) PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type (../common/ropp_fm.f90: 183) PGF90-S-0087-Non-constant expression where constant expression required (../common/ropp_fm.f90: 184) PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type (../common/ropp_fm.f90: 184) PGF90-S-0087-Non-constant expression where constant expression required (../common/ropp_fm.f90: 185) PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type (../common/ropp_fm.f90: 185) PGF90-S-0087-Non-constant expression where constant expression required (../common/ropp_fm.f90: 186) PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type (../common/ropp_fm.f90: 186) PGF90-S-0087-Non-constant expression where constant expression required (../common/ropp_fm.f90: 187) PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type (../common/ropp_fm.f90: 187) PGF90-F-0008-Error limit exceeded (../common/ropp_fm.f90: 187) PGF90/any Linux/x86 6.0-4: compilation aborted make[1]: *** [../common/ropp_fm.o] Error 2 make[1]: Leaving directory `/net/home/h02/frae/temp/ropp_fm/build' make: *** [all-recursive] Error 1
Change history (4)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Component: | ROPP (all) → FM |
---|
comment:3 by , 19 years ago
Cc: | added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Strange - but let's leave it in as long as it doesn't break anything else.
Note:
See TracTickets
for help on using tickets.
Revision 664 takes care of this by commenting the:
statement in ropp_fm/common/ropp_fm_constants.f90. Seems like no other compiler was bothered except for the pgf. Leave ticket open for final check by Christian.