Skip to content

Commit f5ee0d3

Browse files
committed
add logging
1 parent 0807ea8 commit f5ee0d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/test_simulation.rs

+5
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ pub fn execute_sim<C: SimCommunicator + 'static>(
100100
);
101101
let sim_net = SimNetworkPartition::from_network(&network, rank, config.simulation());
102102

103+
info!(
104+
"Partitioning: Rank {rank}; Links {:?}",
105+
&sim_net.get_link_ids()
106+
);
107+
103108
let mut events = EventsPublisher::new();
104109
events.add_subscriber(test_subscriber);
105110
events.add_subscriber(Box::new(TravelTimeCollector::new()));

0 commit comments

Comments
 (0)