Skip to content

(macos) ncore command not found #2

Description

@odurand75

Hi!

Another minor issue. The script crashes when executing the ncore command on macos.

I have amended the script with the following, and it works perfectly:

<<< CORES=$(nproc)
----
>>> CORES=$(sysctl -n hw.ncpu)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions