50%
20.10.2016
), has to be specified. Here is a simple example of the declaration:
INTEGER, TARGET :: a(3), b(6), c(9)
INTEGER, DIMENSION(:), POINTER :: pt2
Another quick example of multidimension arrays
50%
06.10.2019
# Configuration for the seed node DC1N1
04 # The name could stand for datacenter 1, node 1
05 DC1N1:
06 image: cassandra:3.10
07 command: bash -c 'if [ -z "$$(ls -A /var
50%
09.04.2019
HHcUtMH4cpYuBSjKnIT78VK/TGvZCgL37K
iYm71yE5BaFQSt+A5Wrlr8TDeNjHOOKY/3pInx79zr37w9OyT84dUwBfmn9Au0H8
HjA+1veU0FJLmj/LxvfA+tWM2l93HODwVar6NWqu9OQMw+XgX86UDo30b0MJb4iL
aENiukjDEW08bhjEJ3AbELoJgnT2jNmilDEwO8whW6
50%
13.06.2019
In this third and last article on OpenMP, we look at good OpenMP coding habits and present a short introduction to employing OpenMP with GPUs.
... that iteration space and run it across the threads as directed.
Listing 1: collapse
Clause
Fortran
C
!$omp do collapse(2)
do i=1,N
do j=1,N
A(i,j) = B(i,j) + C ...
In this third and last article on OpenMP, we look at good OpenMP coding habits and present a short introduction to employing OpenMP with GPUs.
50%
17.02.2015
RR can be removed as soon as its DNS time to live (TTL) has expired.
Listing 2
Fingerprint in the TLSA RR
$ dig TLSA _25._tcp.mail.sys4.de +short
3 0 1 9273B4E9040C1B9EE7C946EFC0BA8AAF2C ... 25
50%
25.03.2021
.io/hostname: "node2"
dataRaidGroups:
- blockDevices:
- blockDeviceName: "blockdevice-3f4e3fea1ee6b86ca85d2cde0f132007"
- blockDeviceName: "blockdevice-db84a74a39c0a1902fced6663652118e
50%
06.10.2019
": executable file not found in $PATH
0a2091b63bc5de710238fadc68ba3f5e0f9af8800ec7f76fd52a84c49a1ab0a7
Listing 3 shows that I do have a working container, so I'll deal with the network namespace
error now
50%
07.07.2020
SERVER PORT DEV FSID FSC
v4 c0a8010d 801 0:53 7867b2b773c843a1:83c2d5c0f7015194 no
For the NFS client, you can install FS-Cache on the desktop:
$ sudo apt-get install cachefilesd -y
By default, the cachefilesd
package
50%
20.03.2014
Sar Statistics Options
Key
Function
A
Outputs everything; equivalent to -bBdHqrRSuvwWy -I SUM -I XALL -m ALL -n ALL -u ALL -P ALL
b
I/O statistics and transfer
50%
22.12.2017
_ext, build commands --fcompiler options
running build_src
build_src
building extension "hw" sources
f2py options: []
f2py:> /tmp/tmpKa8a4p/src.linux-x86_64-2.7/hwmodule.c
creating /tmp/tmpKa8a4p/src.linux-x86