Update SUPERBIB

$Id$


Table of Contents

1. If you work at IDRIS, IPSL or LOCEAN
2. If you got SUPERBIB with Subversion (svn)
3. If you got SUPERBIB from a tar file

If you linked your ${HOME}/SUPERBIB_DIR to

  • IDRIS, on rhodes: /home/rech/eee/reee217/SUPERBIB_DIR
  • IPSL: /home/smlod/SUPERBIBDIR
  • LOCEAN: /usr/home/smasson/SUPERBIB_DIR

you are always using the up-to-date version of SUPERBIB. There is nothing to do.

You can check the status of your ${HOME}/SUPERBIB_DIR with the following command:

  $ svn status -u ${HOME}/SUPERBIB_DIR

Or, for example, if you only want to check the status of ${HOME}/SUPERBIB_DIR/SRC directory

  $ svn status -u ${HOME}/SUPERBIB_DIR/SRC

You can update your ${HOME}/SUPERBIB_DIR with the following command:

  $ svn update ${HOME}/SUPERBIB_DIR

Or, for example, if you only want to update ${HOME}/SUPERBIB_DIR/SRC directory

  $ svn update ${HOME}/SUPERBIB_DIR/SRC

For a quick help on svn status and svn update see

  $ svn help status
  $ svn help update

The only way to update SUPERBIB is to re-download and reinstall the tar file as you done for the first installation.