| Genie User Guide: for use with the Los Alamos ISIS/Genie 0.99.11 software release | ||
|---|---|---|
| <<< Previous | The LANL process for ISIS software | Next >>> |
Anyone can run isis-build-nightly.sh at any time and it will build the ISIS software in $ISIS_DIR/builds/nightly/(architecture)
Currently, a cron job is run nightly, but you can still run it yourself anytime you like (but avoid 3am unless you want to interfere with the cron, or else build/install to another directory).
If you do run it yourself, you may want to run it so that it builds/installs in a nonstandard directory, such as the /data directory on your local machine. By setting two environment variables, you can make it do this. Set TMPDIR to the directory where you want the files to build, and set INSTALL_DIR to the directory where you want it to install. For example, using Bourne shell syntax,
$ TMPDIR=/data0/tmp $ INSTALL_DIR=/data0/tmp/isis $ export TMPDIR INSTALL_DIR $ isis-build-nightly.sh > ibn.log 2>&1 & |
| <<< Previous | Home | Next >>> |
| The LANL process for ISIS software | Up | Preparing the source release |