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

sst-core does not initialize non-uniform links correctly

Open jjwilke opened this issue 6 years ago • 1 comments

a single call to

top_->configure_port_params(0, switch_params)

in python_topology.cc. sstmacro.py really needs to get modified to configure ports. This interacts in a complicated way with

SSTIntegratedComponent::init_links(sprockit::sim_parameters *params)

jjwilke avatar May 22 '18 03:05 jjwilke

The following tests had to be removed from shared_tests due to this issue: test_core_apps_mpi_fattree test_core_apps_ping_all_simple_fattree test_core_apps_ping_all_fattree2 test_core_apps_ping_all_fattree4

jpkenny avatar Jun 06 '18 20:06 jpkenny