processors on system

2021-09-12 Thread Michael via PLUG-discuss
I always thought I only had one processor on my system However, when I ran the command 'grep processor /proc/cpuinfo' the output was: processor : 0 processor : 1 This means I have two processors in there? -- :-)~MIKE~(-: --- PLUG-discuss mailing lis

Re: processors on system

2021-09-12 Thread Donald Mac McCarthy via PLUG-discuss
Hyper threading often shows up as 2. You may have a single core, dual thread processor. Mac -- Donald Mac McCarthy Director, Field Operations +1.602.584.4445 (desk) +1.602.727.4131 (mobile) > On Sunday, Sep 12, 2021 at 12:56 PM, Michael via PLUG-discuss > mailto:plug-discuss@lists.phxlinux.org

Re: processors on system

2021-09-12 Thread Bob Elzer via PLUG-discuss
Run this more /proc/flying Look for the model name and CPU cores On Sun, Sep 12, 2021, 10:06 AM Donald Mac McCarthy via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > Hyper threading often shows up as 2. You may have a single core, dual > thread processor. > > Mac > > -- > Donald Mac

Re: processors on system

2021-09-12 Thread Michael via PLUG-discuss
thanks for the quick answer. Does this mean I can compile as if I had two processors (make -j2)? On Sun, Sep 12, 2021 at 1:06 PM Donald Mac McCarthy via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > Hyper threading often shows up as 2. You may have a single core, dual > thread processo

Re: processors on system

2021-09-12 Thread Michael via PLUG-discuss
bmike1@bmike1-desktop:~$ more /proc/flying more: stat of /proc/flying failed: No such file or directory On Sun, Sep 12, 2021 at 1:18 PM Bob Elzer via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > Run this > more /proc/flying > > Look for the model name and CPU cores > > > > On Sun, Sep

Re: processors on system

2021-09-12 Thread Bob Elzer via PLUG-discuss
Damn spell check more /proc/cpuinfo On Sun, Sep 12, 2021, 10:18 AM Bob Elzer wrote: > Run this > more /proc/flying > > Look for the model name and CPU cores > > > > On Sun, Sep 12, 2021, 10:06 AM Donald Mac McCarthy via PLUG-discuss < > plug-discuss@lists.phxlinux.org> wrote: > >> Hyper threadi

Re: processors on system

2021-09-12 Thread Michael via PLUG-discuss
lol! Found it! I do have two cores.: cpu cores : 2 COOL. Thank you so much for all the help guys. On Sun, Sep 12, 2021 at 1:20 PM Bob Elzer via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > Damn spell check > > more /proc/cpuinfo > > On Sun, Sep 12, 2021, 10:18 AM Bob Elzer wrot