Skip to content

Commit

Permalink
Install hwloc on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
porcuquine committed Oct 6, 2020
1 parent 29c05a1 commit f493237
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
- run: cargo update
- run: cargo fetch
- run: rustc +$(cat rust-toolchain) --version
- run: apt-get update
- run: apt-get install -y hwloc hwloc-dev
- persist_to_workspace:
root: "."
paths:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,6 @@ fn create_layer_labels(
prepare_block(replica_id, cur_layer, buf);
}

// // Node the consumer is currently working on
// let cur_consumer = AtomicU64::new(0);

// Highest node that is ready from the producer
let cur_producer = AtomicU64::new(0);
// Next node to be filled
Expand Down

0 comments on commit f493237

Please sign in to comment.