j...@ubuntu%cat /proc/cpuinfo | grep "flags" | uniq
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm
constant_tsc arch_perfmon pebs bts pni monitor ds_cpl vmx est tm2
ssse3 cx16 xtpr sse4_1 lahf_lm ida


processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 23
model name      : Intel(R) Core(TM)2 Duo CPU     T8100  @ 2.10GHz


On 15 July 2010 22:44, Jason B Hill <jason.b.h...@colorado.edu> wrote:
>
> I only have access to 64-bit processors. (My 32-bit machine was recently
> stolen.) Can someone with a 32-bit processor (not just the OS, I need the
> hardware itself to only support 32-bit) running any flavor of Linux please
> copy and paste the result of the following shell command?
>
> $ cat /proc/cpuinfo | grep "flags" | uniq
>
> Thanks.
>
> I should have a testing version for at least Linux, and probably Solaris, by
> the end of the day.
>
> Cheers,
> Jason
>
>
>
>
> On Thu, Jul 1, 2010 at 2:55 PM, Peter Jeremy <peterjer...@acm.org> wrote:
>>
>> On 2010-Jul-01 13:09:30 -0600, "Jason B. Hill" <ja...@jasonbhill.com>
>> wrote:
>> >What are others' thoughts on this? I can do a script as well, but only
>> > for
>> >Linux. I am also wondering how one would sort by OS, since it is my
>> >understanding that the main identifier (uname) is about as consistent
>> >between platforms as /etc/issue is between linux distros.
>>
>> I'd also prefer a shellscript because it has no dependencies on the
>> sage build process.  uname is defined by POSIX so it should be
>> possible to get general output using system-independent code (though
>> the actual strings reported may vary from OS to OS).  CPU and memory
>> information is more OS-dependent but it shouldn't be too difficult to
>> write a script (with system-dependent bits) to extract this
>> information.
>>
>> --
>> Peter Jeremy
>
> --
> To post to this group, send an email to sage-devel@googlegroups.com
> To unsubscribe from this group, send an email to
> sage-devel+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/sage-devel
> URL: http://www.sagemath.org
>

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to