Re: error on qsub/mpirun jobs

"Michael Edwards" <[email protected]> Mon, 8 Sep 2008 11:35:49 -0400
Newsgroups gmane.science.biology.informatics.clusters
Message-ID <[email protected]>
On Fri, Sep 5, 2008 at 4:55 PM, Zhiliang Hu <[email protected]> wrote:

>
> ----------------------------------------------------------
> Unable to copy file /var/spool/torque/spool/658.nagrp2..ER to
> hu@hist:/raid/pub/ncbi/blast/www/mpiblast.tmp
> >>> error from copy
> Host key verification failed.
> lost connection
> >>> end error output
> Output retained on that host in:
> /var/spool/torque/undelivered/658.nagrp2..ER
> ----------------------------------------------------------
>
> Note: When manually check, the "retained" file is not there:
> "/var/spool/torque/undelivered/658.nagrp2..ER"
>

qsub opens a shell to the selected compute node and runs the script from
that node.  So the retained file would not be on the head node, but on the
local file system on which the node was trying to run.

If you are trying to run qsub, the code has to be present on all the compute
nodes in the same place.  The easiest way to do this is using a shared file
system.