With respect to issue #5 (now closed), the point was made that:
The directory change is necessary to run
./RunPMFECommand.sh pmfe-tests
However, it's far from clear why pmfe-tests needed to run every time the code is invoked. As it currently stands, it seems like it would be much better to have two separate wrapper scripts.
The first would be run only when the code is first installed locally or after updates to the code base. While the script would still need to be commented (see issue #7), a higher level of technical expertise on the user would be expected, since she is either attempting a local installation and/or has made updates to the code.
In contrast, the second script just include the commands needed to run already compiled code. It should be as simple as possible and would need to be more extensively commented.
With respect to issue #5 (now closed), the point was made that:
However, it's far from clear why pmfe-tests needed to run every time the code is invoked. As it currently stands, it seems like it would be much better to have two separate wrapper scripts.
The first would be run only when the code is first installed locally or after updates to the code base. While the script would still need to be commented (see issue #7), a higher level of technical expertise on the user would be expected, since she is either attempting a local installation and/or has made updates to the code.
In contrast, the second script just include the commands needed to run already compiled code. It should be as simple as possible and would need to be more extensively commented.