ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitProd/Processing/bin/status.py
(Generate patch)

Comparing UserCode/MitProd/Processing/bin/status.py (file contents):
Revision 1.2 by paus, Sat Jun 5 02:36:28 2010 UTC vs.
Revision 1.4 by paus, Sat Jun 29 03:05:18 2013 UTC

# Line 45 | Line 45 | if dataset == "":
45   # --------------------------------------------------------------------------------------------------
46   # Here is where the real action starts -------------------------------------------------------------
47   # --------------------------------------------------------------------------------------------------
48 < dir = "/pnfs/cmsaf.mit.edu/t2bat/cms/store/user/paus/filefi/013/"
48 > dir = "/mnt/hadoop/cms/store/user/paus/filefi/013/"
49  
50   cmd = 'list ' + dir + dataset + ' | grep root | wc '
51   os.system(cmd)
52   cmd = 'list ' + dir + dataset + '/crab_* | grep root | wc '
53   os.system(cmd)
54 < cmd = 'wc filefi/013/' + dataset + '.lfns '
54 > cmd = 'wc lfns/' + dataset + '.lfns '
55   os.system(cmd)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines