Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:13:08

0001 #!/bin/bash
0002 
0003 # Pass in name and status
0004 function die { echo $1: status $2 ;  exit $2; }
0005 
0006 F1=${SCRAM_TEST_PATH}/test_CPU.py
0007 
0008 (cmsRun -j test_CPU.xml $F1 ) || die "Failure using $F1" $?
0009 grep -v '""' test_CPU.xml | grep -q CPUModels || die "CPUModels not found using $F1" $?