Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Parallelize Linux build by adding "-j nproc" to make #15

Merged
merged 1 commit into from
Feb 3, 2015
Merged

Parallelize Linux build by adding "-j nproc" to make #15

merged 1 commit into from
Feb 3, 2015

Conversation

xyziemba
Copy link

@xyziemba xyziemba commented Feb 3, 2015

This just adds -j nproc`` when invoking make.

nproc returns the number of cores on a Linux machine. It's part of coreutils, so almost any Linux install should have it.

-j <num> tells make to run num tasks in parallel.

@gkhanna79
Copy link
Member

@janvorli Please have a look at this.

@janvorli
Copy link
Member

janvorli commented Feb 3, 2015

LGTM

gkhanna79 added a commit that referenced this pull request Feb 3, 2015
Parallelize Linux build by adding "-j `nproc`" to make
@gkhanna79 gkhanna79 merged commit cbf46fb into dotnet:master Feb 3, 2015
@mmitche
Copy link
Member

mmitche commented Feb 3, 2015

Hey that makes an awesome difference.

BruceForstall pushed a commit to BruceForstall/coreclr that referenced this pull request Aug 6, 2016
jashook referenced this pull request in jashook/coreclr Dec 1, 2017
# This is the 1st commit message:

Remove CoreFX runtest dependency

This change will start using build-test.sh generatelayoutonly to build
the coreoverlay directory for use with runtest.sh.

# This is the commit message #2:

Missing ./

# This is the commit message #3:

Fix untar location

# This is the commit message #4:

Use portable builds

# This is the commit message #5:

Get ci green

# This is the commit message #6:

Small changes

# This is the commit message #7:

Small changes

# This is the commit message #8:

Small changes

# This is the commit message #9:

Add generateonly builds.sh

# This is the commit message #10:

Ensure correct test location

# This is the commit message #11:

netci change

# This is the commit message #12:

netci change

# This is the commit message #13:

Working on setting up build-test

# This is the commit message #14:

Remove generatelayoutonly

# This is the commit message #15:

Undo some of the changes to use generatelayoutonly

# This is the commit message #16:

Correctly remove build-test.sh invocation

# This is the commit message #17:

Fix build-test generatelayoutonly

# This is the commit message #18:

Fix a few netci issues
swaroop-sridhar pushed a commit to swaroop-sridhar/coreclr that referenced this pull request Mar 20, 2019
theaoqi added a commit to theaoqi/coreclr that referenced this pull request Jul 22, 2020
* 13443: assert(offsHi <= 0) is not useful for MIPS

* 13550: GT_OR, GT_XOR, GT_AND, GT_NOT needs sign-extend when deal with 32-bit data

* 13642: Prevent overwriting during parallel compilation.

Co-authored-by: wanghaomin <wanghaomin@loongson.cn>
Co-authored-by: wangrui <wangrui@loongson.cn>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants