55%
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
54%
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
54%
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
54%
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
54%
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
54%
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
54%
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
53%
27.08.2014
was the sequential write test using 1MB record sizes:
./iozone -i 0 -c -e -w -r 1024k -s 32g -t 2 -+n > iozone_write_1.out
To gather the block statistics, I ran ioprof in a different terminal window before I ran
53%
01.08.2012
: 288 M
Total download size: 4.4 M
Installed size: 297 M
Is this ok [y/N]: y
Downloading Packages:
(1/2): glibc-2.12-1.47.el6_2.9.i686.rpm
53%
12.05.2020
TAG IMAGE ID CREATED SIZE
cuda 10.1-base-ubuntu19.04-octave b01ee7a9eb2d 47 seconds ago 873MB
nvidia/cuda 10.1-base-ubuntu18.04 3b55548ae91f 4 months ago 106MB
hello