GithubHelp home page GithubHelp logo

sst-documentation's People

Contributors

gvoskuilen avatar nmhamster avatar researcherben avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

sst-documentation's Issues

documentation of integer values for `dot-verbosity`

In prior versions of SST, the graphviz output included the link latency and the port name per component. Now when I use

sst --output-dot=$(CONFIG).gv --run-mode=init $(CONFIG).py 1 3

the graphviz content is simplified. The link latency and the port name are not included.
That's a reasonable design choice, but for the specific application I'm interested in I want to turn it back on.

The command

sst --help

shows the new option

--dot-verbosity=INT       amount of detail to include in the dot graph output

I'm not sure how to determine what the values of INT correspond to, so I first tried

sst --help --dot-verbosity

but that doesn't work.

Summary: For SST v11 there is a --dot-verbosity flag for the graphviz output and is currently no documentation

From speaking with a person familiar with the issue, the summary of the levels below

    Default level (0-1): Only displays component names and draws links between components
    level 2-3: displays component type
    level 4-5: displays subcomponents
    level 6-7: displays ports
    level 8-9: displays link name and latency
    level 10+: displays the MPI rank information for the partitioned graph

The point of the numbering is to leave room to add other verbosities.

I'm not clear where this documentation belongs.

The relevant file is cfgoutput/dotConfigOutput.cc in sst-core

From the page https://sst-simulator.org/SSTPages/SSTMainDocumentation/ I searched the release notes https://sst-simulator.org/SSTPages/SSTmicroRelease_V11dot0dot0/ but see no mention of dot-verbosity

I also tried https://sst-simulator.org/SSTDoxygen/11.0.0_docs/html/index.html but there's no search capability.

Next I tried searching the source code https://github.com/sstsimulator/sst-core/search?q=dot-verbosity and found a single file, https://github.com/sstsimulator/sst-core/blob/master/src/sst/core/config.cc#L141

There's only one instance, so maybe the relevant variable is setDotVerbosity which I then searched for https://github.com/sstsimulator/sst-core/search?q=setDotVerbosity

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.