Skip to content

Running make in parallel always results in build failure #89

@Brainiarc7

Description

@Brainiarc7

Hello there,

The build always fails when running make in parallel.
Please investigate.

An example, building from a workspace:

cd ~/intel-compute-runtime/workspace/build_igc
cmake ../igc/IGC
time make -j$(nproc) VERBOSE=1

This will fail. However, substituting the make process with -j explicitly set to 1 will result in a successful build.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions