59%
07.10.2014
.0 MB 2014-03-01 10:15 36467d 1
04 three.img 0 4.0 MB 0.0 MB 0.0 MB 2014-03-01 10:16 4e5a1c 3
05 two.img 0 4.0 MB 0.0 MB 0.0 MB 2014-03-01 10:15 a27d79 2
06 quark
58%
19.11.2019
that the conversion took effect:
$ sudo lvs -a vg-cache -o devices,segtype,lvattr,name,vgname,origin
Devices Type Attr LV VG Origin
/dev/nvme0n1(0) linear Cwi-aoC
58%
02.08.2021
with a different size (Listing 3). The output from the second command verifies that the RAM drives were created.
Listing 3
Adding RAM Drive of 32MB
$ sudo rapiddisk -a 32
rapiddisk 7.2.0
Copyright
57%
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
57%
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
57%
11.05.2021
, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192]
A = single( rand(N,N) );
B = single( rand(N,N) );
start = clock();
C = A*B;
elapsedTime = etime(clock(), start);
gFlops = 2*N*N*N / (elapsedTime * 1e+9);
disp(sprintf("N = %4d
57%
16.03.2021
Name : dev-machine:0 (local to host dev-machine)
UUID : e0e5d514:d2294825:45d9f09c:db485a0c
Events : 3
Number Major Minor RaidDevice State
0 252 0
56%
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.
56%
09.12.2021
. Notice that 7z
prompts twice for a password.
Listing 8: 7z
Encrypted Archive
$ 7z a -p -mx=9 -mhe data.7z package-list.txt
7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip
56%
03.12.2015
shows how the host system forwards port 443 to the container:
sudo iptables -t nat -A PREROUTING -p tcp --dport 443 -j DNAT --to-destination 10.0.3.190:443
The lxcbr0 interface is great for testing. If