From 95186afb0f3cfc09bad0831eefe0452913638e25 Mon Sep 17 00:00:00 2001 From: Brad Rees <34135411+BradReesWork@users.noreply.github.com> Date: Fri, 8 May 2020 12:25:50 -0400 Subject: [PATCH] Update SOURCEBUILD.md Co-authored-by: Seunghwa Kang <45857425+seunghwak@users.noreply.github.com> --- SOURCEBUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SOURCEBUILD.md b/SOURCEBUILD.md index 8f0c0603f0c..430e8700bfa 100644 --- a/SOURCEBUILD.md +++ b/SOURCEBUILD.md @@ -112,7 +112,7 @@ $ ./build.sh libcugraph -v # compile and install libcugraph with $ ./build.sh libcugraph -g # compile and install libcugraph for debug $ ./build.sh libcugraph -n # compile libcugraph but do not install -# make parallelism options can also be defined: Example build jobs to 4 (make -j4) +# make parallelism options can also be defined: Example build jobs using 4 threads (make -j4) $ PARALLEL_LEVEL=4 ./build.sh libcugraph Note that the libraries will be installed to the location set in `$PREFIX` if set (i.e. `export PREFIX=/install/path`), otherwise to `$CONDA_PREFIX`.