On 25 January 2013 17:21, Stefano Bridi <[email protected]> wrote:

> Hi all, is there a way to use the scratch area  (local disk) on the
> compute node in a transparent way from the submitted script point of
> view?
> What I want to do is to copy to and from the compute node scratch area
> the job data using the prolog/epilog but I need also to start the
> submitted script in the scratch area instead of the cwd.
> Is there a way?
>
Since you are mucking around with prolog and epilog I assume you have
administrative control of the cluster.
One solution would be to use a starter method to cd to $TMPDIR before
execing the real job.  starter_method
is a bit of a swiss army chainsaw though (a flexible but dangeous tool).

William
_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to