Hi,
1.
f90 -c -O1 -free -o evb_vars.o _evb_vars.f
logical :: ready = .false. !! already allocated (ready ==
.true
.)
^
"_evb_vars.f", Line = 444, Column = 24: ERROR: Unexpected syntax: ", or
EOS" was
expected but found "=".
code snippet:
type evb_mat_type
_REAL_ , pointer :: evb_mat (:,:) !! EVB matrix
_REAL_ , pointer :: grad_xch ( :) !! -gradient of exchange term
_REAL_ , pointer :: b1_kl ( :) !! gradient of square of
exchange term
_REAL_ , pointer :: evb_vec0 ( :) !! EVB ground-state vector
logical :: ready = .false. !! already allocated (ready ==
.true.)
endtype
I don't have a good frotran syntax reference handy; the initialization
is the cause of the problem, and removing '= .false.' fixes it.
2.
f90 -c -O1 -free -o lmod.o _lmod.f
Assertion failed: at_handle_table[at_idx].tag == VAR_TAG, file
../srcfw/FWcvrt.c, line 4018
f90: Fatal error in f90comp: Abort
Bummer, I notice there is a related reflector thread:
AMBER: Amber 8 under Solaris 9 compi
My compiler is
f90: WorkShop Compilers 5.0 00/05/17 FORTRAN 90 2.0 Patch 107356-05
I'm gonna go play outside now.
And will investigate this tonight.
Scott
On Sun, 26 Mar 2006, Scott Brozell wrote:
> SunOS chemistry.ohio-state.edu 5.7 Generic_106541-41 sun4u sparc
SUNW,Ultra-4
>
> I'll get back to you after the build/test.
>
> Scott
>
> On Fri, 24 Mar 2006, David A. Case wrote:
>
> > On Fri, Mar 24, 2006, John Mongan wrote:
Received on Wed Apr 05 2006 - 23:49:35 PDT