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

This PR closes the loop on how the TW_STIME API should be implemented by model developers. It does not make sense for a model-specific tw_stime to be added to ROSS...

**THIS PR SHOULD NOT BE MERGED** I’m update some of the travis configurations. I need the tests to run for master branch PRs, which is why I’m opening this PR....

In its current state, when the simulation runs out of free event buffers, ROSS throws an error suggesting increasing `--extramem=` and exiting the simulation, requiring that the user try increasing...

Dan's Version of network-mpi.c with queue Dan, I'm creating a pull request so I can add in comments/feedback to specific lines of your code. --- If this merge represents a...

The ROSS API isn't very well documented. Models are expected to manually set several `g_tw_xx` variables, all of which are exposed through the header files... which means that an installation...

This is a new API function which can be used to set options during runtime (any options that are registered with TWOPT). It may be useful for models that always...

it seems like RIO is managing its own event_free queue... but it really shouldn't. Free events should be returned to ROSS.

Hi, currently I'm using ROSS to drive my simulation. My problem is a little incompatible with ROSS for some events cannot do roll_back. So I add "tw_gvt_force_update" before these events,...

There are a number of task that should be done to improve the testing: - [ ] improve the setup of the Travis tests. This should involve using multiple [build...

Is still a Multi-threading version offer now?