Re: [AMBER] array out of bound in Amber10 tests

From: David A. Case <case.biomaps.rutgers.edu>
Date: Tue, 10 Feb 2009 11:39:43 -0500

On Tue, Feb 10, 2009, Shan-ho Tsai wrote:
>
> cd 4096wat && ./Run.pure_wat_nmr_temp_reg
> 0: Subscript out of range for array tgtvec (_nmr.f: 5633)
> subscript=2, lower bound=1, upper bound=1, dimension=1

This looks innocuous: try changing nmr.f, about line 4135, from

   _REAL_ tgtvec(1) ! cuigl

to

   _REAL_ tgtvec(*) ! cuigl


> (which is also -C for xlf90), and then several tests
> failed to run, with a trap like
>
> ERROR: 0031-250 task 0: Trace/BPT trap
> ERROR: 0031-250 task 1: Terminated

Unfortunately, unless the compiler can generate additional information,
this doesn't help much, since it doesn't seem(?) to provide any details
about where the bounds error occurred.

...dac


_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Wed Feb 11 2009 - 01:20:02 PST
Custom Search