Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

License

NotificationsYou must be signed in to change notification settings

ORNL/SAGESim

Repository files navigation

# SAGESim

Requirements

  • Python 3.11+
  • NVIDIA GPU with CUDA drivers or AMD GPU with ROCm 5.7.1+

Installation

Your system might require specific steps to installingmpi4py and/orcupy depending on your hardware.In that case use your systems recommended instructions to installmpi4py andcupy and execute:

pip install sagesim

Run Example

  • git clone https://code.ornl.gov/sagesim/sagesim
  • cd /path/to/clone_repo/examples/sir
  • mpirun -n 4 python run.py --num_agents 10000 --percent_init_connections 0.1 --num_nodes 1

There are some unfortunate quirks to using CuPyxjit.rawkernel:

  • nan checked by inequality to self. Unfortunate limitation of cupyx.
  • Dicts and objects are unsupported.
  • *args and **kwargs are unsupported.
  • nested functions are unsupported.
  • Be sure to usecupy data types and array routines in favor ofnumpy: [https://docs.cupy.dev/en/stable/reference/routines.html]
  • for loops must use range iterator only. No 'for each' style loops.
  • return does not seem to work well either
  • break andcontinue are unsupported!
  • Cannot reassign variables withinif orfor statements. Must be assigned at top level of function or new variable declared under subscope.
  • -1 indexing does not necessarily work as expected, as it will access the last element of the memory block of the array instead of the logical array. Uselen(my_array) - 1 instead

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors2

  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp