Hi Ben and Walid,
transfer_output_remaps doesn't seem to work.
ÂInfact, I am not getting output strings which I use to get during my job. Somehow, this command interfered with my outfile (Normal text file) which I use to get to see normal course of my job.
Only I am getting error files which shows only warnings but my jobs seem to be running perfectly.
Harinder
Jobs = 5
getenv     = false
executable   = SmallD3PD.sh
output     = output/SmallD3PD.out.$(Process)
error     Â= error/SmallD3PD.error.$(Process)
log      Â= log/SmallD3PD.log.$(Process)
arguments = $(Process) $(Jobs)
should_transfer_files = YES
when_to_transfer_output = ON_EXIT
transfer_input_files = dijet.tgz,/tmp/x509up_u55261,inputFileListLarge
transfer_output_remaps = "/tmp/results.root ; results.root.$(Process)"
+ProjectName = "atlas-org-fresnostate"
queue $(Jobs)
Now, using above, I am getting only error files in error dir.Â
Outfile in output dir is blank.
and I dont see any results.root.1 or 2.... in my submission dir.
Here is error file: ÂBUT MY OUTfile is empty and no results.root
*********************************************
Info in <D3PD::TrigConfigSvcD3PD::Initialize>: Loaded configuration: SMK: 1487, L1PSK: 8982, HLTPSK: 7241
Info in <D3PD::TrigConfigSvcD3PD::Initialize>: Loaded configuration: SMK: 1487, L1PSK: 8982, HLTPSK: 7241
createSmallNtupleForDijetMassResonances --config Â--list inputFileList Â41.63s user 2.36s system 1% cpu 1:07:21.24 total
Harinder