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

Re: [HTCondor-users] AMD or INTEL



Tiago Macarios wrote:
> Just wondering is there a way to tell if a machine CPU is AMD or INTEL
> (manufacturer not architecture)?

grep vendor_id /proc/cpuinfo | head -1 | awk '{print $3}'

The result will be either GenuineIntel or AuthenticAMD.

-- 
Rich Pieri <ratinox@xxxxxxx>
MIT Laboratory for Nuclear Science