18%
21.08.2012
Listing 6: Torque Job Script
[laytonjb@test1 TEST]$ more pbs-test_001
1 #!/bin/bash
2 ###
3 ### Sample script for running MPI example for computing PI (Fortran 90 code)
4 ###
5 ### Jeff Layton ...
Listing 6 for Warewulf Part 4
... Listing 6 ... Listing 6: Warewulf – Part 4
18%
25.09.2023
-V architecture [3] (Figure 2). RISC-V is a relatively recent open source CPU instruction set available royalty-free and has successfully drawn interest from more than a dozen chip suppliers so far. It cannot yet
18%
30.01.2020
lvm2 --- <232.89g <232.89g
/dev/sdb lvm2 --- <6.37t <6.37t
Next, I add both volumes into a new volume group labeled vg-cache,
$ sudo vgcreate vg-cache /dev/nvme0n1 /dev
18%
11.04.2016
B/s ( 2.2 Gbit/s)
128 KiB blocks: 2176.5 IO/s, 272.1 MiB/s ( 2.3 Gbit/s)
256 KiB blocks: 751.2 IO/s, 187.8 MiB/s ( 1.6 Gbit/s)
512 KiB blocks: 448.7 IO/s, 224.3 MiB/s ( 1.9 Gbit/s)
1 MiB blocks
18%
21.08.2012
: 18:59:43 up 2:42, 5 users, load average: 0.05, 0.02, 0.01
n0001: ssh: connect to host n0001 port 22: Connection timed out
pdsh@test1: n0001: ssh exited with exit code 255
You can do many other
18%
25.03.2021
[1] sdc1[0]
244065408 blocks super 1.2 [2/2] [UU]
[=>...................] resync = 6.4% (15812032/244065408) finish=19.1min speed=198449K/sec
bitmap: 2/2 pages [8KB], 65536KB chunk
18%
07.10.2014
.snap
s ntestvm1.img 5 8.0 GB 292 MB 2.4 GB 2014-03-01 11:42 982a3a 2 mar.snap
s ntestvm1.img 6 8.0 GB 128 MB 2.6 GB 2014-03-10 19:48 982a3b 2 mar2.snap
ntestvm1.img 0 8.0 GB
18%
19.11.2019
volume "/dev/sdb" successfully created.
Then, I verify that the volumes have been appropriately labeled:
$ sudo pvs
PV VG Fmt Attr PSize PFree
/dev/nvme0n1 lvm2 --- <232.89g <232.89g
/dev/sdb lvm2 --- <6
18%
07.11.2023
5.3M 8.2k 5.3M 1% /run/lock
/dev/nvme1n1p1 1.1T 488G 468G 52% /home
/dev/nvme0n1p1 536M 6.4M 530M 2% /boot/efi
/dev/sda1 6.0T 3.4T 2.4T 60% /home2
tmpfs
18%
18.07.2012
.own
lib/atlas/3.8.4 mpi/mpich2/1.5b1-open64-5.0
module-cvs mpi/openmpi/1.6-gcc-4.4.6
[laytonjb@n0001 ~]$ module load compilers/open64/5.0
[laytonjb@n0001 ~]$ module list ... Warewulf Cluster Manager – Part 3