1
2
3
4
5
6
7
...
9
Next »
100%
27.09.2021
T), thanks to a binary of just 100MB. The perfect laboratory companion that offers immediate access to Kubernetes is the clever minikube [2].
Another distribution caught my eye recently when I was arriving ... A zero-ops installation of Kubernetes with MicroK8s operates on almost no compute capacity and roughly 700MB of RAM.
77%
11.05.2021
, 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);
gFlops = 2*N*N*N / (elapsedTime * 1e+9);
disp(sprintf("N = %4d
76%
02.08.2021
with a different size (Listing 3). The output from the second command verifies that the RAM drives were created.
Listing 3
Adding RAM Drive of 32MB
$ sudo rapiddisk -a 32
rapiddisk 7.2.0
Copyright
76%
13.12.2022
/6): tftp-server-5.2-24.el8.x86_64.rpm 123 kB/s | 49 kB 00:00
(4/6): dhcp-server-4.3.6-47.el8.x86_64.rpm 3.9 MB/s | 529 kB 00:00
(5/6): bind
74%
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
73%
07.01.2014
/laytonjb/TEST/SOURCE/ backup.0/
[laytonjb@home4 TEST]$ ls -s
total 12
4 backup.0/ 4 backup.1/ 4 SOURCE/
[laytonjb@home4 TEST]$ du -sh
19M .
[laytonjb@home4 TEST]$ du -sh SOURCE/
9.2M SOURCE/
[laytonjb@home4 TEST]$ du -sh
72%
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
70%
16.03.2021
, ioengine=libaio, iodepth=32
fio-3.12
Starting 1 process
Jobs: 1 (f=1)
test: (groupid=0, jobs=1): err= 0: pid=5872: Sat Jan 9 16:35:08 2021
read: IOPS=251k, BW=979MiB/s (1026MB/s)(2045MiB/2089msec
69%
12.09.2013
approx. US$ 600
approx. US$ 335
CPU
Via Eden X2/1GHz
Via Eden X2/1GHz
AMD G-T44R/1.2GHz
AMD G-T56N/1.6GHz
Marvell ARMADA PXA 510 v7.1
Chipset
69%
25.09.2013
5.25
Sandy Bridge EP (2012)
16 (8)
78
4.88
Sandy Bridge EP (2012)
12 (6)
78
6.5
Sandy Bridge EP (2012)
8 (4)
78
9
1
2
3
4
5
6
7
...
9
Next »