Computer and Storage List: Difference between revisions

From Thom Group Wiki
Jump to navigation Jump to search
No edit summary
Line 136: Line 136:


head -1 /proc/meminfo
head -1 /proc/meminfo

To find out core counts, run

cat /proc/cpuinfo

NB the number of 'processors' may be different from the number of cores owing to hyperthreading. The 'cpu cores' value is the one to take for single CPU machines.

Revision as of 11:20, 31 August 2020

name office user cores processor RAM OS Video Ports Displays Hardware requests
carpathia 379 Alex 6 Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz 32GB Ubuntu 18.04.5
liminal 379 Alex 6 Intel(R) Core(TM) i7-7800X CPU @ 3.50GHz 64GB Ubuntu 18.04.5
hypatia 6 Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz 32GB Ubuntu 16.04
serenity Andreea 6 Intel(R) Core(TM) i7-5930K CPU @ 3.50GHz 64GB Ubuntu 16.04
sandstone 6 Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz 32GB Ubuntu 14.04.3
gritstone 6 Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz 32GB Ubuntu 16.04.4
moonraker Nick Lee 4 Intel(R) Xeon(R) E3-1270 v5 CPU @ 3.66GHz 64GB Ubuntu 16.04
obsidian Hugh 6 Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz 32GB Ubuntu 16.04
hylas Fabio 6 Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz 32GB Ubuntu 16.04
cerberus Alex 6 Intel(R) Core(TM) i7-5930K CPU @ 3.50GHz 32GB CentOS 7 [FPGA development board host]
chucksty David 6 Intel(R) Core(TM) i7-7800X CPU @ 3.50GHz 64GB Ubuntu 16.04.3
chesterian Bang 6 Intel(R) Core(TM) i7-7800X CPU @ 3.50GHz 64GB Ubuntu 16.04.3
nemesis 6 Intel(R) Core(TM) i7-4930X CPU @ 3.40GHz 16GB Ubuntu 16.04.3
cerebro Alavi & Thom Groups 12 x 20

16 x 8

2x Intel(R) Xeon(R) CPU X5650 @ 2.67GHz

2x Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz

48GB

64GB

Rocks 6.2 (CentOS 6.9)

Notes

To find out your OS version, run

  lsb_release -a

To determine the RAM, run

   head -1 /proc/meminfo

To find out core counts, run

   cat /proc/cpuinfo 

NB the number of 'processors' may be different from the number of cores owing to hyperthreading. The 'cpu cores' value is the one to take for single CPU machines.