ROSS icon indicating copy to clipboard operation
ROSS copied to clipboard

Sync Mode 4 should automatically set options for debug.

Open markplagge opened this issue 9 years ago • 0 comments

When running a model with sync mode 4 on, ROSS prints out a message:

/************************************************************************_/ /** WARNING: Starting Optimistic Debug Scheduler!! *********************/ This schedule assumes the following:

  1. One 1 Processor/Core is used.
  2. One 1 KP is used. NOTE: use the --nkp=1 argument to the simulation to ensure that it only uses 1 KP.
  3. Events ARE NEVER RECLAIMED (LP Commit Functions are not called).
  4. Executes til out of memory (16 events left) and injects rollback to first before primodal init event.
  5. g_tw_rollback_time = 0.000000001000 /_**********************************************************************/

This is a nice informational message, but is there any reason why ROSS can't set these options automatically? Or at least quit without running if an invalid set of options is detected?

markplagge avatar Jul 19 '16 03:07 markplagge