Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tutorial warnings with sst-core enabled build #705

Open
burlen opened this issue Dec 12, 2023 · 0 comments
Open

tutorial warnings with sst-core enabled build #705

burlen opened this issue Dec 12, 2023 · 0 comments
Assignees

Comments

@burlen
Copy link

burlen commented Dec 12, 2023

version 13.1.0_final of sst-core, sst-macro, sst-elements, tutorial from the docs/manual/manual.md of the same.

following along with the tutorial in the users guide many warnings are printed, and apparently it is broken(?). I followed the "recommend" build procedure that involves sst-core rather than the "stand alone"

$ cd sst-macro-src/skeletons/tests/sendrecv # note: user guide tutorial has the wrong path
$ make
$ pysstmac -f parameters.ini --exe=./runsendrecv
WARNING: Element macro.snappr_switch has slot with an invalid name: outport%(num_ports)d
setupDeprecated
WARNING: Component name 'Switch 0' is not valid
WARNING: Component name 'Switch 1' is not valid
WARNING: Component name 'Switch 2' is not valid
WARNING: Component name 'Switch 3' is not valid
WARNING: Component name 'Switch 4' is not valid
WARNING: Component name 'Switch 5' is not valid
WARNING: Component name 'Switch 6' is not valid
WARNING: Component name 'Switch 7' is not valid
WARNING: Component name 'Switch 8' is not valid
WARNING: Component name 'Switch 9' is not valid
WARNING: Number of invalid component names exceeds limit of 10, no more messages will be printed
WARNING: Link name 'network0:0->1:1' is not valid
WARNING: Link name 'network0:0->1:1' is not valid
WARNING: Link name 'network0:1->3:0' is not valid
WARNING: Link name 'network0:1->3:0' is not valid
WARNING: Link name 'network0:2->4:3' is not valid
WARNING: Link name 'network0:2->4:3' is not valid
WARNING: Link name 'network0:3->12:2' is not valid
WARNING: Link name 'network0:3->12:2' is not valid
WARNING: Link name 'network0:4->16:5' is not valid
WARNING: Link name 'network0:4->16:5' is not valid
WARNING: Number of invalid link names exceeds limit of 10, no more messages will be printed
Rank 0 finished at t=  0.0025 ms
Passed finalize
Rank 0 finished at t=  0.0089 ms
Passed finalize
Simulation is complete, simulated time: 10.887 us
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants