30%
21.08.2012
: 18:59:43 up 2:42, 5 users, load average: 0.05, 0.02, 0.01
n0001: ssh: connect to host n0001 port 22: Connection timed out
pdsh@test1: n0001: ssh exited with exit code 255
You can do many other
30%
13.12.2022
is my home network (192.168.x.x). The second NIC is connected to a private Ethernet network (10.0.0.1, subnet mask 255.255.252.0), which follows the network addressing discussed in the
30%
21.04.2015
are responsible for keeping the cluster consistent in the background, in collaboration with the MONs, whereas users always see the cluster but never the individual OSDs. A 20TB cluster grows to the appropriate size
30%
26.01.2025
22 ztable = join(ztable)
23 p = plot([f1 f2]; xrange=(0, 1), lc=[lc1 lc2], lw=2, xlabel="x", ylabel="y", label=["cos($c x)" "$(t)tan(x)"])
24 show(io, MIME"image/png"(), p)
25
30%
19.10.2012
12-core AMD processors ranging in speed from 2.2 to 2.9GHz with 24 to 128GB of RAM per server and up to 1TB of scratch local storage per node.
Getting applications running POD HPC clouds can be quite
30%
03.01.2013
:3.4.3-1.el6 epel 9.1 M
Installing for dependencies:
GraphicsMagick x86_64 1.3.17-1.el6 epel 2.2 M
GraphicsMagick-c++ x86_64 1.3.17-1.el6
30%
23.07.2013
admin (Table 1).
Table 1: PowerDNS Features
Authoritative DNS server (hosting)
Resolving DNS server (caching)
API to provision zones and records
DNSSEC support (as of 3.x
30%
25.08.2016
the same version on CentOS 6.x.
Figure 8: Gedit 2.30 on Windows 10.
The current version 3.20 (Figure 9) of gedit has a new, cleaner interface that works
30%
08.07.2018
seconds set connect timeout (default is 10 sec)
-u seconds set command timeout (no default)
-f n use fanout of n nodes
-w host,host,... set target node list on command line
-x
30%
19.09.2019
= np.array([10, 20, 30, 40])
print('a+b:\n', add_ufunc(a, b))
The answer should be:
a+b:
[11 22 33 44]
In the previous example, you had to put everything that was to run on the GPU into a single Numba