27%
01.02.2013
at the output of uptime
[1] on OS X:
13:03 up 2 days, 12:01, 2 users, load averages: 0.52 0.59 0.63
The uptime
command displays the load average in its common form, averaging the last one, five, and 15
27%
31.10.2025
at the output of uptime [1] on OS X:
13:03 up 2 days, 12:01, 2 users, load averages: 0.52 0.59 0.63
The uptime command displays the load average in its common form, averaging the last one, five, and 15 minutes
27%
20.06.2012
:
desktop_user_r:x:498:
floppy:x:19:
vcsa:x:69:
ctapiusers:x:497:
rtkit:x:496:
cdrom:x:11:
tape:x:33:
dialout:x:18:
saslauth:x:76:
avahi:x:70:
postdrop:x:90:
postfix:x:89:
qpidd:x:495:
ntp:x:38:
cgred:x:494
27%
18.06.2014
- 28 days]: 7379 ( 1.90%) ( 2.30% cumulative)
[ 28- 56 days]: 10655 ( 2.75%) ( 5.05% cumulative)
[ 56- 112 days]: 12079 ( 3.11%) ( 8.16% cumulative)
[ 112- 168 days]: 27551
27%
21.03.2017
. The generic command line below illustrates how to accomplish this,
$ gfortran code.f90 -fintrinsic-modules-path /usr/lib64/gfortran/modules \
-lhdf5_fortran -o exe
where code.f90
is the source file
27%
10.04.2012
to seamlessly create the illusion that there was just one computer. And that went through multiple iterations – in the ’70s with distributed computing, in the ’80s with network computing, in the ’90s with network
27%
21.01.2021
, it used 32-bit processors, limiting the addressable memory to 4GB. In the early 1990s, Cray launched some new systems. In 1991, the Cray C90, a development of the Cray Y-MP, was launched. It had a dual
27%
08.08.2018
(path to g++ compiler wrapper )
F77 (path to gfortran compiler wrapper )
F90 (path to gfortran compiler wrapper )
FC (path to gfortran compiler wrapper )
See the man pages for gcc, g++, gfortran (f77, f90). For
more
27%
18.09.2017
is Fortran 90 code for a simple serial Poisson solver for a rectangular grid (poisson_serial.f90
). Remora captures data every 10 seconds by default, so you need to adjust a few application parameters
27%
04.10.2018
)
F77 (path to gfortran compiler wrapper )
F90 (path to gfortran compiler wrapper )
FC (path to gfortran compiler wrapper )
See the man pages for gcc, g++, gfortran (f77, f90). For
more detailed