Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] AMD or INTEL
- Date: Mon, 09 Dec 2013 16:39:20 -0500
- From: Rich Pieri <ratinox@xxxxxxx>
- Subject: 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