ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/SchedulerGlite.py
(Generate patch)

Comparing COMP/CRAB/python/SchedulerGlite.py (file contents):
Revision 1.51 by spiga, Sat May 3 17:14:17 2008 UTC vs.
Revision 1.52 by spiga, Mon May 5 23:48:23 2008 UTC

# Line 205 | Line 205 | class SchedulerGlite(SchedulerGrid):
205          txt += '    echo "Total Output dimension: $size"\n'
206          txt += '    limit='+str(self.OSBsize) +' \n'  
207          txt += '    echo "WARNING: output files size limit is set to: $limit"\n'
208 <        txt += '    if [ $limit -lt $sum ]; then\n'
208 >        txt += '    if [ "$limit" -lt "$sum" ]; then\n'
209          txt += '        exceed=1\n'
210          txt += '        job_exit_code=70000\n'
211          txt += '        echo "Output Sanbox too big. Produced output is lost "\n'

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines