|
|
How To Run QaSimAppTools?
- To run the QaSimAppTools package you need to do the following steps:
You might need to include explicit tag names in the addpkg commands if you do not want to use the default versions for this release.
newrel -t newest MyRelease (Or any release)
cd MyRelease
addpkg QaSimAppTools
addpkg QaToolsUtils
addpkg workdir
gmake lib
gmake QaSimAppTools.all
cd workdir
cp ../QaSimAppTools/qasimapp .
gmake setup
- Execute the QaSimAppTools package as follow:
- qasimapp -r RelVerTst RunNbr RelVerRef WrtRef SdQaTmSdPC (e.g qasimapp -r 6.10.5a 041617 6.6.2a n n n )
Where the options mean :
RelVerTst : The release version to perform the QA .
RunNbr : The Run number.
RelVerRef : The release version of the reference.
WrtRef : If set to "y" the results of the QA are stored as a reference.
Please set it to "n".
SdQaTm : If the parameter is set to "y", an automatic e-mail
is sent to the QA team in case of warning.
SdPC : Same as above but the e-mail is sent to the package coordinator.
You get the following outputs:
- 1) QaSimApp_rRelVerTst_RunNbr.log : output
file.
2) QaSimApp_summary_rRelVerTst_RunNbr.ps : contains the summary and comparison table.
3) QaSimApp_plot_rRelVerTst_RunNbr.ps : contains the analyzed plots.
Warning:
- In order to be able to process QaSimAppTools you need to have an hbook file
in workdir. The hbook file should be obtained from the output of SimApp.
The file need to be named as: simapp_vVersionNumber_RunNumber.hbook
For any comments
|
|