sst-macro icon indicating copy to clipboard operation
sst-macro copied to clipboard

tutorial warnings with sst-core enabled build

Open burlen opened this issue 2 years ago • 0 comments

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

burlen avatar Dec 12 '23 19:12 burlen