51%
07.01.2014
the space used in the two backup directories and the SOURCE
directory. The SOURCE
directory reports using 9.2MB; backup.0
, the most recent snapshot, also reports using 9.2MB (as it should), and backup.1
51%
03.12.2015
in the container configuration. The following example allows 100MB of RAM and 100MB of swap space:
lxc.cgroup.memory.limit_in_bytes = 100M
lxc.cgroup.memory.memsw.limit_in_bytes = 200M
Table 2 [7] provides
51%
19.06.2023
="unformatted")
write(2) b
close(2)
end program
The compiled code outputs the value of element (5,5)
for both the double-precision and real arrays:
./fortran_test1
a(5,5) = 9.9179648655938202
b(5,5) = 9
51%
22.12.2017
wall clock time = ', wtime
!
! Terminate.
!
write ( *, '(a)' ) ' '
write ( *, '(a)' ) 'HELLO_OPENMP'
write ( *, '(a)' ) ' Normal end of execution.'
!stop
end
For testing, I used f2py to build
51%
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
51%
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
51%
21.08.2012
just two nodes: test1, which is the master node, and n0001, which is the first compute node):
[laytonjb@test1 ~]$ pdsh -w test1,n0001 uptime
test1: 18:57:17 up 2:40, 5 users, load average: 0.00, 0
51%
21.08.2012
transaction check
---> Package fontconfig.i686 0:2.8.0-3.el6 will be installed
---> Package freetype.i686 0:2.3.11-6.el6_2.9 will be installed
---> Package gamin.i686 0:0.1.10-9.el6 will be installed
50%
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
50%
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