User Setup Instructions
Using the framework
Once you have installed and configured the NMI software, create a job
submission file, called, say (see below for references
on the syntax and examples) and submit a build as follows:
export NMI_BIN=/bin NMI_LIB=/lib
source config.sh
nmi_submit
Miscellaneous notes
IMPORTANT: You should source config.sh (resp config.csh, depending on
your shell) to have your PATH and PERL5LIB environment variables set up
correctly, before you start using the NMI software.
The main command for submitting build or test jobs is located at
<prefix>/bin/nmi_submit.
See http://www.cs.wisc.edu/condor/nmi/builds/usersguide for examples
of NMI command files and glue.
If you have multiple users submitting builds, you should give the
rundir directory from nmi.conf (say, named /nmi/run) permissions
to enable builds to be owned by their respective users:
chmod 777 /nmi/run
chmod o+t /nmi/run
- Printer-friendly version
- Login or register to post comments
