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