Setting Array Bounds Checking | Environment Variables |
dbxenv Command |
The array_bounds_check environment variable determines whether dbx checks for valid subscripts when evaluating expressions in a Fortran program
array_bounds_check on | off | (f77 and f95) If on, dbx checks the array bounds. Default: on. |