On Tue, Feb 8, 2011 at 7:38 AM, mauede wrote:
>
> If I type "qstat" on a terminal line I get the batch running process ID
> which is not the same as $!.
You are confusing bash's jobs with the jobs of the batch utilities,
they are 2 unrelated things
On Mon, Feb 07, 2011 at 09:38:42PM -0800, mauede wrote:
> I launch a Monte Carlo simulation as a batch job from a bash script:
>
> exb BEAM_$acc_name $beamin 521icru2 long batch=PBS p=1&
You're launching it in the background.
> I can still get the process id (I think) through the command:
>
>