Skip to content

Commit

Permalink
Update SOURCEBUILD.md
Browse files Browse the repository at this point in the history
Co-authored-by: Seunghwa Kang <[email protected]>
  • Loading branch information
BradReesWork and seunghwak authored May 8, 2020
1 parent 8ded6df commit 95186af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SOURCEBUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 95186af

Please sign in to comment.