30%
14.08.2017
that I used the time command to time how long it took to run the command. The results were:
real 0m7.675s user 0m29.074s sys 0m1.002s
This looks to be pretty fast for compressing 358MB of data (on an SSD
30%
17.02.2015
://developer.nvidia.com/jetson-tk1
Odroid-XU3
Android 4.4, Linux
Samsung Exynos5422
Quad ARM Cortex-A15 @2.0GHz (32KB/32KB/2MB), Quad ARM Cortex-A7 @1.4GHz (32KB/32KB/512KB)
Mali-T628 MP6
30%
11.05.2021
.50GHz
Processor base frequency 2.5GHz
Max turbo frequency 4.5GHz
Cache 8MB
Four cores (eight with hyper-threading)
45W TDP
8GB DDR4-2933 memory
Maximum of two memory channels
30%
01.08.2012
| 358 kB 00:00
(4/12): hwloc-1.1-0.1.el6.x86_64.rpm | 1.0 MB 00:00
(5/12): libX11-1.3-2.el6.x86_64.rpm
30%
09.12.2019
| 50898000| 194.963| 3.83046e-06| 12.90%| for k in range(0, d_num):
149| 38173500| 166.983| 4.37432e-06| 11.05%| rij[k] = pos[k,i] - pos[k,j]
150| 0| 0| 0| 0
30%
30.01.2020
| 0| 0| 0| 0.00%| # Compute RIJ, the displacement vector.
148| 50898000| 194.963| 3.83046e-06| 12.90%| for k in range(0, d_num):
149
30%
30.01.2013
: open64 Compiler Family (C/C++/Fortran90/Fortran95 for x86_64)"
module-whatis "URL: http://www.open64.net/"
# for Tcl script use only
set topdir /opt/open64
set version 5.0
set
30%
14.11.2013
Controller
login2$ ls -s /sys/devices/system/edac/mc/mc0
total 0
0 ce_count 0 csrow1 0 csrow4 0 csrow7 0 reset_counters 0 size_mb
0 ce_noinfo_count 0 csrow2 0 csrow5 0 device 0 sdram
30%
18.07.2012
that come with the package. In this case, hwloc
itself is 1.0MB, but the sum of it and all of the dependencies is 11MB. Again, this might or might not seem like a large amount to you. It’s your decision
30%
21.08.2012
Listing 6: Torque Job Script
[laytonjb@test1 TEST]$ more pbs-test_001
1 #!/bin/bash
2 ###
3 ### Sample script for running MPI example for computing PI (Fortran 90 code)
4 ###
5 ### Jeff Layton