77%
28.11.2021
realistic compute benchmark that does not look like a stress exercise for a vintage math coprocessor or a GPU.
Comparing systems should always involve a real workload, and comparing an ARM with an x86 system
77%
04.12.2024
, forcing filesystem sync to ignore caching effects.
Random reads
and random writes
, run by the iozone [14] benchmark,
iozone -e -I -a -s 100M -r 4k -i 0 -i 1 -i 2 [-f ]
are 4K random I
77%
18.07.2013
, confirm by pressing YES
, and you are taken to a kind of minimal VMS.
Listing 1
vax.ini
01 load -r ka655x.bin
02 attach nvr nvram.bin
03 set cpu 64m
04
05 set rq0 ra92
06 set rq1 ra92
07 set ... 15
77%
10.06.2024
followed were:
Aurora not being number 1
Rumors had been circulating, and people had been hoping, that the full Argonne Aurora would exceed (or come close to) 2 exaflops (2x10^18 floating point
77%
14.08.2017
-Agent: curl/7.51.0
08 > Accept: */*
09 >
10 < HTTP/1.1 200 OK
11 < Content-Type: application/json
12 < Content-Length: 382
13 < X-Content-Type-Options: nosniff
14 < Server: WEBrick/1.3.1 (Ruby/2
77%
05.02.2019
": "node bin/hello-cdk.js",
03 "context": {
04 "cidr_by_env": {
05 "dev": "10.100.0.0/16",
06 "qa": "10.200.0.0/16",
07 "prod": "10.300.0.0/16"
08 },
09 "max_azs": {
10
76%
16.01.2013
Cloud computing has become a viable option for high-performance computing. In this article, we discuss the use case for cloud-based HPC, introduce the StarCluster toolkit, and show how to build ... (nsamples):
12 x = random.random()
13 y = random.random()
14 if (x*x)+(y*y)<1:
15 inside += 1
16
17 mypi = (4.0 * inside)/nsamples
18 pi = comm.reduce(mypi, op=MPI.SUM, root=0)
19
20 if rank ...
Cloud computing has become a viable option for high-performance computing. In this article, we discuss the use case for cloud-based HPC, introduce the StarCluster toolkit, and show how to build
76%
11.02.2016
DestinationSizeChange 41943106 (40.0 MB)
Another view of the file statistics lists which file effected the change:
# gunzip -c /mnt/backup/rdiff-backup-data/file_statistics.\
2015-03-15T10\:44\:06+01\:00.data.gz | awk '$2
76%
25.09.2023
="chmod
---
> RQRDCMNDS="apt-get
> chmod
13a17
> mkdir
15a20
> usermod
35c40
< if ! wget "https://mmonit.com/monit/dist/binary/${MONITVER}/monit-${MONITVER}-linux-x64.tar.gz" -O /tmp
76%
08.04.2014
03 memory = Memory()
04
05 @memory.cache(ignore=['verbose'])
06 def f(x, verbose=0):
07 if verbose > 0:
08 print('Running f(x).')
09 return x
On Disk
Joblib also provides two