13%
13.04.2023
/apps/apps/conda/pkgs
[sudo] password for laytonjb:
[laytonjb@warewulf ~]$ ls -lstar /opt/apps/apps
total 12
4 drwxrwxrwx 5 root root 4096 Mar 12 11:15 ..
4 drwxrwxrwx 3 root root 4096 Mar 12 11:15 .
4 drwxrwxrwx 4 root root
13%
13.12.2018
is the distribution must include systemd [3].
However, if you really want to stay safe, you might want to rely on one of the three distributions officially supported by Microsoft:
RHEL 7.3+
SELS v12 SP2
13%
02.07.2014
:
[laytonjb@home4 ~]$ pdsh -w 192.168.1.250 uname -r
192.168.1.250: 2.6.32-431.11.2.el6.x86_64
The -w
option means I am specifying the node(s) that will run the command. In this case, I specified the IP
13%
26.01.2025
/resources-tools/resources/enhanced-visibility-and-hardening-guidance-communications-infrastructure.
OpenMP 6.0 Released
The OpenMP Architecture Review Board (ARB) has released version 6.0 of the OpenMP API ... In the news: Hetzner Announces S3-Compatible Object Storage; Ongoing Cyberattack Prompts New CISA Guidance for Communications Infrastructure; OpenMP 6.0 Released; Open Source Development Improves
13%
17.01.2023
:
ohpc-slurm-client x86_64 2.6-7.1.ohpc.2.6 OpenHPC-updates 6.9 k
Installing dependencies:
cairo x86_64 1.15.12-6.el8 appstream
13%
04.04.2023
:
ohpc-slurm-client x86_64 2.6-7.1.ohpc.2.6 OpenHPC-updates 6.9 k
Installing dependencies:
cairo x86_64 1.15.12-6.el8 appstream
13%
30.01.2013
, for a library that uses a specific compiler and MPI library, you would end up with a module names like atlas-3.10.0-opempi-1.6.2-open64-5.0
. The name is useful because it tells the user the library version
13%
20.03.2014
": 2048,
07 "resolvers": ["192.168.111.254"],
08 "disks": [
09 {
10 "image_uuid": "1fc068b0-13b0-11e2-9f4e-2f3f6a96d9bc",
11 "boot": true,
12 "model": "virtio"
13 }
14 ],
15
13%
16.05.2013
critical modules for HPC is probably sciGPGPU, which provides GPU computing capabilities. Using sciGPGPU within Scilab is relatively straightforward, but you need to know something about GPUs and CUDA [6
13%
07.06.2019
packages.
Listing 4
Two Packages, One Task
> # base
> dat <- data.frame(a = c(10, 11, 12),
+ b = c(4, 5, 6),
+ colour = c("blue", "green", "yellow