16%
07.03.2019
this code, I’ll be a little naive and just use the data copy
directive to copy the data from the CPU to the GPU and back (Table 6). Notice that each kernel parallel loop
directive has its own data copy
16%
07.07.2020
the massive difference in time: 46.298s
in the first copy and 0.371s
in the second copy. Listing 6 shows the FS-Cache stats.
Listing 6: Stats for Local Directory Copy
# cat /proc/fs/fscache/stats
FS
16%
07.07.2021
-u $SLURM_JOB_USER dcgmi stats -g $groupid -e
sudo -u $SLURM_JOB_USER dcgmi stats -g $groupid -s $SLURM_JOBID
fi
A matching epilog is shown in Listing 6 for completeness. It writes the detailed job statistics report to the working directory
16%
10.11.2021
. As the level of compression increases, the amount of time to perform the compression increases and the amount of memory used increases. Compress level -6
is the default and is a reasonable trade-off between
16%
09.12.2021
in Listing 6.
Listing 6: gzip
and gpg
$ gzip -9 -c package-list.txt | gpg --symmetric --cipher-algo aes256 -o secure.gz.gpg
gpg: keybox '/home/laytonjb/.gnupg/pubring.kbx' created
The command line pipes
16%
13.04.2023
are working on a Warewulf4 cluster, so to add a new user (e.g.,testuser1
) to the system (Listing 6), you have to add two more steps so that the user appears on all of the compute nodes.
Listing 6: Adding
16%
29.09.2020
into EGroupware, if required.
Figure 1: With Collabora Online, EGroupware functions as a full-fledged office platform.
The Apache Guacamole [6] remote access
16%
02.02.2021
Connect [3], the Confluent Schema Registry [4], Kafka Streams [5], and ksqlDB [6] are examples of this kind of infrastructure code. Here, I look at each of these examples in turn.
Data Integration
16%
02.08.2021
to 10 times better performance than ownCloud 10.6.0 published in December 2020 and, so far, the last PHP-based ownCloud variant.
Some History
A shooting star in 2010, ownCloud hasn't make
16%
07.10.2014
5) and for iptables (Listing 6). Your mileage may vary.
Listing 6
Iptables Start and Stop Commands
start_command = /sbin/iptables -I INPUT -s %IP% -p tcp --dport 22 -j ACCEPT
stop