17%
17.06.2017
03 REAL, ALLOCATABLE :: a(:,:)
04 INTEGER :: n
05 INTEGER :: allocate_status
06 n=1000
07 ALLOCATE( a(n,n), STAT = allocate_status)
08 IF (allocate_status /= 0) STOP "Could not allocate
17%
11.04.2016
that bypasses the filesystem and accesses the underlying layer (e.g., device files such as /dev/sda or /dev/dm-0) directly.
In comparison, a filesystem benchmark addresses the filesystem but does not necessarily
17%
05.09.2011
STAT
03 0 open-nebula-wn 0 100 99 100 1068948 921356 on
04 1 open-nebula-wn2 0 100 12 100 1173072 1027776 on
OpenNebula Configuration File
You
17%
09.01.2013
=/var/log/one/accounting.log
04
05 case "$1" in
06 "on"|"off")
07 mode=$1
08 shift
09 ;;
10 *)
11 echo "$0 error: wrong mode." >&2
12 exit 1
13 ;;
14 esac
15
16 if [ "$1
17%
17.02.2015
_64-comps.xml
.Spawning worker 0 with 8465 pkgs
03 Workers Finished
04 Saving Primary metadata
05 Saving file lists metadata
06 Saving other metadata
07 Generating sqlite DBs
08 Sqlite DBs complete
09
17%
21.08.2014
(prerelease) (GCC) ) #1 SMP PREEMPT Wed Sep 4 \
19:55:23 PDT 2013
06 shell@android:/ $ free
07 total used free shared buffers
08 Mem: 997720 880472 117248 0 12320
09 -/+ buffers
17%
11.06.2014
# replace: olcRootDN
07 dn: olcDatabase={2}bdb,cn=config
08 changetype: modify
09 replace: olcRootPW
10 olcRootPW: {SSHA}f0pv70XFFox5UqKc6A4Uy39NcxkqcJbc
11 -
12 replace: olcAccess
13 olcAccess: {0}to attrs
17%
10.06.2014
"ram": 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
17%
07.04.2022
"OriginalName": "
",
08 "OutputHandlers": [
09 {
10 "ParameterSetName": "viaInline",
11 "HandlerType": "Inline",
12 "Handler": "$args[0
17%
21.11.2012
_get_num_threads()
04
05 !$OMP PARALLEL PRIVATE (id)
06
07 id = omp_get_thread_num()
08 write(*,*) 'Thread ',id,' Checking in'
09
10 IF (id == 0) THEN
11 WRITE(*,*) ' Number of threads in use is ',omp