[torqueusers] submitting a job (interactively) issue
Gustavo Correa
gus at ldeo.columbia.edu
Sat Feb 11 16:01:25 MST 2012
Hi Hakeem
Not sure if I understood right the issue.
Anyway, did the job return a shell prompt to you?
That is what it is expected to do.
From 'man qsub':
" If the -I option is specified on the command line or in a script
directive, or if the "interactive" job attribute declared true
via the -W option, -W interactive=true, either on the command
line or in a script directive, the job is an interactive job.
The script will be processed for directives, but will not be
included with the job. When the job begins execution, all input
to the job is from the terminal session in which qsub is run-
ning."
Only the #PBS directives in your shell script [if any] would be processed, not the commands.
Have you tried to submit the job without the shell script?
>> qsub –l nodes=1 –N jobName –I –v “some parameters”
This should give you a shell prompt in one of the nodes.
From there you can 'cd' to your work directory [cd $PBS_O_WORKDIR],
and run the shell script [./shellscript].
All I/O is on the terminal, no stderr/stdout files are generated.
At the end just do CTRL-D at the shell prompt to end the job.
Check the details in 'man qsub'.
I hope this helps,
Gus Correa
On Feb 11, 2012, at 4:32 PM, Jason bacon wrote:
>
> I've (apparently) had the same issue, but have not found a solution yet.
>
> Can you provide the following:
>
> 1. Operating system and version
> 2. Torque version
> 3. Relevant entries from server_logs on the submit node and mom_logs on the allocated compute node
> 4. Anything unusual in the system log
>
> When I ran into this issue, I found some errors in the logs regarding failed socket connections. I think it might be a permissions issue, but have not had time to investigate yet.
>
> -J
>
> On 2/9/12 3:33 PM, Hakeem Almabrazi wrote:
>> Hi,
>>
>> I have tried to submit a job using the option –I and I got the message
>>
>> Qsub: waiting for job # to start
>> Qsub: job # ready
>>
>> And that is it.
>>
>> If I qstat I got a message saying the job # is still “R” running …
>>
>> It looks like I have lack of understanding on how to use this option but here is my submit job request:
>>
>> >qsub –l nodes=1 –N jobName –I –v “some parameters” shellScript
>>
>>
>> If I run the above request without the –I option, it runs fine without any issue.
>>
>> Someone might ask the question, why I am running it “interactively”?
>>
>> Well, I want to force the program which issued the request to wait for the result and do something with it after that.
>>
>> Thank you for your help.
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> torqueusers mailing list
>>
>> torqueusers at supercluster.org
>> http://www.supercluster.org/mailman/listinfo/torqueusers
>
> _______________________________________________
> torqueusers mailing list
> torqueusers at supercluster.org
> http://www.supercluster.org/mailman/listinfo/torqueusers
More information about the torqueusers
mailing list