17%
05.12.2019
-created
09 - event: comment-added
10 comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*RECHECK
11 success:
12 gerrit:
13 # return to Gerrit Verified+1
14 Verified: 1
15 ... The Zuul 3 gating system is a free and flexible solution for continuous integration, delivery, and deployment. ... Zuul 3 ... Zuul 3, a modern solution for CI/CD
17%
11.10.2016
editor such as Vi or Emacs have adopted the easiest CLI editor they could find.
Figure 3: Nano 2.0.9 on CentOS 6.8.
Nano was released in 1999 as free
17%
20.06.2022
Installing the Ops Agent
:> agents_to_install.csv && echo '"projects/playground-gs/zones/europe-west3-c/instances/test-vm1","[{""type"":""ops-agent""}]"' > agents_to_install.csv && curl -sSO https://dl
17%
30.11.2025
need to specify the command with the desired sub-command, for which you can again get help. Typing
set address ?
takes you to a detailed syntax description (as shown in Figure 3). Thankfully
17%
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
17%
30.11.2025
, libraries, and standards that aimed to give developers the ability to produce complete web applications simply in Lua. One of the results was Xavante [3], a web server written in Lua. The Kepler project has
17%
09.01.2013
in a loop.
Thus, the application can be switched to Capsicum capability mode with just two additional lines of program code:
if (cap_enter() < 0)
error("cap_enter: %s",pcap_strerror(errno));
The following
17%
24.10.2011
).
Figure 1: The researcher’s equations covered CO2 emissions during the entire product lifecycle: manufacturing, operation of a 120-watt machine eight hours a day for six years, standby (14 watts, 16 hours
17%
21.04.2016
simple: You execute it like any other MPI binary:
> mpirun -np 4 -hostfile ./hostfile hello_mpi.sapp
node 0 : Hello world
node 1 : Hello world
node 3 : Hello world
node
17%
07.10.2025
=casper/vmlinuz,initrd=casper/initrd --extra-args 'console=ttyS0,115200n8'
This command is intended as an example. It assumes that a network bridge named br0 is set up on the system and that an ISO image of Ubuntu 24.04 Server is located