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

Hello everyone! I am trying to intsall ROSS, but some files are missing. When I run _cmake3 ../ROSS_ I got an error: CMake Error at core/CMakeLists.txt:146 (ADD_LIBRARY): Cannot find source...

Any recommendation, preferred examples, or documentation for managing dynamic memory allocation during simulation? I see some of the ROSS_models seem to use tw_calloc(), but I haven't found any description about...

Add compile time option to stop sending of events from a PE if a cancel event is being held for its corresponding forward event from being sent. cmake option: PRIORITIZE_CANCEL_EVENTS...

I'm trying to integrate ROSS simulations into a workflow, so a set of processes should be able to call a ROSS-based simulation (CODES model-net-mpi-replay) multiple time. This means calling tw_init/tw_end...

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...

question

ROSS should define an API for model statistics.

We need to evaluate the level of regression testing we currently do and add more if necessary.

ROSS automatically rounds up the size of all messages to either g_tw_event_msg_sz in the normal case or 500 bytes if ROSS_MEMORY is set. We could improve performance for models using...

The following use case has come for me a few times in the past in different contexts, so I thought I'd document the example here and discuss potential API solutions....

I recently walked through some simulation code with our friends from Japan and came away with a few observations: 1. there's no command-line parameter for lookahead 2. there's no longer...