57%
07.06.2019
image=$1
23
24 echo "Retrieving Docker Hub token.
25 IMAGE: $image
26 " >&2
27
28 curl --silent "https://auth.docker.io/token?scope=repository:$image:pull&service=registry.docker.io" | jq -r
57%
02.08.2022
, with each band having a width of 1 standard deviation. Attribution 2.5 Generic (CC BY 2.5).
The lower bound of performance, or the left-hand portion of Figure 1, is of most interest. As always in HPC
57%
30.01.2020
is that the default time command is actually one of the bash-builtins [1]:
$ type time
time is a shell keyword
$ which time
/usr/bin/time
There is time, and then there is GNU time [2]. The standalone binary version
57%
06.10.2022
to the caller in rax
.
For instance, the open syscall (Table 1), is numbered 2, which goes in rax
, and its arguments filename, flags, and mode are passed in rdi
, rsi
, and rdx
.
Table 1
x86
57%
20.05.2014
with a timeline and milestone support. The software requires Python 2.5 on the server, and the database can be MySQL, PostgreSQL, or SQLite. With a little effort, Trac can be also used across multiple projects ... 20
57%
19.06.2013
the TOP500 list, Titan at Oak Ridge National Lab. Titan can deliver 20PFLOPS of performance on the HPL benchmark using AMD Opteron processors and NVidia K20x accelerators. To reach exascale with the same
57%
18.07.2013
't want to spend your time translating between the options in different versions, so get the latest if you can. I'm only covering the latest version here, which, at the time of writing, is 2.7.x. Using
57%
18.08.2021
used were:
Ubuntu 20.04
Conda 4.10.3
Python 3.8.10
TensorFlow 2.4.1
cudatoolkit 10.1.243
System CUDA 11.3
Nvidia driver 465.19.01
A summary of the model is shown in Table 1
57%
17.06.2017
on 'Enterprise Edition'
-s: creates image based on 'Standard Edition 2'
-x: creates image based on 'Express Edition'
-i: ignores the MD5 checksums
* select one edition only: -e, -s, or -x
LICENSE CDDL 1
57%
17.02.2015
generic-service
21 host_name ubuntusrv
22 service_description Current Users
23 check_command check_nrpe!check_users!20!50
24 }
25
26 define ... 25