100%
22.12.2017
whereis command, which tells you whether a command is in $PATH and where it is located. For example, when I looked for perl (Figure 3), the output told me where the man pages were located, as well ... Several sophisticated command-line tools can help you manage and troubleshoot HPC (or other) systems. ... Command-line tools for the HPC administrator ... Line Items
97%
30.01.2020
and write counts), and page faults, both minor (MMU) and major (disk access).
Table 1
Format Specifiers*
Option
Function
C
Image name and command-line arguments (argv ... High Definition
91%
07.06.2019
(-l) starts off with a continuously updating single line providing network traffic statistics for the monitored interface:
$ vnstat -l
Monitoring eth0... (press CTRL-C to stop)
rx: 108 kbit ... Line Chatter
85%
05.08.2024
:
curl git pkg-config
0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
Need to get 3,409 kB of archives.
After this operation, 19.5 MB of additional disk space will be used.
Get:1 http://gb.archive.ubuntu.com ... Top of the Line
70%
07.10.2025
).
Figure 2: The virt-install command lets you install a virtual instance at the command line. Linbit virter is one possible alternative. © Debian Handbook, CC BY-SA 3.0 [11]
It makes sense to select ... DRBD9 and DRBD Reactor create a Linux high-availability stack for virtual instances with replicated storage comparable to the classic Corosync and Pacemaker solution. ... Create a high availability VM with DRBD9 and Reactor
62%
16.05.2013
,1000);
06
07 // Set host data on the Device (GPU)
08 dA = gpuSetData(A);
09 dC = gpuSetData(C);
10
11 d1 = gpuMult(A,B);
12 d2 = gpuMult(dA,dC);
13 d3 = gpuMult(d1,d2);
14 result = gpuGetData(d3); // Get ... Matlab-like tools for high-performance computing
60%
08.08.2018
The indispensable Lmod high-performance computing tool allows users to control their build and execution environment.
... this family
statement.) Adding this line helps users prevent self-inflicted problems. Even though the statement is somewhat optional, I highly recommend using it.
If the GCC 8.1 compiler is loaded ...
The indispensable Lmod high-performance computing tool allows users to control their build and execution environment.
54%
20.03.2023
Environment Modules are an indispensable tool for high-performance computing that allow you to switch between and among versions of compilers, libraries, and applications.
... detailed information on available compiler options and
command-line syntax. Also see the man pages for mpirun or
mpiexec on executing MPI applications.
]])
-- Local variables
local version = "4.1"
local base = "/opt/apps/GNU-8.5/MPICH-4.1/"
-- Whatis ...
Environment Modules are an indispensable tool for high-performance computing that allow you to switch between and among versions of compilers, libraries, and applications.
52%
19.11.2014
, and CPU activity" [3]. However, vmstat is a bit different from the top-like tools I mentioned previously: Rather than updating the screen so you see current values, vmstat prints a line of information ... Stat-like command-line tools for admins
49%
20.08.2012
With the seemingly unlimited number of Linux packages available today in repositories, sometimes it’s easy to get lost and miss out on the really high quality packages – those that offer the most ... , that make it worth a look. You can accomplish port forwarding with the -c
switch on the Ncat version of Netcat with this command line:
# nc -u -l -p port1 -c ' nc -u -l -p port2'
Somewhat astonishingly ...
With the seemingly unlimited number of Linux packages available today in repositories, sometimes it’s easy to get lost and miss out on the really high quality packages – those that offer the most