-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update executable location in all monitor scripts #9
Comments
New top-level configuration script.
Almost finished w/ conmon on hera.
Final clean up on hera.
Add RadMon changes to work with Mon_config.
rm radmon install script.
OznMon changes from hera.
Exploring run-time module load from stack.
more module update, orion
Initial minmon changes, run-time module additions.
work in progress
The scope of this issue has widened considerably as I've been working through it. I'm going to break things up into smaller units so it can be more easily reviewed. Almost all of these changes are to the "developer" side of the monitors, meaning everything that isn't in the *_Monitor/nwprod directory (manual data extraction, image generation, an utility functions). It's worth noting that my intention here is not to overhaul the packages entirely. Discussions have begun to develop a new monitoring approach that is both unified (no RadMon, MinMon, etc, just monitoring) and easily extended/modified (python based, yaml driven). These are the major changes that are required at this point:
I will open new issues for this and work monitor by monitor, beginning with RadMon. |
Cmake install places the monitor executables in install/bin or
SOURCE_DIR
. Update all scripts to find the executables in this location.The text was updated successfully, but these errors were encountered: