On Fri, Mar 31, 2006, Scott Brozell wrote:
>
> 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
This sounds like you just need to change the "moduledir" variable in
configure. That is, after line 701, add the line:
moduledir="-module"
We already do this for absoft and Sun compilers, without problems.
>
> I think src/configure should emit a message when it starts running
> netcdf/configure.
Done...dac
Received on Wed Apr 05 2006 - 23:49:32 PDT