[daip] AIPS on MacPro Book

Eric Greisen egreisen at nrao.edu
Thu Jun 7 11:44:46 EDT 2012


Shoshana Rosenthal wrote:
> LOCALHOST:~/31DEC12/MACINT/INSTALL] aips% grep -v "-" *.LIS
> AIPPGM.LIS:/Users/aips/31DEC12/AIPS/PGM/AIPS.FOR
> AIPPGM.LIS:/Users/aips/31DEC12/AIPS/PGM/AIPSB.FOR
> AIPPGM.LIS:/Users/aips/31DEC12/AIPS/PGM/AIPSC.FOR
> AIPPGM.LIS:/Users/aips/31DEC12/AIPS/PGM/DAIP.FOR
> AIPPGM.LIS:/Users/aips/31DEC12/AIPS/PGM/QMNGR.FOR
> AIPPGM.LIS:/Users/aips/31DEC12/AIPS/PGM/RECAT.FOR
> QOOP.LIS:/Users/aips/31DEC12/Q/SUB/OOP/QCLEAN.FOR
> 
> on $LIBR the out put from the command
> ls -laF */* | grep -v SUBLIB |grep -v GNU > xxx
> 
> more xxx
> -rw-rw-r--  1 aips  staff    10348 Jun  6 18:30 QOOP/APUTIL.o
> -rw-rw-r--  1 aips  staff    58648 Jun  6 18:30 QOOP/PBUTIL.o
> -rw-rw-r--  1 aips  staff    12660 Jun  6 18:30 QOOP/QARRAY.o
> -rw-rw-r--  1 aips  staff   522844 Jun  6 18:31 QOOP/QEDIUTIL.o
> -rw-rw-r--  1 aips  staff    30856 Jun  6 18:31 QOOP/QIMAGE.o
> -rw-rw-r--  1 aips  staff   179572 Jun  6 18:31 QOOP/QUVUTIL.o
> 
> total 0
> drwxrwxr-x    3 aips  staff   102 Jun  5 16:30 ./
> drwxrwsr-x  114 aips  staff  3876 Jun  5 16:30 ../
> drwxrwxr-x    4 aips  staff   136 Jun  5 16:30 Contents/
> 
> total 7384
> drwxrwxr-x   37 aips  staff    1258 Jun  5 16:30 ./
> drwxrwsr-x  114 aips  staff    3876 Jun  5 16:30 ../
> -rw-rw-r--    1 aips  staff    7356 Jun  5 16:30 Makefile
> -rw-rw-r--    1 aips  staff    7338 Jun  5 16:30 Makefile.in
> -rw-rw-r--    1 aips  staff   20995 Jun  5 16:30 fdl.texi
> -rw-rw-r--    1 aips  staff   28907 Jun  5 16:30 history.0
> -rw-rw-r--    1 aips  staff   21762 Jun  5 16:30 history.3
> -rw-rw-r--    1 aips  staff   76187 Jun  5 16:30 history.dvi
> -rw-rw-r--    1 aips  staff  100709 Jun  5 16:30 history.html
> -rw-rw-r--    1 aips  staff   55729 Jun  5 16:30 history.info
> -rw-rw-r--    1 aips  staff  166227 Jun  5 16:30 history.pdf
> -rw-rw-r--    1 aips  staff  220512 Jun  5 16:30 history.ps
> -rw-rw-r--    1 aips  staff    2855 Jun  5 16:30 history.texi
> -rw-rw-r--    1 aips  staff   44584 Jun  5 16:30 history_3.ps
> -rw-rw-r--    1 aips  staff   20583 Jun  5 16:30 hstech.texi
> -rw-rw-r--    1 aips  staff   15803 Jun  5 16:30 hsuser.texi
> -rw-rw-r--    1 aips  staff   52928 Jun  5 16:30 readline.0
> -rw-rw-r--    1 aips  staff   37512 Jun  5 16:30 readline.3

What has happened is the the $QOOP subroutine (collection) has not 
compiled so that whole $QOOP area has not finished - I am surprised
that INSTEP2 would finish under that circumstance.  Look in INSTEP2.LOG 
for QCLEAN and see what happened.

GETARG is used EVERWHERE in AIPS - all programs and all tasks.  They 
need to know the name under which the task is operating.  If all our 
MAIN programs were in C we would have the input arguments argc and argv 
and we ould know these things.  But everything is Fortran in the MAIN__ 
routines.  Therefore I do not know how one gets the call arguments of 
the main except for the library function we have used in all Fortrans 
since 1979.

I am beginning not to like this absoft compiler - which rings a bell 
since I think we tried it once and rejected it.

Eric




More information about the Daip mailing list