307,308c307 < #print "Host Vendor Model Ncpus Memory(Mw) SSD\n"; < print "Host Vendor Model OS\n"; --- > print "Host Vendor Model Ncpus Memory(Mw) SSD\n"; 312c311 < require("$tgcmroot/dev/rdhosts"); --- > require("rdhosts"); 314,316c313,314 < print "\nFor more information, please see the following URLs:\n"; < print "http://www.scd.ucar.edu/info/SCDdiagram.html\n"; < print "http://www.scd.ucar.edu/docs/products/\n\n"; --- > print "\nFor more information about these machines, please see:\n"; > print "http://www.scd.ucar.edu/info/SCDdiagram.html\n\n"; 374,395d371 < # If submitting to LoadLeveler (IBM SP batch manager), must < # rcp the file to the host and execute as a csh script < # (the csh script will submit via llsubmit) < # < if ($hosts[$ihost] eq 'blackforest' || $hosts[$ihost] eq 'babyblue') { < print "Remote copying $submitdir/$outfile to $hosts[$ihost]...\n"; < $err = system("rcp $submitdir/$outfile $hosts[$ihost]:$outfile"); < if ($err == 0) { < print "Rcp succeeded.\n"; < } else { < print "Error from rcp -- job NOT submitted.\n"; < exit; < } < $err = system("rsh $hosts[$ihost] $outfile"); < if ($err == 0) { < print "Rsh succeeded. Job was submitted.\n\n"; < } else { < print "Error from rsh -- job NOT submitted.\n\n"; < } < exit; < } < # 464,465c440,441 < # Submit method should be "nrnet" or "qsub" (default is cqsub), < # but user can override with -migs option: --- > # Submit method should be "nrnet" or "qsub" (default is nrnet (migs), > # but user can override with -qsub option: 469c445 < "Submit method must be nrnet for MIGS, or qsub for NQE (default)).\n", --- > "Submit method must be nrnet for MIGS (default), or qsub for NQE).\n", 540,541c516 < #print "Host Vendor Model Ncpus Memory(Mw) SSD\n"; < print "Host Vendor Model OS\n"; --- > print "Host Vendor Model Ncpus Memory(Mw) SSD\n"; 544c519 < require("$tgcmroot/dev/rdhosts"); --- > require("rdhosts");