parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: I think its not reading the number of cores right


From: William Bader
Subject: Re: I think its not reading the number of cores right
Date: Mon, 21 Aug 2023 08:59:58 +0000

  • How do I know how many cores parallel is seeing?

On my Fedora 37 laptop:
$ parallel --number-of-cores
14
$ parallel --number-of-cpus
14
That seems to be the number of P cores because my laptop has an i7-12800H where grep -c processor /proc/cpuinfo​ returns 20.
Regards, William


From: parallel-bounces+williambader=hotmail.com@gnu.org <parallel-bounces+williambader=hotmail.com@gnu.org> on behalf of Saint Michael <venefax@gmail.com>
Sent: Sunday, August 20, 2023 8:42 PM
To: parallel <parallel@gnu.org>
Subject: I think its not reading the number of cores right
 
My command line is 
parallel --gnu --no-run-if-empty -k --lb -j-5 --colsep ' '  processx "{1} {#}" :::: ${FILE}
and the file has 100.000 lines
my box has 44 cores, minus 5, I should see 39 processes, but using ps ax | grep bash, I see only 10.
How do I know how many cores parallel is seeing?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]