Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Fix python install #266

Merged
merged 1 commit into from
Mar 15, 2023
Merged

Fix python install #266

merged 1 commit into from
Mar 15, 2023

Conversation

leshikus
Copy link
Contributor

@leshikus leshikus commented Mar 8, 2023

Subj

@@ -5,5 +5,5 @@ cd $(dirname "$0")/../../..

test -z "$CC" || export CUDAFLAGS="--compiler-bindir $CC"
cmake -B build -S . $@
cmake --build build --parallel 2
cmake --build build --parallel `nproc`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't we set it to 2 to satisfy default github runners requirements?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. yes, we did,
  2. for CI this should work the same way; if someone wants to use this script locally, he may want to have more processors involved
  3. a year ago it was not possible to use too many processors, there were some errors related to job parallelization

@leshikus leshikus marked this pull request as draft March 9, 2023 16:56
@leshikus leshikus marked this pull request as ready for review March 14, 2023 15:30
@leshikus leshikus force-pushed the lesh/fix-python-install branch from cac55b9 to ea84dc8 Compare March 14, 2023 15:47
Copy link
Contributor

@alexbaden alexbaden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine to me.

@ienkovich / @kurapov-peter see any issues?

Copy link
Contributor

@ienkovich ienkovich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@leshikus leshikus merged commit 254196f into main Mar 15, 2023
@leshikus leshikus deleted the lesh/fix-python-install branch March 15, 2023 12:57
@Devjiu Devjiu mentioned this pull request Apr 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants