ROSS icon indicating copy to clipboard operation
ROSS copied to clipboard

Rensselaer's Optimistic Simulation System

Results 42 ROSS issues
Sort by recently updated
recently updated
newest added

It would be awesome if, given a model, we were able to find optimal batch and gvt interval.

It would be a good idea to include the use of `CMAKE_INSTALL_PREFIX` and `make install` into the installation instructions, and the compiler/linker flags needed to compile against ROSS: `-I/path/to/ROSS/install/include -L/path/to/ROSS/install/lib...

I believe this "feature" should be deprecated and removed. PE types are used to do logging and statistics reductions... and only in the propagation, srw, and tlm models.

someday

The default KP-per-PE count is 16. Small runs may not use enough LPs to fill them up. Would be good to generate a warning for this.

`tw_memory` is currently disabled by default and it's unclear what level of support there is for it, especially since the SR refactor/merge. In CODES, our modelnet and local storage models...

Currently we use either a hash table or an AVL tree for remote event tracking during optimistic simulation. However, the AVL tree is hacked in underneath the hash table implementation....

enhancement

The ROSS tw_lp_settype() could take a user pointer argument and then that could be given as an input argument to the init callback function.

enhancement

Currently in ROSS, dynamic memory management for LP states in optimistic models is strongly discouraged, since it's difficult from the modeler's perspective to know if a piece of memory is...

enhancement

Example: "tw-sched.c:378: [1] Found KP last time 0.000005 > current event time 0.000002 for LP 5[1]". This could be triggered by a bad lookahead value or issuing initial events to...