11%
14.10.2019
is a simple broadcast (bcast
) of a Python dictionary:
from mpi4py import MPI
comm = MPI.COMM_WORLD
rank = comm.Get_rank()
if rank == 0:
data = {'key1' : [7, 2.72, 2+3j], 'key2' : ( 'abc', 'xyz')}
else
11%
11.02.2016
+----------------------------------+---------+---------------------+
40 | 47e0142a3638fdc24fe40d4e4fbce3f1 | Row 1 | 2015-09-13 15:24:12 |
41 | b833c1e4c5bfc47d0dbe31c2e3f30837 | Row 3 | 2015-09-13 15:24:14 |
42 | c7d46523a316de4e1496c65c3cbdf358 | Row 2 | 2015
11%
04.10.2018
of their internal 2.5-inch SATA devices, coming in at a mere 2.3x3x0.5 inches (5.8x7.6x1.3 cm) – smaller than a Post-it note (Figure 1). Available in sizes ranging from 256GB to 2TB, the specimen in our lab is the MU
11%
14.11.2013
_NAME DBID CON_UID GUID STATUS CREATION_SCN
=====================================================================;
2 PDB$SEED 4062623230 4062623230 E0C9D94CE3B6497
11%
12.08.2015
Ellie Arroway
: You found the primer.
S. R. Hadden
: Clever girl! Lights. … Pages and pages of data. Over 63 thousand in all, and on the perimeter of each
…
Ellie Arroway
: …
alignment
11%
09.10.2017
, not shrink them.
Linux LVM also lets you rearrange data on the fly, which allows hot-swappable configurations, for example, in cluster environments. You can optimize the configuration of your mass storage
11%
30.05.2021
, and the pillar data is retrieved from minion01:
# salt 'minion01' saltutil.pillar refresh
# salt "minion01" pillar.items
As a result, you now see all pillar data associated with minion01 (Figure 3
11%
27.09.2024
was needed so containers could save data in a directory before crashing or stopping. This problem prompted the Container Storage Infrastructure (CSI) in 2019 to standardize a series of APIs that Kubernetes can
11%
07.06.2019
://creativecommons.org/licenses/by-sa/3.0/legalcode
Jenkins plugin repository: https://github.com/jenkinsci/configuration-as-code-plugin/tree/master/demos
The Author
Tomasz "Majkel" Szandala is a PhD student
11%
02.06.2020
. As on the R&D computer, I used Python 3.7 and pip to install the TensorFlow Lite Runtime wheel package. In this case, the Raspberry Pi is running Raspbian Buster, so I install the Python wheel as follows:
pip3