View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0011329CMakeCMakepublic2010-10-18 12:072011-05-02 14:45
ReporterRolf Eike Beer 
Assigned ToDavid Cole 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-8 
Target VersionCMake 2.8.4Fixed in VersionCMake 2.8.4 
Summary0011329: No system information on QNX
DescriptionQNX tries to detect system information like processor count using /proc/cpuinfo. There is no such file on QNX. The attached patch get's at least some of the information from "pidin info" and "showmem -S"
Additional InformationExample output of "pidin info"

CPU:X86 Release:6.4.1 FreeMem:2485Mb/3062Mb BootTime:Oct 18 18:39:34 CEST 2010
Processes: 40, Threads: 102
Processor1: 131758 Pentium II Stepping 2 2947MHz FPU
Processor2: 131758 Pentium II Stepping 2 2940MHz FPU
Processor3: 131758 Pentium II Stepping 2 2946MHz FPU
Processor4: 131758 Pentium II Stepping 2 2945MHz FPU

Another host (virtual machine):

CPU:X86 Release:6.4.1 FreeMem:366Mb/511Mb BootTime:Oct 06 08:49:39 CEST 2010
Processes: 42, Threads: 104
Processor1: 686 Pentium II Stepping 3 2175MHz FPU
Processor2: 686 Pentium II Stepping 3 2279MHz FPU

Example output of "showmem -S":

System RAM: 3062M ( 3210869760)
Total Used: 569M ( 596734441)
 Used Private: 561M ( 588505577)
 Used Shared: 8036K ( 8228864)

Same in the VM:

System RAM: 511M ( 536453120)
Total Used: 143M ( 150553065)
 Used Private: 138M ( 145244649)
 Used Shared: 5184K ( 5308416)
TagsNo tags attached.
Attached Filespatch file icon 0001-add-system-information-gathering-for-QNX.patch [^] (3,466 bytes) 2010-10-18 12:07 [Show Content]

 Relationships
related to 0011302closedDavid Cole Provide a ProcessorCount.cmake module to determine the number of physical cores 
related to 0010037closedKitware Robot SystemInformation.cxx is missing implementations for many functions on Win64 builds 

  Notes
(0023823)
David Cole (manager)
2010-12-08 16:19

Might this one be of use here ? http://www.open-mpi.org/projects/hwloc [^]
(0024435)
David Cole (manager)
2011-01-05 15:45

Attached patch applied:
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=99ddf6a12d54854ae4f27eecd592fef5cb22640f [^]

Should be in the CMake 2.8.4 release, barring unforeseen problems...
(0026312)
David Cole (manager)
2011-05-02 14:45

Closing resolved issues that have not been updated in more than 3 months.

 Issue History
Date Modified Username Field Change
2010-10-18 12:07 Rolf Eike Beer New Issue
2010-10-18 12:07 Rolf Eike Beer File Added: 0001-add-system-information-gathering-for-QNX.patch
2010-11-10 13:12 David Cole Assigned To => David Cole
2010-11-10 13:12 David Cole Status new => assigned
2010-11-10 13:12 David Cole Target Version => CMake 2.8.4
2010-12-08 16:18 David Cole Relationship added related to 0011302
2010-12-08 16:19 David Cole Note Added: 0023823
2010-12-15 07:37 David Cole Relationship added related to 0010037
2011-01-05 15:45 David Cole Note Added: 0024435
2011-01-05 15:46 David Cole Status assigned => resolved
2011-01-05 15:46 David Cole Fixed in Version => CMake 2.8.4
2011-01-05 15:46 David Cole Resolution open => fixed
2011-05-02 14:45 David Cole Note Added: 0026312
2011-05-02 14:45 David Cole Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team