Hi,
On Fri, 31 Mar 2006, David A. Case wrote:
> On Fri, Mar 31, 2006, Thomas E. Cheatham, III wrote:
> >
> > ** pentium, pgf90, -bintraj (configure -bintraj pgf90)
> >
> > -- bintraj.f cannot find typesizes.mod
>
> We need to find the cause of this problem. Is pgf90 naming its mod
files
> something different? What is the name of the netcdf mod file? Is there
> a "netcdf.mod" file in src/sander when bintraj is being compiled? Is
> there a NETCDF.mod file? The latter is trivial to fix: see how sgi_mips
> is handled.
No.
netcdf.mod.
Yes.
No.
The problem is that typesizes.mod lives in
src/netcdf/include
There are several ways to fix this.
The obvious way is to add a module search path:
pgf90 -module ../netcdf/include
For ifort the syntax is
-I
Note that I haven't tried this yet; it might create other problems...
I think src/configure should emit a message when it starts running
netcdf/configure. It was surprising when all that netcdf/configure
junk started spewing. Then I opened up src/configure to see what was
happening.
more later,
Scott
Received on Wed Apr 05 2006 - 23:49:32 PDT