Charles probably wants to say the following:
$GLOBUS_LOCATION/lib/perl/Globus/GRAM/JobManager/pbs.pm is the perl
module that's responsible for sending jobs to a pbs-controlled
cluster. If you want to check how that submit script and the job
that gets submitted exactly look like you can insert some Perl code
to copy the generated scripts before they get removed.
You can have a look at it then.
You could do this by adding
system("cp $pbs_job_script_name /tmp/my_pbs_submit_script");
after
close(JOB);
and
system("cp $cmd_script_name /tmp/my_pbs_job");
after
close(CMD);
The first one is the submit script, the second one is your
job script
Martin
This is the solution... but I dont Understand this part from Charles.
""Ahead of that line you can put in a command to save the script that's
about to go to qsub so you can inspect it at your leisure.""
Please, help me....
Thanks
Ricardo Herrera
----- Mensaje original -----
De: [EMAIL PROTECTED]
Fecha: Sábado, Julio 21, 2007 11:53 pm
Asunto: Re: [gt-user] PBS job error
A: Ricardo Enrique Herrera Hernandez <[EMAIL PROTECTED]>
CC: gt-user <[email protected]>
> Ricardo,
> Does
> http://www.globus.org/mail_archive/discuss/2007/07/msg00006.html
> and especially what Charles mentioned helps you with this?
> Martin
>
> > Hi
> >
> > I run the next job with globus - Torque PBS
> >
> > globusrun-ws -submit -factory-type PBS -s -job-command /bin/hostname
> >
> > But I had the next error in stderr
> >
> > Host key verification failed.
> > /var/spool/torque/mom_priv/jobs/61.debian.SC: line 55: [: too many
> > arguments
> >
> > Any idea?
> >
> > Thanks
> >
> > Ricardo Herrera
> >
> >
>
>
>