12%
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
12%
13.12.2018
Linux distribution (CentOS), my configured repos are as shown in Listing 1.
Listing 1
Configured Repos
01 $ sudo yum repolist | grep microsoft
02 packages-microsoft-com-mssql-server-2017
12%
01.06.2024
have a suitable vantage point to measure the target (Figure 1). Measurements must be produced in a reliable way and protected from unauthorized modification. Integrity systems assess measurements through
12%
22.12.2017
update --init
Next, pick up the source code for the official Debian package from Nginx:
cd /usr/src
mkdir nginx
cd nginx
apt-get source nginx
cd nginx-1.10.3
The sources contain a debian/rules file
12%
10.07.2017
to be installed on each node.
By default, the Pi Zero nodes are named p1.local
, p2.local
, p3.local
, and p4.local
. If you look at the ClusterHAT from above, at one end you can see the labels p1, p2, p3, and p4
12%
14.09.2021
(s): 1
NUMA node(s): 1
Vendor ID: AuthenticAMD
CPU family: 23
Model: 49
Model name
12%
04.08.2020
=container.inspection.start
docker-slim[build]: info=container status=created name=dockerslimk_1_20191223125148 id=d87e572be9182325c7d0af5cd672648a3ea13938013fd31c8627cf948d66015b
docker-slim[build]: info=cmd.startmonitor status
12%
21.08.2012
just two nodes: test1, which is the master node, and n0001, which is the first compute node):
[laytonjb@test1 ~]$ pdsh -w test1,n0001 uptime
test1: 18:57:17 up 2:40, 5 users, load average: 0.00, 0
12%
22.05.2023
for you to refer to the deployment later. For example, the command
mc alias set mycluster1 http://127.0.0.1:9000 minio minio
names the local deployment mycluster1
and sets the access key and secret key
12%
03.04.2024
the official MySQL repositories enabled, or by downloading from mysql.com. Unlike the traditional mysql command, it's not included by default with MySQL server (Figure 1). Once installed, you can use the server