Complete the parallel solver fix
This commit is contained in:
committed by
Sébastien Crozet
parent
2e6f133b95
commit
815de4beff
15
.vscode/tasks.json
vendored
15
.vscode/tasks.json
vendored
@@ -56,6 +56,21 @@
|
||||
],
|
||||
"group": "build"
|
||||
},
|
||||
{
|
||||
"label": "run 3d (simd - parallel - debug) ",
|
||||
"type": "shell",
|
||||
"command": "cargo",
|
||||
"args": [
|
||||
"run",
|
||||
"--bin",
|
||||
"all_examples3",
|
||||
"--features",
|
||||
"simd-stable,parallel",
|
||||
"--",
|
||||
"--pause"
|
||||
],
|
||||
"group": "build"
|
||||
},
|
||||
{
|
||||
"label": "run 2d (no-simd - release) ",
|
||||
"type": "shell",
|
||||
|
||||
Reference in New Issue
Block a user