Skip to content

Commit a2ed355

Browse files
author
Christos Konstantinos Matzoros
committed
Minor fixes
1 parent c998da8 commit a2ed355

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

include/osp/bsp/scheduler/Scheduler.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ limitations under the License.
2222
#include <iostream>
2323
#include "osp/bsp/model/BspInstance.hpp"
2424
#include "osp/bsp/model/BspSchedule.hpp"
25-
#include "osp/bsp/model/MaxBspSchedule.hpp"
2625
#include "osp/bsp/model/BspScheduleCS.hpp"
2726
#include "osp/concepts/computational_dag_concept.hpp"
2827

tests/bsp_schedulers.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ limitations under the License.
3333
#include "osp/bsp/scheduler/GreedySchedulers/GrowLocalAutoCoresParallel.hpp"
3434
#include "osp/bsp/scheduler/GreedySchedulers/RandomGreedy.hpp"
3535
#include "osp/bsp/scheduler/GreedySchedulers/VarianceFillup.hpp"
36-
#include "osp/bsp/scheduler/GreedySchedulers/GreedyVarianceSspScheduler.hpp"
3736
#include "osp/bsp/scheduler/LoadBalanceScheduler/LightEdgeVariancePartitioner.hpp"
3837
#include "osp/bsp/scheduler/LoadBalanceScheduler/VariancePartitioner.hpp"
3938
#include "osp/bsp/scheduler/LocalSearch/HillClimbing/hill_climbing.hpp"

tests/max_bsp_schedulers.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
See the License for the specific language governing permissions and
1414
limitations under the License.
1515
16-
@author Toni Boehnlein, Benjamin Lozes, Pal Andras Papp, Raphael S. Steiner
16+
@author Toni Boehnlein, Christos Matzoros, Pal Andras Papp, Raphael S. Steiner
1717
*/
1818

1919
#define BOOST_TEST_MODULE BSP_SCHEDULERS
@@ -26,9 +26,7 @@ limitations under the License.
2626

2727
#include "osp/bsp/scheduler/GreedySchedulers/GreedyBspScheduler.hpp"
2828
#include "osp/bsp/scheduler/GreedySchedulers/GreedyVarianceSspScheduler.hpp"
29-
#include "osp/bsp/scheduler/Serial.hpp"
3029
#include "osp/bsp/scheduler/MaxBspScheduler.hpp"
31-
#include "osp/graph_implementations/adj_list_impl/compact_sparse_graph.hpp"
3230
#include "osp/graph_implementations/adj_list_impl/computational_dag_edge_idx_vector_impl.hpp"
3331
#include "osp/graph_implementations/adj_list_impl/computational_dag_vector_impl.hpp"
3432
#include "osp/auxiliary/io/arch_file_reader.hpp"

0 commit comments

Comments
 (0)