Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /Validation/Geometry/test/runMaterialDumpFunctions is written in an unsupported language. File is not indexed.

0001 function checkFile {
0002     [[ ! -e $1 ]] | [[ ! -s $1 ]]
0003 }
0004 
0005 # Wait for possible bg jobs launched in the previous loop
0006 function waitPendingJobs {
0007     for job in $(jobs -p); do wait $job; done
0008 }
0009