View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004176 | Slicer4 | Core: Base Code | public | 2016-04-22 10:20 | 2018-03-02 11:07 |
Reporter | jrausch | Assigned To | sankhesh | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | Ubuntu | OS Version | 14.04 LTS | |
Product Version | Slicer 4.5.0-1 | ||||
Target Version | Fixed in Version | Slicer 4.6.0 | |||
Summary | 0004176: Console system overview differs from actual properties | ||||
Description | After starting slicer from the terminal, some initial information is shown in the console (Slicer version, OS, CPU, ...). The CPU information shown differs between various runs, e.g.: The actual CPU is: See attached files (Slicer log file and output of "cat /proc/cpuinfo"). | ||||
Steps To Reproduce | Run ./Slicer from the terminal | ||||
Tags | No tags attached. | ||||
bug.tar.gz (1,402 bytes) |
|
Pull request submitted here: https://github.com/Slicer/Slicer/pull/513 The info printed on the terminal now reads: ... |
|
Fixed in http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=25141 and http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=25142 |
|
Import 2017-06-07 23:51:09: master e1467b2a 2016-06-01 15:24:56 Details Diff |
BUG: Fix display of CPU properties in application info. Fixes 0004176 Instead of explicitly computing the frequency and displaying the number of cores, this commit updates the function "qSlicerApplication::displayApplicationInformations" to: * display the model name: The model name provides CPU vendor specific model and clock frequency in GHz. * the number of logical processors. Since the processor has a variable frequency (e.g. from 2.90GHz to 3.8 GHz for the Intel E3-1535M), calling "GetProcessorClockFrequency()" was returning a different result for each call. Before: CPU ......................: GenuineIntel 3.579 MHz, 1 cores After: CPU ......................: GenuineIntel Intel(R) Xeon(R) CPU E3-1535M v5 @ 2.90GHz, 1 cores, 8 logical processors Co-authored-by: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com> From: Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> git-svn-id: http://svn.slicer.org/Slicer4/trunk@25142 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Base/QTGUI/qSlicerApplication.cxx | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-04-22 10:20 | jrausch | New Issue | |
2016-04-22 10:20 | jrausch | Status | new => assigned |
2016-04-22 10:20 | jrausch | Assigned To | => jcfr |
2016-04-22 10:20 | jrausch | File Added: bug.tar.gz | |
2016-06-01 10:37 | sankhesh | Assigned To | jcfr => sankhesh |
2016-06-01 12:40 | sankhesh | Note Added: 0013911 | |
2016-06-01 15:27 | jcfr | Note Added: 0013922 | |
2016-06-01 15:27 | jcfr | Status | assigned => resolved |
2016-06-01 15:27 | jcfr | Fixed in Version | => Slicer 4.6.0 |
2016-06-01 15:27 | jcfr | Resolution | open => fixed |
2017-06-10 08:51 | jcfr | Changeset attached | => Slicer master e1467b2a |
2018-03-02 11:07 | jcfr | Status | resolved => closed |