[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bgl-discuss] Build Problems
I am in fact using the same version (POP 2.0.1).
> "io_netcdf.f90", line 27.8: 1517-022 (S) Module netcdf was compiled
> using an incompatible version of the compiler. Please see the -qoldmod
> option for information on recovery.
i don't know about that lib, but i think the solution is for it to be
recompiled. in a compile w/o netcdf, i got the same error message
when i didn't do a 'make clean' first (i.e. it was mixing some old
.mod/.o with the new ones).
> I can work around the compile errors so far be restarting the build, but
> I'm curious as to the cause.
I think the reason is this compiler doesn't look where mod files get
moved, so the module variables are undefined. Does that commenting
that out fix it for you? It just built fine for me w/ the netcdf
calls stubbed out.
ray
- --------------------------------------------------------------------
To add or remove yourself from this mailing list, use the 'notifyme'
command on any BGL machine. To remove: notifyme -n, to add: notifyme -y.