[daip] [!7520]: AIPS - compiling 31DEC15 AIPS (subroutine CHLOTU)

Michael Bietenholz do-not-reply at nrao.edu
Sat Oct 31 12:10:23 EDT 2015


Michael Bietenholz updated #7520
--------------------------------

compiling 31DEC15  AIPS (subroutine CHLOTU)
-------------------------------------------

           Ticket ID: 7520
                 URL: https://help.nrao.edu/staff/index.php?/Tickets/Ticket/View/7520
           Full Name: Michael Bietenholz
               Email: mbieten at yorku.ca
             Creator: User
          Department: AIPS Data Reduction
       Staff (Owner): -- Unassigned --
                Type: Issue
              Status: Open
            Priority: Default
                 SLA: NRAO E2E
      Template Group: Default
             Created: 31 October 2015 04:10 PM
             Updated: 31 October 2015 04:10 PM
                 Due: 04 November 2015 12:00 AM (3d 7h 50m)
      Resolution Due: 10 November 2015 12:00 AM (9d 7h 50m)



I'm trying to compile 31DEC15 AIPS, downloaded 2015Oct15 (on Debian Jessie w/ gcc version 4.9.2) this time:

It failed with compiling CONV.FOR with   undefined reference to `chlotu_'

I found the following two oddities:

1) egrep -i -R chlotu 31DEC15 

shows three *calls* to CHLOTU, including CONV, but no subroutine definitions of it, so the subroutine doesn't seem to be defined anywhere in the currently distributed code.

2) Furthermore, comparing this version of CONV.FOR to a slightly earlier one shows that the call to CHLOTU has been recently added (see below). Did CHLOTU not make it into the distributed libraries or what is going on here?

2015Oct31 version of CONV.FOR (31DEC15)

C Check if units Jy/beam
      CALL H2CHR (8, 1, CATH(KHBUN), CHTM12)
>>  CALL CHLOTU (8, CHTM12)
      PIXEL = JYPBM.NE.CHTM12(:8)
C                                        Map rotation.


Version from ~2015Aug or so version of CONV.FOR (31DEC15)

C                                       Check if units Jy/beam
      CALL H2CHR (8, 1, CATH(KHBUN), CHTM12)
      PIXEL = JYPBM.NE.CHTM12(:8)
C  

------------------------------------------------------
Staff CP:  https://help.nrao.edu/staff



More information about the Daip mailing list