[daip] imagr problem

Sara Tinti tinti at sissa.it
Tue Jul 2 10:03:07 EDT 2002


> It would appear that your installation thinks there are no words in
> the "pseudo array processor" used by many of the most important tasks.
> Exit aips and do the following:
>
> RUN SETPAR
> 2
>
> look at the values for parameter 11 - which should be 64 and parameter
> 29.  I do not know what that value should be so try
>
> 29
> 99999
>
> This will give you an error message such as
>
>  *** Pseudo-AP 2nd memory limited to  5056 not   999999
>
> so enter whatever the first number is (5056 in my case).  Then
>
> -1
> AMANAGER                         (the usual password)
> 4                                (to exit)
>
> Then try things again.


I did it and I found that the value for the parameter 29 was 1216 and when
I put

29
99999
it gave me this error message:

*** Pseudo-AP 2nd memory limited to  1216 not   999999

I guess I have larger problems....

> If the 5056 says 0 then you have a much larger problem.  In that case
> the file $INC/NOTST/$ARCH/PAPC.INC has an error in it.  If this is the
> case, send me the text of that file and I wil send you the lengthy
> instructions for fixing your installation.
>

I am sending you in attachment the file
$INC/NOTST/LINUX/PAPC.INC

thank you,

Sara


-------------- next part --------------
C                                                          Include PAPC.
C-----------------------------------------------------------------------
C;  Copyright (C) 1995, 2000
C;  Associated Universities, Inc. Washington DC, USA.
C;
C;  This program is free software; you can redistribute it and/or
C;  modify it under the terms of the GNU General Public License as
C;  published by the Free Software Foundation; either version 2 of
C;  the License, or (at your option) any later version.
C;
C;  This program is distributed in the hope that it will be useful,
C;  but WITHOUT ANY WARRANTY; without even the implied warranty of
C;  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
C;  GNU General Public License for more details.
C;
C;  You should have received a copy of the GNU General Public
C;  License along with this program; if not, write to the Free
C;  Software Foundation, Inc., 675 Massachusetts Ave, Cambridge,
C;  MA 02139, USA.
C;
C;  Correspondence concerning AIPS should be addressed as follows:
C;         Internet email: aipsmail at nrao.edu.
C;         Postal address: AIPS Project Office
C;                         National Radio Astronomy Observatory
C;                         520 Edgemont Road
C;                         Charlottesville, VA 22903-2475 USA
C-----------------------------------------------------------------------
C                                       Include for AP memory sizes
      INTEGER   APSIZE, PKPWRD, PKPWD2, PKPWDC
C                                       20.25 Megaword = 81 Megabyte size
C     PARAMETER (APSIZE=21233664)
C                                       12.5 Megaword = 50 Megabyte size
C     PARAMETER (APSIZE=13107200)
C                                       5 Megaword = 20 Megabyte size
C     PARAMETER (APSIZE=5242880)
C                                       1.25 Megaword = 5 Megabyte size
C                                       Changed [install.pl]: 80 MBytes
      PARAMETER (APSIZE=20971520)
C                                       1 Megaword = 4 Megabyte size
C     PARAMETER (APSIZE=1048576)
C                                       2 Megabyte size
C     PARAMETER (APSIZE=524288)
C                                       1 Megabyte size
C     PARAMETER (APSIZE=262144)
C                                       256 Kbyte size
C     PARAMETER (APSIZE=65536)
C                                       PKPWRD=primary AP size
      PARAMETER (PKPWRD=64)
C                                       PKPWD2=secondary memory
      PARAMETER (PKPWD2 = (APSIZE / 1024 - PKPWRD))
C                                       PKPWDC = clean memory
C                                       non-vector = all
      PARAMETER (PKPWDC = APSIZE)
C                                                          End PAPC.


More information about the Daip mailing list