Skip to content

Standalone

malloryprow edited this page May 3, 2021 · 30 revisions

Everything needed to set up EMC_verif-global to run standalone will be contained in the your clone from GitHub.

1. Set up configuration file

The default configuration file for EMC_verif-global is parm/config/config.vrfy. It is reccommended that users create a copy of this configuration file for their verification purpose. This copy can be named whatever the user desires. Within this configuration file are switches to run the various types of verifications listed above. To run, set the switch to YES, if not set the switch to NO. Then, follows a section of settings that generally apply to running all the verification types. Finally, each verification type/switch has its own section of settings specifically related to it.

2. Run

To run from the top directory users will move to the /ush directory. Here is the script run_verif_global.sh that runs EMC_verif-global. It takes one run time agrument which is the path to the configuration file that the user wishes to run with. If none is given it will default to using config.vrfy. And example run time command may look like below

$ ./run_verif_global.sh ../parm/config/config.vrfy.example