In the initialization phase of the flux-emulator.py program, there is a function called load_missing_modules(). This function is supposed to see if any necessary modules are loaded. The only module we need loaded currently is the jobtap plugin. This function should be modified to see if the jobtap plugin is loaded.
In the initialization phase of the flux-emulator.py program, there is a function called
load_missing_modules(). This function is supposed to see if any necessary modules are loaded. The only module we need loaded currently is the jobtap plugin. This function should be modified to see if the jobtap plugin is loaded.