49%
08.10.2015
context
Step 0 : FROM fedora
---> 7d3f07f8de5f
Step 1 : MAINTAINER Thorsten Scherf
---> Running in e352dfc45eb9
---> f66d1467b2c2
Removing intermediate container e352dfc45eb9
Step 2 : RUN yum update -y
49%
09.04.2019
HHcUtMH4cpYuBSjKnIT78VK/TGvZCgL37K
iYm71yE5BaFQSt+A5Wrlr8TDeNjHOOKY/3pInx79zr37w9OyT84dUwBfmn9Au0H8
HjA+1veU0FJLmj/LxvfA+tWM2l93HODwVar6NWqu9OQMw+XgX86UDo30b0MJb4iL
aENiukjDEW08bhjEJ3AbELoJgnT2jNmilDEwO8whW6
49%
14.09.2021
cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignss
e 3dnowprefetch osvw ibs skinit wdt tce
49%
09.01.2019
3: Gang Execution
Fortran
C
!$acc parallel
do i=1,n
! do something
enddo
!$acc end parallel
#pragma acc parallel
{
for (int i=0; i < n
49%
09.09.2024
images
REPOSITORY TAG IMAGE ID CREATED SIZE
ubuntu-24.04-dev2 latest 8f311b6fbb1e 9 seconds ago 1.82GB
ubuntu-24.04-dev1 latest 2358ab17d70c 35 minutes ago 149MB
49%
08.06.2021
= np.random.rand(nx,ny)
c = np.dot(a,b)
stop = time.perf_counter()
print("Elapsed time = ",(stop-start)," secs")
print(" ")
The Legate version of the code simply changes the import
command to:
import legate.numpy as np
49%
05.02.2019
. To compare how Kata Containers performs against a runC run time, the script in Listing 3 starts 100 containers from the nginx image and stores a short, individual and static file, each containing the number
49%
16.08.2018
| swift | object-store |
| aef9ec430ac2403f88477afed1880697 | aodh | alarming |
| b0d402a9ed0c4c54ae9d949e32e8527f | neutron | network |
| b3d1ed21ca384878b5821074c4e0fafe
49%
02.06.2020
this problem, so I decided to take that route instead of installing Cargo.
From the Releases page [3] on the GitHub, repository you can see the latest build. In my case, that was version 0.9.0 at the time
49%
05.02.2019
but independently of one another (Figure 2).
Table 3
Gang Execution
Fortran
C
!$acc parallel do i=1,n ! do something enddo!$acc end parallel
pragma acc parallel{ for (int i=0; i