NRAO
 

Astronomical Image Processing System
The "Midnight" Job

[AIPS]

A reminder: did you check the Change Log for the install.pl wizard? It tracks changes and bug fixes to that script, as well as listing the known problems.


Description

The AIPS "Midnight" (MNJ) job allows you to keep up with the latest development, bug fixes, and changes in AIPS. Originally designed for use within NRAO among the different sites, it has been made part of the normal AIPS installation. You may run the MNJ automatically if you set up cron to do so, but you may also run the MNJ by hand only when the mood strikes your fancy.

If you wish to run the MNJ, you must first install AIPS. Instructions for that are found in 31DEC26 release and 31DEC25 release. The former will be updated every day until the end of 2026, so a MNJ run at any time in 2025-2026 should work. The latter will be updated daily through December 2025 and may be updated on occasion (for patches) thereafter. Thus a MNJ on 31DEC25 will work through 2025 and may work without error messages (and do useful stuff) in 2026. Note that a MNJ will update documentation and source models at any time since they are not treated as version-dependent files. MNJs on older versions may also run and, rarely, do useful things like fetch documentation files. Of course, some of that documentation will apply only to current versions, not the one for which the MNJ was run.

The install.pl script can now do a binary installation for MacIntosh OS/X (Apple and Intel cpus), and Linux (64-bit) computers. The binary installation uses rsync to copy the text and binaries from Socorro. The install.pl script invokes the MAKE.MNJ (MAKE.BMNJ for binary installations) shell script to do all of the setup for the midnight job. All you have to provide is a start date (use the day before you fetched the 31DEC26.tar.gz file which is the default in install.pl). Having done the installation, the MNJ will use rsync to update text files including source code. Binary files (executables, libraries) are then updated with rsync in binary installations. In text installations, the MNJ causes the compilations and link edits done in Socorro since the last MNJ to be done by the installation. The cvs program is now only used to update NRAO systems in Socorro.

There are certain minimal requirements for running the midnight job:

  • A computer on which AIPS already runs (!) and which is connected to the internet (need not be full time);
  • A version of perl (included with most Linux distributions);
  • 31DEC26 no longer requires cvs and the installation script should not refer to it. It was required For text installations of 31DEC22 and earlier and binary installations of 31DEC17 and earlier.
  • rsync must also be available and enabled for all MNJs.

Below are some tips that may make it easier to install/update:

  • type, e.g. perl ./install.pl (or perl ./install.pl -n if binary)
  • When done, make sure to get the new definitions:

    For bash, ksh, zshFor tcsh, csh
    . LOGIN.SH
    $CDTST
    source LOGIN.CSH
    $CDTST

  • You may make a cron entry for the do_daily.$HOST script that MAKE.MNJ creates for you. Alternatively, you may run it by hand at any time you wish.

  • It almost certainly has to run from the account that installed AIPS.

  • You should run from an account that is able to send mail. (Our Mac systems only sporadically support sendmail however.) Please make sure that the $SYSLOCAL/UPDCONFIG file specifies mail account(s) that are read regularly. Some sites start their cron job and fail to notice that it fails on a daily basis and fail to read the e-mails we attempt to send them asking for things to be corrected. Please subscribe yourself to the MNJ manager e-mail group.

  • That's it. Given halfway reasonable network connectivity, you should be able to let it run unattended if you have cron run the MNJ.

    The MNJ goes on working on an AIPS version even though that version is no longer the development vesrion at NRAO. When the version is fully frozen, then you need only run one more MNJ to bring your version up to date with that final version. Further executions of the MNJ will produce error messages most of the time because files showing the date no longer advance. The "slushy" version may be updated with patches once in a while during the year following its freezing, so the MNJ may run without complaint once in a while. Subscribe to bananas if you wish to be informed of those times. Subscribe to mnj if you wish to be informed of those times or any other mnj issues.


    Modified on $Date: 2025/12/05 16:48:03 $
    [Eric W. Greisen]