AMReX-Codes / pyamrex

GPU-Enabled, Zero-Copy AMReX Python Bindings including AI/ML
http://pyamrex.readthedocs.io
Other
32 stars 15 forks source link

CI: 4 Cores Linux/Win, 3 Cores macOS #259

Closed ax3l closed 5 months ago

ax3l commented 5 months ago

Increase build and test parallelism according to new increased core limits on public GH hosted runners.

image

WeiqunZhang commented 5 months ago

Could also update cuda.yml and clang-tidy.yml. And there are a few places in intel, hip and ubuntu that are still using 2 processes.

WeiqunZhang commented 5 months ago

and one more in windows.

ax3l commented 5 months ago

I can't find cuda.yml and clang-tidy.yml. Wrong repo?

ax3l commented 5 months ago

Found a few more! :) (pip install -v . parallelism can be hinted via an env var)

WeiqunZhang commented 5 months ago

I can't find cuda.yml and clang-tidy.yml. Wrong repo?

Oh right, I thought this was WarpX repo.