Re: amber-developers: pathscale, gfortran and pgf90 problems

From: David A. Case <case.scripps.edu>
Date: Fri, 31 Mar 2006 15:14:19 -0700

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
Custom Search