13%
06.01.2012
as a dependency. It is free software released under the Affero General Public License Version 3. Version 2 of the software was released October 11, 2011. An online demo installation is available for public testing
13%
08.05.2019
. For example, the code in Listing 3 illustrates how to reduce a series of loops into a single fork/join structure.
Listing 3: Single Fork and Join
Fortran
C
!$omp parallel
!$omp for
do i=1,n
13%
15.11.2019
_foo.cpp
A recommended workflow for using hipify-perl is as follows:
1. Run the hipify-perl script on the CUDA source code.
2. Check the resulting HIP code into your preferred version control system.
3. Build the code
13%
10.06.2020
about the configuration (Figure 3). From here, you can change the color theme, check temperatures (I do not have lm-sensors
installed), and change a few other settings. A fairly short YouTube video about
13%
07.11.2023
vgdisplay
command lets you examine the volume group (Listing 2). Listing 3 shows the output from the vgs
and vgscan
commands.
Listing 2: vgdisplay
$ sudo vgdisplay
--- Volume group ---
VG
13%
20.06.2022
] or LaTeX [3]. However, these tools are complex, with syntax that is not necessarily intuitive, and require a certain period of familiarization. LaTeX is, strictly speaking, only a collection of macros
13%
20.06.2022
with the different editions of the operating system. Because the image was already mounted as a virtual drive on the filesystem, the command
Import-OSMedia
at the PowerShell command line (Figure 3) scans the mounted
13%
06.10.2022
_PRELOAD, as well.
libiotrace: Just Another Profiling Tool?
A typical CPU computes data faster than data can be fetched from or stored to main memory (the so-called memory wall) [3]. Storage only exacerbates
13%
05.02.2023
as "deprecated."
Stubborn
Despite NIST's recommendation to discontinue SHA-1 and despite the availability of a secure successor in the SHA-2 and, later, the SHA-3 family, SHA-1 continued to be used virtually
13%
05.02.2023
://www.freedesktop.org/wiki/Software/systemd/ContainerInterface/
STOPSIGNAL SIGRTMIN+3
CMD ["/bin/bash"]
Listing 2
setup_goss.sh
#! /bin/bash
set -uo pipefail
GOSSVER='0.3.18'
GOSSCDIR='/etc/goss'
RQRDCMNDS="chmod
echo
sha256sum
tee
wget"
pre