[torqueusers] qsub problems
Chris Samuel
csamuel at vpac.org
Tue Aug 7 22:44:07 MDT 2007
On Wed, 25 Jul 2007, amjad syed wrote:
> Yes, you are right the localhost is written when i type hostname
> i have changed it to point to server now. That solved the problem
> of submission but the other problem i am having is for output and
> error files
>
> As i understand , if i submit the jobs using script the output is
> in working directory of script with 0.jobid and error is at same
> place with .e.jobid
If you have a common home directory across all the nodes then you will
want something like:
$usecp *:/home /home
to tell it not to try and use scp or rcp to copy the files back to the
users home directory.
If you don't have common home directories mounted on all the nodes
then you will need to ensure that all your users can rcp/scp between
nodes without a password, and if it's scp then don't forget that you
will need to populate /etc/ssh/ssh_known_hosts on all nodes with the
public keys of all nodes - and be able to restore a nodes public and
private keys should you rebuild it.
cheers!
Chris
--
Christopher Samuel - (03) 9925 4751 - Systems Manager
The Victorian Partnership for Advanced Computing
P.O. Box 201, Carlton South, VIC 3053, Australia
VPAC is a not-for-profit Registered Research Agency
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://www.supercluster.org/pipermail/torqueusers/attachments/20070808/6ae607fb/attachment.bin
More information about the torqueusers
mailing list