Time Warp Simulation Kernel - archived from someone else's github, and discovered thanks to https://www.math.fsu.edu/~bellenot/tw/
Find a file
ivan-gimenez f07bcc94ca * Initial check-in
- Imported sources from file:///pub/ficus/reiher/tw.tar.Z, without
    RCS or compiled binaries
  - Updated README.md
2016-03-03 00:22:42 +01:00
applications * Initial check-in 2016-03-03 00:22:42 +01:00
tools * Initial check-in 2016-03-03 00:22:42 +01:00
tw * Initial check-in 2016-03-03 00:22:42 +01:00
twsim * Initial check-in 2016-03-03 00:22:42 +01:00
twulib * Initial check-in 2016-03-03 00:22:42 +01:00
.gitignore Initial commit 2016-03-02 23:23:50 +01:00
README.md * Initial check-in 2016-03-03 00:22:42 +01:00

Timewarp

Time Warp Operating System

The Time Warp Operating System (TWOS) was a Parallel Discrete Event Simulation (PDES) kernel developed by the Jet Propulsion Lab(JPL), one of NASA's national labs.

TWOS implemented many interesting simulation techiques as Virtual Time, optimistic concurrency with cancellation, etc...

This repository of the TWOS project is provided for research and educational purposes. It is not supported nor is it expected to build or run without some effort.

My ambitious plan is to bring to life Timewarp into a modern Linux cluster.

References

  1. Steven Bellenot's Time Warp Page - http://www.math.fsu.edu/~bellenot/tw/
  2. Peter Reiher's Time Warp Page - http://fmg-www.cs.ucla.edu/reiher/Time_Warp.html
  3. Paul Springer's Time Warp Page - http://olympic.jpl.nasa.gov/PERSONNEL/pls/tw.html (dead link)