Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] Job Debug Flag

I've added a debug flag to the Job and JobRunConfiguration. They both default to 'false' and imply that the Job is not being debugged and does not need to be debugged (respectively). There are set and query methods on both classes.

Clement / Donny - you can now set this option in the JobRunConfiguration if the user has chosen to run the Job under debug mode. I'm not entirely clear on where this is, but we looked at it on Friday. You should have the JobRunConfiguration by that point. Just run JobRunConfiguration.setDebug(). Do this BEFORE you call the ModelManager.run() method. The MM.run method will look at the JobRunConfiguration and if the debug flag is set then it will set the debug flag true in the Job that it creates.

--
-- Nathan
Correspondence
---------------------------------------------------------------------
Nathan DeBardeleben, Ph.D.
Los Alamos National Laboratory
Parallel Tools Team
High Performance Computing Environments
phone: 505-667-3428
email: ndebard@xxxxxxxx
---------------------------------------------------------------------



Back to the top