#38 closed defect (fixed)
warning message in OPA compilation : comopa (a common) has more than one size
Reported by: | mafoipsl | Owned by: | igcmg |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | modeles | Version: | |
Keywords: | Cc: |
Description
OPA compilation : comopa common size warning
A warning message appears :
sxld warning: multiply defined symbol comopa_, in ../../../lib/libopa.a, has more than one size
This COMMON appears in redrunnc.F and savrunnc.F with zdept(1)
REAL zdtsec REAL zdept(1), zlamt(imax,jmax), zphit(imax,jmax) COMMON /comopa/zdtsec, zlamt, zphit,zdept
and with ztmask(imax,jmax) elsewhere :
REAL zglamt(imax,jmax),zgphit(imax,jmax),ztmask(imax,jmax) COMMON /comopa/zdtsec,zglamt,zgphit,ztmask
Change History (2)
comment:1 Changed 17 years ago by mafoipsl
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 17 years ago by mafoipsl
- Component changed from documentation to modeles
Note: See
TracTickets for help on using
tickets.
Look at modifications done in :
included in ipsl_cm4_v2 tag.