![]() |
|
|||
File indexing completed on 2024-04-06 12:02:51
0001 #! /bin/bash 0002 0003 source stats.sh 0004 0005 # DB parameters 0006 SERVERNAME=devdb10 0007 SCHEMA=cms_ecal 0008 USER=cms_ecal 0009 PASS=ecaldev05 0010 0011 # Set the pool environment 0012 export POOL_AUTH_USER=$USER 0013 export POOL_AUTH_PASSWORD=$PASS 0014 export POOL_CATALOG=relationalcatalog_oracle://${SERVERNAME}/${SCHEMA} 0015 0016 # cmsRun 0017 CONFFILE=load_o2o.cfg 0018 COMMAND="cmsRun $CONFFILE" 0019 runx "$COMMAND" 1 # time the command (1 trial)
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |