24%
28.06.2011
customers using automated systems to lower their overhead), measured services (i.e., pay for what you use), and elasticity (you need one server? 1,000 servers? No problem!). These elements are exemplified
24%
21.10.2011
(up to version 2.6.20) use a fixed heartbeat of 1,000Hz. On each tick, the kernel wakes up the processor and checks for any work to do. This approach obviously limits power savings.
Starting
24%
04.08.2020
-enabled as the first statement of the setup parameter with gc.enable().
Heisenberg's Law
Heisenberg's law of profiling [6] holds that measuring a computing system alters it. How am I altering the system
24%
28.06.2011
vzctlrestore VEID.
To be able to use OpenVZ, you will need a kernel with OpenVZ patches. One problem is that the current stable release of OpenVZ is still based on kernel 2.6.18, and what is known
24%
09.01.2013
with your S3 bucket, and you can use s3sync [6] to sync to S3 (somewhat like rsync). If you are running Windows, these Amazon S3 clients are available for backing up data to Amazon S3:
Amazon S3 Transfer
24%
21.11.2012
Laplace equation using Jacobi iteration method
003 ! Kadin Tseng, Boston University, November 1999
004 !
005 MODULE jacobi_module
006 IMPLICIT NONE
007 INTEGER, PARAMETER :: real4 = selected_real_kind(6
24%
31.10.2025
, PARAMETER :: real4 = selected_real_kind(6,37) ! Real
008 INTEGER, PARAMETER :: real8 = selected_real_kind(15,307) ! Double Precision
009 REAL(real8), DIMENSION(:,:), ALLOCATABLE :: unew
010 REAL
24%
18.06.2014
is it? Which user has the largest capacity? Which user has the most files? What is the oldest file and how old is it? These are deceptively easy questions to answer, but what if you have 1,000 users
24%
04.06.2014
the associated service can use. The following commands, which need to be run with the permissions of the client.admin
user, create the two pools:
ceph osd pool create cinder 1000
ceph osd pool create images 1000
24%
24.09.2015
that is 80% parallelizable (20% is serial, primarily because of I/O). For one process, the wall clock time is assumed to be 1,000 seconds, which means that 200 seconds is the serial portion of the application