Skip to content

Commit cf53174

Browse files
committed
Add feature flags for scenarios
1 parent a9e2b3f commit cf53174

File tree

14 files changed

+300
-196
lines changed

14 files changed

+300
-196
lines changed

.vscode/settings.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
"rust-analyzer.checkOnSave.command": "reap-clippy",
66
"rust-analyzer.cargo.allFeatures": false,
77
"rust-analyzer.cargo.features": [
8-
"rustcoalescence-algorithms-gillespie",
9-
"rustcoalescence-algorithms-independent",
10-
"rustcoalescence-algorithms-cuda",
11-
"necsim-partitioning-mpi"
8+
"all-algorithms",
9+
"all-scenarios",
10+
"mpi-partitioning"
1211
],
1312
}

0 commit comments

Comments
 (0)