Privacy and Security Notice

Archived Messages for CLAS_OFFLINE@cebaf.gov: Re: gsim/beg_run_summary.F

Re: gsim/beg_run_summary.F

Maurik Holtrop (maurik@einstein.sr.unh.edu)
Tue, 03 Feb 1998 18:00:16 -0500 (EST)

Hello Mark,

I don't know why you get this error. A freshly checked-out gsim compiles
fine on AIX with the following:

f77 -g -C -qfixed=132 -qextname \
-WF,-DAIX -WF,-DAIX_SOURCE \
-WF,-I. -WF,-Iinclude/
-WF,-I/apps/clas/u1/builds/DEVELOPMENT/packages/include
-WF,-I/usr/local/include -c \
beg_run_summary.F -o /home/holtrop//obj/AIX/beg_run_summary.o
"Fbeg_run_summary.f", line 39.12: 1514-038 (W) The literal string has
length 240 which is longer than 132, the length of the variable being
initialized. The string will be truncated.
** beg_run_summary === End of Compilation 1 ===
1501-510 Compilation successful for file Fbeg_run_summary.f.

The complained about the line 39 string is about the crcsid, a useless
string that rcs likes. We could increase the memory allocated for this
string in all the routines, which would increase the executable size, or
we could remove these strings. Are they used by anybody ?
(I don't understand their usefulness, I admit.)

Maurik

----------------------------------------------------------------------
Maurik Holtrop http://www.physics.unh.edu/Maurik
UNH Physics Department tel: (603) 862-2019 | fax: (603) 862-2998
DeMeritt Hall email: maurik.holtrop@unh.edu
Durham, NH 03824 Home:(603) 659-8765
----------------------------------------------------------------------

On Tue, 3 Feb 1998, Mark M. Ito wrote:

> On the IBM, release-1-11:
>
> f77 -g -C -qfixed=132 -qextname \
> -WF,-DAIX -WF,-DAIX_SOURCE \
> -WF,-I. -WF,-Iinclude/
> -WF,-I/tmp_mnt/net/fs1/site/clas/u1/builds/release-1-11/p
> ackages/include -WF,-I/usr/local/include -c \
> beg_run_summary.F
> -o /site/clas/u1/builds/release-1-11/obj/AIX/beg_run_summary.o
> "Fbeg_run_summary.f", line 39.12: 1514-038 (W) The literal string has
> length 240 which is longer than 132, the length of the variable being
> initialized. The string will be truncated.
> "Fbeg_run_summary.f", 1513-036 (S) Character variable gsim_bgrid_name with
> inherited length appeared in the program unit, but did not appear in a
> dummy argument list or was not defined with the PARAMETER attribu
> te.
> ** beg_run_summary === End of Compilation 1 ===
>
>
> Mark M. Ito, Thomas Jefferson National Accelerator Facility
> 12000 Jefferson Ave., Mail Stop 12H, Newport News, VA 23606
> Email: marki@jlab.org, Office: (757)269-5295, Pager: (757)680-7175
> WWW: http://claspc2.cebaf.gov/~marki/
>