Changes between Version 9 and Version 10 of PS1_Operations
- Timestamp:
- Nov 8, 2009, 12:45:50 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PS1_Operations
v9 v10 194 194 Important 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. 195 195 196 == Updating Magic Code == 197 198 The 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 {{{ 200 psconfigure 201 make update 202 make all 203 make install 204 }}} 205 206 The '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.
