26%
20.02.2012
time: 11.79 secs
Data transferred: 2.47 MB
Response time: 0.22 secs
Transaction rate: 35.79 trans/sec
Throughput: 0
26%
19.02.2013
interface eth3
09 ip ospf message-digest-key 1 md5 hallo123
10 !
11 !
12 router ospf
13 redistribute connected
14 network 172.16.1.0/24 area 0.0.0.0
15 network 172.17.0.0/
16 area 0.0.0.016 network 192,168.1.0
26%
18.03.2020
compilers, version 19.10. Open MPI 3.1.3, which came prebuilt with the PGI compilers, was used in the tests.
The Docker-CE (Community Edition) v19.03.8 build afacb8b7f0, Ubuntu version (on which Linux Mint
26%
21.08.2012
mom_manager_port = 15003
gpus = 0
n0001
state = down
np = 3
ntype = cluster
mom_service_port = 15002
mom_manager_port = 15003
gpus = 0
By default, Torque defines
26%
30.01.2024
Dell Precision Workstation T7910
Power
1,300W
CPU
2x Intel Xeon Gold E5-2699 V4, 22 cores, 2.4GHz, 55MB of cache, LGA 2011-3
GPU, NPU
n/a*
Memory
26%
03.02.2022
CPUs.
Listing 5
numactl
$ numactl --hardware
available: 1 nodes (0)
node 0 cpus: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
26%
14.09.2021
$(find /sys/devices/system/cpu -regex ".*cpu[0-9]+/topology/thread_siblings_list") | sort -n | uniq
0,32
1,33
2,34
3,35
4,36
5,37
6,38
7,39
8,40
9,41
10,42
11,43
12,44
13,45
14,46
15,47
16,48
17,49
18,50
19,51
20,52
21,53
22,54
23,55
24,56
25
25%
07.10.2014
sleeping (270), the number of tasks stopped (0), and the number of zombie tasks (0).
Figure 3: Second line of output from Top while running an application
25%
21.08.2012
6 ### 8/5/2012
7
8 ### Set the job name
9 #PBS -N mpi_pi_fortran90
10
11 ### Run in the queue named “batch”
12 #PBS -q batch
13
14 ### Specify the number of cpus for your job. This example
25%
15.08.2012
, elements of the distributed array, j
(created above) can be changed (not just the local references; in this case, rows 1-2 and columns 1-8):
julia> j[2,2]=0;
julia> j[8,8]=0;
julia> print(j);
8x8 Float