NQE is available on meeker.ucar.edu (and for SCD folks, also on niwot.scd.ucar.edu). It is also available on tempest.
NQE allows you to submit jobs to any of SCD's SGI computers, to get job status, and to delete jobs.
Here is a brief description of the available commands, some examples, and the setup that you need to use NQE.
cqsub myjob.scriptOutput is returned to the directory from which you submitted (unless you use the -o option to redirect the file to a different directory).
cqstatl -a
cqdel 1234 # Job ID number obtained from cqsub or cqstatl
setenv NQS_SERVER tempest.ucar.edu # The system you want to use cqsub myjob.script
cqstatl -a -h tempest.ucar.edu
cqdel -h tempest.ucar.edu 1234
# Setup for NQE on meeker and tempest setenv NQS_SERVER tempest.ucar.edu # Default computer
# Setup for NQE on niwot setenv NQS_SERVER tempest.ucar.edu # Default computer set path = (/opt/craysoft/nqe/3.2.0.2/bin $path) setenv MANPATH /opt/craysoft/nqe/3.2.0.2/man:$MANPATH
meeker.ucar.edu
tempest.ucar.edu
chmod 600 .rhostsAlso, there must be no trailing blanks on any of the lines. (If you are a vi user, you can check for trailing blanks with ":set list").
Last update: 09/19/2004