bugGNU Parallel - Bugs: bug #65723, parallel --number-of-cores shows...

 
 

bug #65723: parallel --number-of-cores shows 12, mismatches windows system information 16

Submitter:  None
Submitted:  Sat 11 May 2024 03:14:18 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Confirmed
Privacy:  Public Assigned to:  tange
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 16 Aug 2024 01:57:41 PM UTC, comment #5: 
Anonymous
Fri 16 Aug 2024 01:53:26 PM UTC, comment #4: 
Anonymous
Wed 15 May 2024 08:45:47 AM UTC, comment #3: 

`lscpu --all --extended` may work.

Anonymous
Tue 14 May 2024 11:47:22 AM UTC, comment #2: 

Thanks for the output. The problem can be explained by running a kernel that does not support the CPU. I have no idea on how to know if the kernel supports the CPU, so could you try with the newest kernel that you can easily install? Does the output change?

Anonymous
Sat 11 May 2024 10:20:39 PM UTC, comment #1: 

Thanks.

https://ark.intel.com/content/www/us/en/ark/products/232166/intel-core-i7-13700hx-processor-30m-cache-up-to-5-00-ghz.html

According to Intel there are 8 Performance-cores (probably with 2 CPU threads) and 8 Efficient-cores.

There are a total of 24 CPU Threads.

The files indicate (wrongly) there are 12 cores - each with 2 CPU threads.

So while I so no way of detecting the 16 cores, I do see a way of correctly detecting 24 CPU threads.



Ole Tange <tange>
Group administrator
Sat 11 May 2024 03:14:18 AM UTC, original submission:  

Attachments generated with:
 
pack() { bzip2 -9 | base64; };

lscpu | pack > lscpu_base64
cat /proc/cpuinfo | pack > cpuinfo_base64
tar c /sys/devices/system/cpu* | pack > systemcpu_base64


Associated Stackoverflow question where this issue was noticed: https://stackoverflow.com/questions/78412126/how-does-gnu-parallel-do-multiple-jobs-per-core/78421090?noredirect=1#comment138303084_78421090

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #56033:  systemcpu_base64 added by None (13KiB - application/octet-stream)
file #56034:  lscpu_base64 added by None (2KiB - application/octet-stream)
file #56032:  cpuinfo_base64 added by None (2KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by tange (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2024-05-11 tange StatusNone Confirmed
        Assigned toNone tange
    2024-05-11 None Attached File- Added cpuinfo_base64, #56032
        Attached File- Added systemcpu_base64, #56033
        Attached File- Added lscpu_base64, #56034

    Back to the top

    Powered by Savane 3.13-8ccc.
    Corresponding source code