معرفی شرکت ها


ahp-graph-2.0.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Attributed Hierarchical Port Graph
ویژگی مقدار
سیستم عامل -
نام فایل ahp-graph-2.0.4
نام ahp-graph
نسخه کتابخانه 2.0.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده lpsmodsim <modsim@lps.umd.edu>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/ahp-graph/
مجوز Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# ahp_graph - Python Attributed Hierarchical Port Graph AHP Graphs - https://arxiv.org/pdf/1802.06492.pdf Requires Python3.9 at a minimum. There is a "noTyping" branch which works with older versions of Python (like 3.6) ### Ubuntu apt packages: ```Bash apt install graphviz libgraphviz-dev ``` ### RHEL/CentOS yum packages: ```Bash yum install graphviz graphviz-devel ``` ### Python3 packages: ```Bash python3 -m pip install pygraphviz orjson ``` ## Useful Tips - Assembly names are automatically prefixed to the expanded devices names when the graph is flattened - Besides graph construction, the main features that ahp_graph provides are several outputs - `SSTGraph.build()` will immediately turn your graph into SST components and begin a simulation - `SSTGraph.write_json()` will output the graph along with parameters in JSON format - `DeviceGraph.write_dot()` will output the graph in DOT format and optionally draw SVGs with them - All output generated by ahp_graph goes into a folder called 'output' - This is for the `SSTGraph.write_json()` and `DeviceGraph.write_dot()` functions - SST global parameters are set by adding things to the DeviceGraph attr field - SST component parameters are set by adding things to the Device attr field - You can still do normal SST Python things (examples below): - `sst.setProgramOption()` - `sst.setStatisticLoadLevel()` - `sst.setStatisticOutput()` - `SSTGraph.build()` returns a dictionary of devices with their name as the key - You can use this to enable statistics for devices after they are created - If you plan to build the graph with ahp_graph partitioning and run with MPI, remember to include the `--parallel-load=SINGLE` flag to sst - `--parallel-load` by default will work with multiple unique files - ahp_graph can generate the graph for each rank using a single file, so it needs the value 'SINGLE' - By default sst grabs all command line parameters - You can pass parameters to the python script by putting `-- ` before your script parameters


نیازمندی

مقدار نام
- orjson
- pygraphviz


زبان مورد نیاز

مقدار نام
>=3.9 Python


نحوه نصب


نصب پکیج whl ahp-graph-2.0.4:

    pip install ahp-graph-2.0.4.whl


نصب پکیج tar.gz ahp-graph-2.0.4:

    pip install ahp-graph-2.0.4.tar.gz