24%
18.10.2017
. In this case, the template is *.dat.2
, which means find
will locate any file that ends in .dat.2
(note the use of the * wildcard). If I truly get desperate to find a file, I'll go to the root directory
24%
12.09.2018
,sync,no_root_squash) 192.168.0.2(rw,sync,no_root_squash)
For this case, the first line allows multiple IP address to be specified to all the machines with IP addresses between 192.168.0.0 and 192.168.0.255.
The second
24%
16.07.2019
_modules = cythonize("helloworld.pyx")
)
The first two lines are fairly standard for a Python setup.py
file. After that, the setup
command builds the binary (shared object). In this case, the command is to cythonize
the helloworld.pyx
file
24%
22.01.2020
_get(ospackages=['gcc', 'g++', 'gfortran'])
Stage0 += openmpi(cuda=False, infiniband=False,
prefix='/usr/local/openmpi', version='3.1.0')
The last line in the recipe adds the OpenMP MPI library to the specfile. In this case, it
24%
13.10.2020
, the parallelizable fraction of the application is p
= 1, or perfectly parallelizable. In this case, Amdahl’s Law reduces to a
= n
. That is, the speedup is linear with the number of cores and is also infinitely
24%
09.10.2023
.
In the case of NVMe, the device names (i.e., the file name in /dev/
) can be rather long, but logical. The first NVMe controller is referred to as nvme0
, the second nvme1
, and so on.
Several devices can
24%
06.05.2024
in case you want to plug in to debug the blade.
The blade by itself is really cool, but Kuleshov has gone a step further and designed a 1U server chassis (19 inches), the BladeRunner, that can accommodate
24%
10.06.2024
operations per second) using the high-performance Linpack (HPL) benchmark. However, this was not the case. It came in at number 2 on the TOP500 list, sending people to Twitter/X and other social media
24%
17.02.2015
is not desirable in many cases, so disabling these mechanisms is key. To disable 6to4, type:
netsh interface ipv6 6to4 set state disabled
You can switch off ISATAP with:
netsh interface ipv6 isatap set state
24%
10.04.2015
Data trend undoubtedly poses a huge challenge for today's applications. The task in these cases is processing large volumes of data that are either structured, unstructured, multi-structured, or semi