8%
28.11.2022
CKSUM
myvol2 ONLINE 0 0 0
draid1:3d:5c:1s-0 ONLINE 0 0 0
sdb ONLINE 0 0 0
sdc
8%
11.02.2016
shows a complete inventory definition that creates the backend host described in Listing 2.
Listing 3
Ansible Inventory
01 [backend]
02 192.168.0.1 # Backend-Server
Ansible is also
8%
09.06.2018
created by RPM, DEB, and other package formats contributed to the triumphant advance of Linux: In most cases, you did not have to search the Internet for a software source (e.g., as for Windows) and check
8%
18.02.2018
on the situation on the hard disk: If it is completely empty, the installation starts directly without further questions. In this case, click on the Root Password
icon and enter a new password for the all
8%
22.05.2023
, chances are S3 is among them.
Similar to S3, MinIO is designed for high-speed, low-latency access to data, making it suitable for use in demanding applications and environments. Mind you, in this case
8%
07.10.2014
Studio provides a library of more than 180 queries for different use cases (Figure 1). By default, these are stored in the program directory in the LPSV2Library.XML file. Additional user-defined queries
8%
06.10.2019
Script tutorials: https://wiki.selfhtml.org/wiki/JavaScript/Tutorials/Einstieg/Einbindung_in_HTML
JavaScript strings: https://www.w3schools.com/js/js_strings.asp
CC BY-SA 3.0: https
8%
16.08.2018
.el6.x86_64
Or, you can use a range of hosts on the command line:
$ pdsh -w host[1-11] uname -r
$ pdsh -w host[1-4,8-11] uname -r
In the first case, pdsh expands the host range to host1
, host2
, etc
8%
17.06.2017
Code
11111111112222222222
12345678901234567890123456789
-----------------------------
SUM = 0.0
D0 100 I=1,10
SUM = SUM + REAL(I)
100 CONTINUE
...
Y = X1 + X2
8%
09.01.2019
carried reuse of e_k prevents parallelization
Listing 1: Unparallelizable Code
do k=1,9
e_k(1) = real(e((k-1)*2+1))
e_k(2) = real(e((k-1)*2+2))
DP = e_k(1)*U_x(i,j) + e_k(2)*U_y(i,j)
f_eq = w(k)*rho(i,j)*(1.0+3.0*DP+(9.0/2.0)*(DP**2.0)-(3.0/2.0