#!/bin/tcsh -f # Run the hd_data_flow.py script after setting up the python # virtual environment. The envrionment is specified via the # HOSS_VENV variable which is set in /gluex/etc/hdonline.cshrc # The following is just to supress the "prompt: Undefined variable." # message that others clutters the log files set prompt='hoss_worker>' if ( ! $?HOSS_ENV ) then source ${HOSS_VENV}/bin/activate.csh endif python3 /gluex/builds/devel/$BMS_OSNAME/bin/hd_data_flow.py $argv:q