46%
28.03.2012
Interrupts
l
Lustre
m
Memory
n
Networks
s
Sockets
t
TCP
x
Interconnect
y
Slabs
Notice how all
46%
20.05.2014
size: 17920 MB
node 3 free: 16428 MB
node distances:
node 0 1 2 3
0: 10 20 20 20
1: 20 10 20 20
2: 20 20 10 20
3: 20 20 20 10
Note that the SLIT table in Listing 5 ... 20
46%
27.08.2014
was the sequential write test using 1MB record sizes:
./iozone -i 0 -c -e -w -r 1024k -s 32g -t 2 -+n > iozone_write_1.out
To gather the block statistics, I ran ioprof in a different terminal window before I ran
46%
20.03.2023
.exe
QUAD_MPI
FORTRAN90/MPI version
Estimate an integral of f(x) from A to B.
f(x) = 50 / (pi * ( 2500 * x * x + 1 ) )
A = 0.00000
B = 10.0000
N = 9999999
46%
09.04.2019
).
Listing 2
Arrays
julia> a = [1 2];
1x2 Array{Int64,2}:
1 2
julia> b = [3 4];
1x2 Array{Int64,2}:
3 4
julia> [a b]
1x4 Array{Int64,2}:
1 2 3 4
julia> [a; b]
2x2 Array{Int64,2}:
1 2
3 4
46%
10.04.2015
.1.19
# ifOutErrors
snmpwalk -v1 -Oqs -c $ROCOMMUNITY $HOST .1.3.6.1.2.1.2.2.1.20
}
# Directory for logfiles
LOGDIR="/home/falko/monitorlog"
# community string
ROCOMMUNITY="community"
# date
YEAR=$( date
46%
17.07.2013
Hadoop version 2 expands Hadoop beyond MapReduce and opens the door to MPI applications operating on large parallel data stores.
... confusion when you’re ready to download, but in general, the 0.20.X branch is version 1, and the 0.23.X branch is version 2.
To understand what YARN is and why it is needed, some background on Hadoop may ...
Hadoop version 2 expands Hadoop beyond MapReduce and opens the door to MPI applications operating on large parallel data stores.
46%
09.01.2013
.
Listing 1
Samsung SSD Inquiry
[root@home4 ~]# smartctl -i /dev/sdb
smartctl 5.43 2012-06-30 r3573 [x86_64-linux-2.6.32-358.18.1.el6.x86_64] (local build)
Copyright (C) 2002-12 by Bruce Allen, http
46%
21.11.2012
.0d0)
109
110 ! Top of unit square: (N)
111 DO i=1,m
112 x=delta*(i-1)
113 u(i,m) = dsin(pi*x)*dexp(-pi)
114 ENDDO
115
116 ! Bottom of unit square: (S)
117 DO i=1,m
46%
16.03.2021
identified the following physical drives that I will be using in my examples:
$ cat /proc/partitions |grep -e sd[c,d] -e nvm
259 0 244198584 nvme0n1
259 2 244197543 nvme0n1p1
8 32