<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="cridocs_ns.css">
<script type="text/javascript" language="JavaScript" title="TORQUE">
<!--
function reDo() {
if (innerWidth != origWidth || innerHeight != origHeight)
location.reload();
}
if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {
        origWidth = innerWidth;
        origHeight = innerHeight;
        onresize = reDo;
}
onerror = null;
//-->
</script>
<script language="JavaScript1.1" type="text/javascript">
//<![CDATA[
/* ============================================================================================================================== */
/*
The following code merges a number of files like an include; so you
can have a single printable document created from many small files.
File references are NOT relative so a lot of things do not work as one
would hope. IFRAME and JavaScript support are required.
*/
/* ============================================================================================================================== */
FRAMECOUNT=0;
PREFIX='';
/* ============================================================================================================================== */
function append(target){
target=PREFIX + target;
FRAMECOUNT=FRAMECOUNT+1;
/*
document.write('<xmp>');
*/
document.write('<br class="newpage"/>');
document.write('<h3>URL: ' + target + '</h3>\n');
document.write('<div id="display' + FRAMECOUNT + '"></div>');
document.write('<iframe width="0" height="0" id="buffer' + FRAMECOUNT + '" name="buffer' + FRAMECOUNT + '" src="' + target + '" ');
document.write('onload="copyIframe(');
document.write('\'buffer' + FRAMECOUNT + '\',');
document.write('\'display' + FRAMECOUNT + '\'');
document.write(')"></iframe>\n');
/*
document.write('</xmp>');
*/
}
/* ============================================================================================================================== */
/*
on load of iframe displays body content of IFRAME document in DIV
*/
function copyIframe(iframeId, divId ) {
var CurrentDiv = document.getElementById? document.getElementById(divId): null;
if ( window.frames[iframeId] && CurrentDiv ) {
/* copy data in iframe to div */
CurrentDiv.innerHTML = window.frames[iframeId].document.body.innerHTML;
CurrentDiv.style.display = 'block';
}
}
/* ============================================================================================================================== */
function loadthem(){
PREFIX="http://www.clusterresources.com/torquedocs/torquebeta/";
PREFIX="";
append("first_topic.html");
append("copyright.html");
append("p.documentoverview.html");
append("p.glossary.html");
append("p.introduction.html");
append("1.1installation.html");
append("1.2basicconfig.html");
append("1.3advconfig.html");
append("1.4testing.html");
append("2.1jobsubmission.html");
append("2.2monitoringjobs.html");
append("2.3cancelingjobs.html");
append("2.4jobpreemption.html");
append("2.5completedjobs.html");
append("2.6jobcheckpoint.html");
append("2.7jobexitstatus.html");
append("3.1addingnodes.html");
append("3.2nodeproperties.html");
append("3.3nodestate.html");
append("3.4hostsecurity.html");
append("3.5linuxcpusets.html");
append("4.1queueconfig.html");
append("4.2serverpolicies.html");
append("4.3high-availability.html");
append("5.1schedulers.html");
append("6.1scpsetup.html");
append("6.2filesystems.html");
append("6.3filestaging.html");
append("7.1mpi.html");
append("8.1monitoringresources.html");
append("9.1accounting.html");
append("10.1troubleshooting.html");
append("10.2healthcheck.html");
append("10.3debugging.html");
append("a.acommands.html");
append("a.bserverparameters.html");
append("a.cmomconfig.html");
append("a.derrorcodes.html");
append("a.ecasestudies.html");
append("a.flargeclusters.html");
append("a.gprologueepilogue.html");
append("a.hrunningtwotorques.html");
append("a.idiskless.html");
append("a.jqsubwrapper.html");
append("a.ktorquecfg.html");
append("a.ltorquequickstart.html");
append("a.mupgrade.html");
}
//]]>
</script>
<title></title>
</head>
<body>
<script language="JavaScript1.1" type="text/javascript">
loadthem();
</script>
document merged by Javascript append() routine(John S. Urban, 2008)
</body>