ehco $HCIMASTERSITEDIR
to be sure it is defined properly, for example in my case it looks like this
/cloverleaf/cis6.0/integrator/mda_global
you can also run showroot to check it is set to the site you want
I’m going to spell out the steps I would perfom to do what you said you did, in case there is a variation to explain the unexpected outcome:
cd $HCIROOT/tclprocs
mv filter_msgs_continue3.tcl $HCIMASTERSITEDIR/tclprocs
mktclindex
grep filter_msgs_conitnue3 tclIndex ; # there should be no entry found
cd $HCIMASTERSITEDIR/tclprocs
mktclindex
grep filter_msgs_conitnue3 tclIndex ; # should be exactly one entry found
# stop/start cloverleaf process that contians the interface that calls filter_msgs_continue3
# proceed to test
Russ Ross
RussRoss318@gmail.com