All start and kill scripts for the front end models have been moved into the FE directory under scripts: /opt/rtcds/caltech/c1/scripts/FE/. I modified the Makefile in /opt/rtcds/caltech/c1/core/advLigoRTS/ to update and place new scripts in that directory.
This was done by using
sed -i 's[scripts/start$${system}[scripts/FE/start$${system}[g' Makefile
sed -i 's[scripts/kill$${system}[scripts/FE/kill$${system}[g' Makefile
|