Skip to content

Commit

Permalink
Add feature flags for scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Feb 19, 2024
1 parent a9e2b3f commit cf53174
Show file tree
Hide file tree
Showing 14 changed files with 300 additions and 196 deletions.
7 changes: 3 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
"rust-analyzer.checkOnSave.command": "reap-clippy",
"rust-analyzer.cargo.allFeatures": false,
"rust-analyzer.cargo.features": [
"rustcoalescence-algorithms-gillespie",
"rustcoalescence-algorithms-independent",
"rustcoalescence-algorithms-cuda",
"necsim-partitioning-mpi"
"all-algorithms",
"all-scenarios",
"mpi-partitioning"
],
}
Loading

0 comments on commit cf53174

Please sign in to comment.