58%
30.01.2024
Dell Precision Workstation T7910
Power
1,300W
CPU
2x Intel Xeon Gold E5-2699 V4, 22 cores, 2.4GHz, 55MB of cache, LGA 2011-3
GPU, NPU
n/a*
Memory
57%
11.04.2016
the counters.
Listing 2
Content of csrow0
$ ls -s /sys/devices/system/edac/mc/mc0/csrow0
total 0
0 ce_count 0 ch0_dimm_label 0 edac_mode 0 size_mb
0 ch0_ce_count 0 dev_type 0 mem
56%
16.03.2021
-machine)
UUID : 833033c5:cd9b78de:992202ee:cb1bf77f
Events : 4
Number Major Minor RaidDevice State
0 259 2 0 active sync /dev/nvme0n1p1
1 8
56%
30.01.2020
Fmt Attr PSize PFree
/dev/nvme0n1 vg-cache lvm2 a-- 232.88g 232.88g
/dev/sdb vg-cache lvm2 a-- <6.37t <6.37t
Say I want to use 90 percent of the slow disk: I will carve a logical
55%
07.02.2019
/2),n
d(j) = c(j) - e(j)
end do
#pragma acc parallel loop copyin(a, b, e)
create(c) copyout(d)
{
for (int i=0; i < n; i++)
{
c[i] = a[i] * b[i]
}
for (int j=(n/2
55%
19.11.2019
VG Fmt Attr PSize PFree
/dev/nvme0n1 vg-cache lvm2 a-- 232.88g 232.88g
/dev/sdb vg-cache lvm2 a-- <6.37t <6.37t
Say I want to use 90% of the slow disk: I will carve a logical volume labeled slow
from the volume
55%
25.03.2020
mklabel gpt mkpart primary 1MB 100%
$ cat /proc/partitions | grep nvme
259 0 244198584 nvme0n1
259 2 244197376 nvme0n1p1
The next step is to create a RAID 5 volume to encompass all
55%
21.01.2020
7 1 56008 loop1
06 7 2 56184 loop2
07 7 3 91264 loop3
08 259 0 244198584 nvme0n1
09 8 0 488386584 sda
10 8 1 1024 sda1
11 8 2
55%
21.08.2012
1/20
Installing : freetype-2.3.11-6.el6_2.9.i686 2/20
Installing : fontconfig-2.8.0-3.el6.i686
55%
02.08.2021
SGEMM
for N = [2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192]
A = single( rand(N,N) );
B = single( rand(N,N) );
start = clock();
C = A*B;
elapsedTime = etime(clock(), start