Changeset 6ffc37b


Ignore:
Timestamp:
11/21/2023 10:51:29 AM (6 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
cd87e52
Parents:
10756d0
Message:

Confg.in: fix help for ALL_CORES

The settings don't depend on book version, and you can answer y even
with old books.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r10756d0 r6ffc37b  
    454454    if HAVE_NPROC
    455455        config ALL_CORES
    456         bool "Use all cores as in new books (say n for old books)"
     456        bool "Use all cores"
    457457        default y
    458458        help
    459               Use book instructions as written for parallelism since version
    460               r12.0-87 included. If you answer no, then jhalfs will fall back
    461               to a static number of cores, defined below. If you answer y, and
    462               your system supports it, you'll be asked for a cpu set to use.
    463                  There is no detection of book version. If the book version
    464               is lower than r12.0-87, say no!
     459              If you answer y, MAKEFLAGS will be set to "-j$(nproc)" at the
     460              beginning of each package script, and book instructions will not
     461              be changed otherwise. This will run the scripts with the same
     462              settings as in the book since version r12.0-87 included. Before
     463              that version, this will run the builds with all cores, but some
     464              test suites may still be run sequentially. You'll be asked for
     465              a CPU set to use, so that the number of jobs can still be limited
     466              in this way (useful for measuring SBU values at -j4, for
     467              example).
     468              If you answer n, then jhalfs will fall back to a static number
     469              of cores, defined below.
    465470
    466471        if ALL_CORES && HAVE_CGROUP
Note: See TracChangeset for help on using the changeset viewer.