Skip to content

Commit

Permalink
Remove remains of testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenhater committed Sep 5, 2023
1 parent f4ea31e commit 89aa985
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions arbor/partition_load_balance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
#include "util/span.hpp"
#include "util/strprintf.hpp"

#include <iostream>

namespace arb {

namespace {
Expand Down
4 changes: 2 additions & 2 deletions example/busyring/init-only-2048-complex.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "run_n=2045_d=10-complex=true",
"num-cells": 128,
"synapses": 20000,
"num-cells": 2048,
"synapses": 10,
"min-delay": 5,
"duration": 0.1,
"ring-size": 4,
Expand Down
2 changes: 1 addition & 1 deletion example/busyring/ring.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ int main(int argc, char** argv) {
auto params = read_options(argc, argv);

arb::proc_allocation resources;
resources.num_threads = 1; arbenv::default_concurrency();
resources.num_threads = arbenv::default_concurrency();
resources.bind_threads = params.bind_threads;

#ifdef ARB_MPI_ENABLED
Expand Down

0 comments on commit 89aa985

Please sign in to comment.