Dear all,
I am running some jobs on lxplus.
I launch the program interactively in the following way:
./test -1 -300000 90 0.0005 0.01 0.01
and it works fine.
Since I should launch several jobs, i tried launching them via
sub, I launch it by launching ./start.sh, with start.sh being for example the following file:
#!/bin/bash
jobname=‘RUN10097’
bsub -q 8nh -J $jobname test -1 -300000 90 0.0005 0.01 0.01
But I get the following e-mail:
Exited
The output (if any) follows:
@(#)CERN job starter Date: 2010/06/23 14:22:16
Working directory is </pool/lsf/fbelloni/842352278> on <p01001532233337.cern.ch>
Error in TGClient::TGClient: can’t open display “lxplus085.cern.ch:75.0”, switching to batch mode…
[…]
The output files are empty.
The “main” file looks like the file in attachment (see the bottom part of the attached file).
How should I modify my input to launch the job correctly, please?
Thanks,
regards,
Franciuska
P.S.
I am quite pressed to have results because I am under dead line. Any help is really appreciated.
Step13TTree.c (33.5 KB)