IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 9 and Version 10 of PS1_Operations


Ignore:
Timestamp:
Nov 8, 2009, 12:45:50 PM (17 years ago)
Author:
eugene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PS1_Operations

    v9 v10  
    194194Important files in the home directory of the IPP user on the MHPCC cluster are saved to a backup with the script ~ipp/make.backup.  This uses rsync to save copies to a target backup location (currently /data/ipp004.0/ipp/operations).  To restore from this directory, use rsync.
    195195
     196== Updating Magic Code ==
     197
     198The magic and related software is stored in ~ipp/magic_tarballs with names like magic.20091023.tgz and ssa-core-cpp.20091023.tgz.  The active release is linked to ~ipp/magic.tgz and ~ipp/ssa-core-cpp.tgz.  If a magic update is provided, place the source code in magic_tarballs with an equivalent name and update the ~ipp link.  To build the new code, it is necessary to update the tree in the ipp build directory.  Go to the top-level magic directory in the tree (eg, ~ipp/ipp-svn/magic) and do the following steps:
     199{{{
     200psconfigure
     201make update
     202make all
     203make install
     204}}}
     205
     206The 'make update' step is the critical one here: it untars the code from ~ipp/magic.tgz and ~ipp/ssa-core-cpp.tgz.  If the code is present, magic will be build by the standard IPP build system.