# | Line 64 | Line 64 | copy ($config, "$directory/userConfig_cf | |
---|---|---|
64 | chdir $directory; | |
65 | print "Submitting $realNJobs jobs to run on $realMaxEvents events in $nFiles files.\n" if $realMaxEvents >= 0; | |
66 | print "Submitting $realNJobs jobs to run on all events in $nFiles files.\n" if $realMaxEvents < 0; | |
67 | < | system ("condor_submit condor.sub"); |
67 | > | system ("LD_LIBRARY_PATH=/usr/lib64/condor:\$LD_LIBRARY_PATH condor_submit condor.sub"); |
68 | ||
69 | sub | |
70 | outputPset |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |