cuspatial icon indicating copy to clipboard operation
cuspatial copied to clipboard

Set default value for PARALLEL_LEVEL to nproc

Open jjacobelli opened this issue 1 year ago • 0 comments

Description

The PARALLEL_LEVEL variable is used in CI to set parallel level while building. Currently this variable is set on the GHA runners to nproc, but as this is a RAPIDS specific variable, this variable will soon be removed from the runners, so RAPIDS projects must explicitly set this variable to nproc. This PR is setting the default value of PARALLEL_LEVEL to nproc to match what is done by other RAPIDS projects

Checklist

  • [ ] I am familiar with the Contributing Guidelines.
  • [ ] New or existing tests cover these changes.
  • [ ] The documentation is up to date with these changes.

jjacobelli avatar May 21 '24 14:05 jjacobelli