Skip to content

ORNL/SAGESim

Repository files navigation

SAGESim: Scalable Agent-based GPU Enabled Simulator

Requirements

  • Python 3.7+
  • GPU device with compute capability 3.0+. See https://developer.nvidia.com/cuda-gpus .
  • conda create -n sagesimenv python=3.9
  • conda activate sagesimenv
  • conda install -c anaconda cudatoolkit
  • pip install -r requirements.txt

Run Example

  • git clone https://code.ornl.gov/sagesim/sagesim
  • export PYTHONPATH=/path/to/clone_repo
  • cd /path/to/clone_repo
  • python examples/sir/run.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages