Parallel discrete-event simulation library with Python frontend and C++ backend
License
sim-x/simx
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
SimX is a library for developing parallel, discrete-event simulations in Python. SimX is written in C++ and Python. SimX provides the simulation developer with core functionality such as - event queueing - entity management - domain parititioning - synchronization and message passing. SimX also supports process oriented simulations. Parallel simulations are implemented using distributed memory and message passing. SimX has been written to be flexible enough to suit a variety of application domains that use discrete-event simulations for modeling, and has been designed to allow applications to scale from single processor workstations to high-performance clusters. The latest SimX sources can be downloaded from its github page at https://github.com/sim-x/simx or checked out via anonymous git via: git clone https://github.com/sim-x/simx.git SimX is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License v2.1 as published by the Free Software Foundation. Copyright (C) 2012, 2013, 2014 Los Alamos National Security LLC. See COPYRIGHT.txt for details.
About
Parallel discrete-event simulation library with Python frontend and C++ backend
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published