ocaml-omake / omake

The new home of OMake - docs, downloads, mailing list etc. see:
http://projects.camlcity.org/projects/omake.html
GNU General Public License v2.0
66 stars 25 forks source link

Feature: Adapt number of parallel jobs automatically #20

Open nshibano opened 8 years ago

nshibano commented 8 years ago

Currently, user have to specify number of OMake parallel jobs manually by -j option. It will be nice if it is adapted automatically.

gerdstolpmann commented 8 years ago

Some years ago I used this script:

https://gitlab.camlcity.org/gerd/app-plasma/blob/master/src/mr_platform/number_cores.sh

It is highly OS-dependent. I've no idea regarding Windows.

nshibano commented 8 years ago

Thanks for your info. That mechanism makes sense.