6%
10.10.2022
number of rotation time to retain the back logs (4
= 4 weeks).
Listing 2: logrotate Configuration
$ more logrotate.conf
# see "man logrotate" for details
# rotate log files weekly
weekly
# use the adm
6%
12.09.2022
that derived types did not facilitate. Note that MPI-4 is the current standard, of which MPI-IO is a part. With the use of collective I/O, MPI-IO has become a very powerful abstraction for improving I
7%
12.09.2022
high-profile HPC initiatives, such as Warewulf and Apptainer (formally Singularity). In parallel with launching Rocky Linux, Kurtzer started a company called CIQ to support Rocky development, consolidate
6%
08.08.2022
commands.
For example, a user on a Linux system starts tty-share
(Figure 4). The URL is shared with the Windows user who then pastes it in their browser. Figure 5 is a screenshot of the Brave browser
6%
13.07.2022
+A and then press d
). In the terminal, you should see something like:
$ ls -s
total 621176
4 Desktop 4 Downloads 4 Pictures 621144 Rocky-8.6-x86_64-dvd1.iso 4 Videos
4 Documents
6%
13.06.2022
-diagonal solver
LU – lower-upper Gauss–Seidel solver
The latest version of NPB is 3.4.2. Before NPB version 2.3, the benchmarks were all serial unless the compiler created multiprocessor binaries. NPB
6%
11.05.2022
vectors:
val sparseVec1: Vector = (5 -> 1.0) :: (10 -> 2.0) :: Nil
val sparseVec1 = svec((5 -> 1.0) :: (10 -> 2.0) :: Nil)
// Dense matrices:
val A = dense((1, 2, 3), (3, 4, 5))
// Sparse matrices:
val
6%
20.04.2022
. If you like, extended attributes add metadata to a file or directory, going beyond the definition of the inode.
Many Linux filesystems can use extended attributes:
ext2
ext3
ext4
JFS
6%
23.03.2022
of the inodes when the filesystem is created, resulting in a fixed number of inodes. For example, ext3 and ext4 filesystems do this. The result is that the filesystem has a fixed number of inodes, which
6%
24.02.2022
machines; (2) the Metadata Service (MDS), which contains Metadata Targets (MDTs); (3) Object Storage Services (OSS), which store file data on one or more Object Storage Targets (OSTs); and (4) the clients