You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,10 +93,10 @@ Add and install DDC with default variants:
93
93
94
94
```bash
95
95
spack --env ddc-env add ddc
96
-
spack --env ddc-env install
96
+
spack --env ddc-env install --jobs 1
97
97
```
98
98
99
-
\note Installation may take some time, as Spack builds required dependencies from source.
99
+
\note Installation can take a while since Spack builds dependencies from source. Use the `--jobs` option to run builds in parallel, but avoid setting it too high to prevent running out of memory.
0 commit comments