21%
14.11.2013
of an uncorrectable error by factors of 9-400.
Uncorrectable errors following a correctable error are still small at 0.1%-2.3% per year.
+ The incidence of correctable errors increases with age
21%
26.02.2014
def
#
# Routine to add commas to a float string
#
def commify3(amount):
amount = str(amount)
amount = amount[::-1]
amount = re.sub(r"(\d\d\d)(?=\d)(?!\d*\.)", r"\1,", amount)
return amount[::-1
21%
29.09.2020
-system svclb-traefik-p46m5 2/2 Running 0 11m
kube-system coredns-d798c9dd-kjhjv 1/1 Running 0 12m
kube-system traefik-6787cddb4b-594
21%
07.02.2019
exiting the data region, the data from the accelerator is copied back to the host. Table 3 shows a simple example of using the copy
clause.
Table 3: The copy
Clause
Fortran
C
!$acc data copy(a
21%
10.04.2015
3
04 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
05 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
06 | Source Port
21%
05.08.2024
root:root /usr/local/bin/dockerize
FROM google/cloud-sdk:alpine
SHELL ["/bin/ash", "-o", "pipefail", "-c"]
RUN apk add --no-cache --virtual .build-deps alpine-sdk libffi-dev openssl-dev python3-dev py3
21%
12.09.2013
Via VX900
Via VX900
AMD A55E
AMD G-Series A50M
PXA 510 v7
Graphics processor
Via Chrome 9, integrated
Via Chrome 9, integrated
AMD Radeon HD 6250
21%
07.11.2011
OpenMP brings the power of multiprocessing to your C, C++, and Fortran programs.
... A\n");
05 #pragma omp barrier
06 Calculationfunction(B,C);
07 printf("C was calculated from B\n");
08 }
The Calculationfunction()
line in this listing calculates the second argument ...
OpenMP brings the power of multiprocessing to your C, C++, and Fortran programs.
21%
10.06.2024
Livermore National Labs also generated some excitement. It uses AMD MI300A accelerated processing units (APUs), and the HPE Slingshot network will be used in a Dragonfly topology. Much of the discussion
21%
07.06.2019
:
> numbers <- c(1, 2, 3, 4, 5)
The c() function – the c stands for "concatenate" – combines the individual elements listed in parentheses. An equals sign can be used as an alternative for assignments, in line