32%
10.04.2015
; Figure 3) [6], and Project Atomic, "a lean and mean OS built for containers" [7] looks promising, despite the beta state. If you want to dive deeper into the underlying technology, the OpenShift blog
32%
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
32%
21.08.2012
with the compute node:
[root@test1 ~]# pbsnodes -a
n0001
state = free
np = 3
ntype = cluster
status = rectime=1343594239,varattr=,jobs=,state=free,netload=118255091,gres=,loadave=0.02,ncpus=3
32%
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
32%
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.
32%
20.03.2014
to the minimum file allocation size a filesystem manages and effectively represent the smallest possible disk allocation for a file. (A smaller file would be padded with slack space to that minimum allocation
32%
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
32%
25.03.2021
.io/hostname: "node2"
dataRaidGroups:
- blockDevices:
- blockDeviceName: "blockdevice-3f4e3fea1ee6b86ca85d2cde0f132007"
- blockDeviceName: "blockdevice-db84a74a39c0a1902fced6663652118e
32%
28.03.2012
--------><----------Disks-----------><----------Network---------->
#cpu sys inter ctxsw KBRead Reads KBWrit Writes KBIn PktIn KBOut PktOut
3 1 1421 2168 0 0 41000 90 0 2 0 0
3 2 1509 2198 64 2 49712
31%
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