52%
20.10.2016
), has to be specified. Here is a simple example of the declaration:
INTEGER, TARGET :: a(3), b(6), c(9)
INTEGER, DIMENSION(:), POINTER :: pt2
Another quick example of multidimension arrays
52%
02.10.2012
addresses to connect /etc/hosts.allow
, the file would simply look like this:
sshd: 10.10.10.10, 1.2.3.4, 21.21.21.21
TCP Wrappers works nicely, even if you change the standard SSH port (it’s usually TCP
52%
13.04.2023
Interactive HPC applications written in languages such as Python play a very important part today in high-performance computing. We look at how to run Python and Jupyter notebooks on a Warewulf 4 ... spider" to find all possible modules and extensions.
Use "module keyword key1 key2 ..." to search for all possible modules matching any of the "keys".
[laytonjb@warewulf ~]$ module load anaconda.22.9
52%
23.03.2022
Inodes IUsed IFree IUse% Mounted on
udev 32968052 916 32967136 1% /dev
tmpfs 32983590 1409 32982181 1% /run
/dev/nvme0n1p2 31227904 814030 30413874 3% /
tmpfs 32983590
51%
26.02.2014
:
import re # Needed for regex
except ImportError:
print "Cannot import re module - this is needed for this application.";
print "Exiting..."
sys.exit();
def bytes2human(n
51%
20.03.2014
to the minimum file allocation size a filesystem manages and effectively represent the smallest possible disk allocation for a file. (A smaller file would be padded with slack space to that minimum allocation
51%
06.10.2022
rd_size=524288
root@focal:~# ls /dev/ram0
/dev/ram0
root@focal:~# fallocate -l 2M header.img
root@focal:~# echo -n "not a secure passphrase" | cryptsetup luksFormat -q /dev/ram0 --header header
51%
20.06.2012
:root
bin:x:1:root,bin,daemon
daemon:x:2:root,bin,daemon
sys:x:3:root,bin,adm
adm:x:4:root,adm,daemon
tty:x:5:
disk:x:6:root
lp:x:7:daemon,lp
mem:x:8:
kmem:x:9:
wheel:x:10:root
mail:x:12:mail
uucp:x:14 ... Warewulf Cluster Manager – Part 2
51%
22.08.2017
( *, '(a)' ) ' '
write ( *, '(a)' ) 'HELLO_OPENMP'
write ( *, '(a)' ) ' Normal end of execution.'
!stop
end
For testing, I used f2py
to build the module, using the GFortran compiler version 7
51%
10.06.2015
to the first sed I know that here is only a SINGLE space
45 display_list="$(sed ':a;N;$!ba;s/\n / /g'<<<"$xrandr_current" | sed \
-n -e 's/^\([a-zA-Z0-9_-]\+\) connected.* \([0-9]\+\)mm.* \([0-9]\+\)mm