Follows in my cheat sheet that I just put together for installing all the necessary bits on a clean install like this on - just install an Debian based OS then open up a win-term and copy and paste and go.
I am in awe of just how seamless packaging under Linux has become, it's simple, robust, reliable, quick and totally painless - exactly how computers should be. My heartfelt thanks to the ten of thousands of developers that have gone into making this dream system a reality ;-) Robert. -- # compile, build and version control sudo apt-get install cmake subversion g++ # OpenGL/X11 sudo apt-get install libx11-dev sudo apt-get install nvidia-glx-177-dev libglu-dev # image libs sudo apt-get install libpng-dev libjpeg-dev libtiff-dev # get true type font support sudo apt-get install libfreetype6-dev # geospatial imaging sudo libgdal-dev # check out OSG svn co http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk OpenSceneGraph # compile the OSG cd OpenSceneGraph ./configure make -j 8 On 12/2/08, Robert Osfield <[EMAIL PROTECTED]> wrote: > Hi Ferdi, > > On 12/2/08, Ferdi Smit <[EMAIL PROTECTED]> wrote: >> I thought a hyper-threaded CPU was simply exposed as two distinct CPUs, >> i.e. an intel i7 would show up as 8 CPUs? The flags in /proc/cpuinfo >> show "ht" for hyper-threading. No idea about windows. > > OpenThreads/OSG is reported 8 CPU's right now. > > /proc/cpuinfo is has 8 entries, but each entry does say that the CPU > has only four cores.. I can't spot anything specifically that says > that hyper threading is in action. Perhaps there is something cryptic > in the flags section. The /proc/cpuinfo is listed below. > > My interest in knowing about hyperthreading is that I want to control > where each of the threads is assigned so that the local cache and cpu > utilization are well balanced. Right now the affinity code just > blinding assigns the threads to cores on a incremental basis, but I > expect this strategy to not make the most of this type of machine. > > Robert. > >> more /proc/cpuinfo > processor : 0 > vendor_id : GenuineIntel > cpu family : 6 > model : 26 > model name : Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz > stepping : 4 > cpu MHz : 1600.000 > cache size : 8192 KB > physical id : 0 > siblings : 8 > core id : 0 > cpu cores : 4 > apicid : 0 > initial apicid : 0 > fpu : yes > fpu_exception : yes > cpuid level : 11 > wp : yes > 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 > syscall nx r > dtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor > ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm ida > bogomips : 5345.39 > clflush size : 64 > cache_alignment : 64 > address sizes : 36 bits physical, 48 bits virtual > power management: > > processor : 1 > vendor_id : GenuineIntel > cpu family : 6 > model : 26 > model name : Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz > stepping : 4 > cpu MHz : 1600.000 > cache size : 8192 KB > physical id : 0 > siblings : 8 > core id : 1 > cpu cores : 4 > apicid : 2 > initial apicid : 2 > fpu : yes > fpu_exception : yes > cpuid level : 11 > wp : yes > 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 > syscall nx r > dtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor > ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm ida > bogomips : 5345.18 > clflush size : 64 > cache_alignment : 64 > address sizes : 36 bits physical, 48 bits virtual > power management: > > processor : 2 > vendor_id : GenuineIntel > cpu family : 6 > model : 26 > model name : Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz > stepping : 4 > cpu MHz : 1600.000 > cache size : 8192 KB > physical id : 0 > siblings : 8 > core id : 2 > cpu cores : 4 > apicid : 4 > initial apicid : 4 > fpu : yes > fpu_exception : yes > cpuid level : 11 > wp : yes > 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 > syscall nx r > dtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor > ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm ida > bogomips : 5345.18 > clflush size : 64 > cache_alignment : 64 > address sizes : 36 bits physical, 48 bits virtual > power management: > > processor : 3 > vendor_id : GenuineIntel > cpu family : 6 > model : 26 > model name : Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz > stepping : 4 > cpu MHz : 1600.000 > cache size : 8192 KB > physical id : 0 > siblings : 8 > core id : 3 > cpu cores : 4 > apicid : 6 > initial apicid : 6 > fpu : yes > fpu_exception : yes > cpuid level : 11 > wp : yes > 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 > syscall nx r > dtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor > ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm ida > bogomips : 5345.19 > clflush size : 64 > cache_alignment : 64 > address sizes : 36 bits physical, 48 bits virtual > power management: > > processor : 4 > vendor_id : GenuineIntel > cpu family : 6 > model : 26 > model name : Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz > stepping : 4 > cpu MHz : 1600.000 > cache size : 8192 KB > physical id : 0 > siblings : 8 > core id : 0 > cpu cores : 4 > apicid : 1 > initial apicid : 1 > fpu : yes > fpu_exception : yes > cpuid level : 11 > wp : yes > 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 > syscall nx r > dtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor > ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm ida > bogomips : 5345.17 > clflush size : 64 > cache_alignment : 64 > address sizes : 36 bits physical, 48 bits virtual > power management: > > processor : 5 > vendor_id : GenuineIntel > cpu family : 6 > model : 26 > model name : Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz > stepping : 4 > cpu MHz : 1600.000 > cache size : 8192 KB > physical id : 0 > siblings : 8 > core id : 1 > cpu cores : 4 > apicid : 3 > initial apicid : 3 > fpu : yes > fpu_exception : yes > cpuid level : 11 > wp : yes > 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 > syscall nx r > dtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor > ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm ida > bogomips : 5345.18 > clflush size : 64 > cache_alignment : 64 > address sizes : 36 bits physical, 48 bits virtual > power management: > > processor : 6 > vendor_id : GenuineIntel > cpu family : 6 > model : 26 > model name : Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz > stepping : 4 > cpu MHz : 1600.000 > cache size : 8192 KB > physical id : 0 > siblings : 8 > core id : 2 > cpu cores : 4 > apicid : 5 > initial apicid : 5 > fpu : yes > fpu_exception : yes > cpuid level : 11 > wp : yes > 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 > syscall nx r > dtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor > ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm ida > bogomips : 5345.18 > clflush size : 64 > cache_alignment : 64 > address sizes : 36 bits physical, 48 bits virtual > power management: > > processor : 7 > vendor_id : GenuineIntel > cpu family : 6 > model : 26 > model name : Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz > stepping : 4 > cpu MHz : 1600.000 > cache size : 8192 KB > physical id : 0 > siblings : 8 > core id : 3 > cpu cores : 4 > apicid : 7 > initial apicid : 7 > fpu : yes > fpu_exception : yes > cpuid level : 11 > wp : yes > 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 > syscall nx r > dtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor > ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm ida > bogomips : 5345.18 > clflush size : 64 > cache_alignment : 64 > address sizes : 36 bits physical, 48 bits virtual > power management: > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

