Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8085989
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T18:18:52+00:00 2026-06-05T18:18:52+00:00

After reading answer to this question: Make "make" default to "make -j 8" I

  • 0

After reading answer to this question:
Make "make" default to "make -j 8"

I am wondering if there is way to make the -j option automatically use the correct number of compile threads?

So I say make. And the make command itself uses 6 or 4 or 8 threads depending on the hardware?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T18:18:54+00:00Added an answer on June 5, 2026 at 6:18 pm

    make does not look up the number of cores by itself if you just use make -j — instead, it parallelizes to the max. However, you should be able to determine the number of cores by

    grep -c "^processor" /proc/cpuinfo
    

    or (as per Azor-Ahai’s comment, if available on your system)

    nproc
    

    Hence:

    make -j $(nproc)
    

    See “How How to obtain the number of CPUs/cores in Linux from the command line?” for more details. Also, see GNU make: should the number of jobs equal the number of CPU cores in a system?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

After reading many times this question and its accepted answer How to execute a
After reading this question , i saw the answer by Naveen containing a link
After reading the answer to this question , I learned that SFINAE can be
I have this question after reading the answer here , what's the difference at
This question came to mind after reading the answer to this question; which basically
After reading this answer: best way to pick a random subset from a collection?
I'm asking this question after reading this answer on StackOverflow. The supplied answer works
After reading this answer on "one file per component" approach when using WiX, I
After reading, this question . I figured I need to look over my structure
After having checked extensively for an answer to this question, I still cannot find

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.