Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:33:06

0001 #!/bin/csh
0002 set i=1
0003 set N=4
0004 
0005 while ( ${i} <= ${N} )
0006 bsub -u /dev/null  -q 8nh batchValid.csh ${i}
0007 @ i = ${i} + "1"
0008 end
0009