17%
19.10.2012
12-core AMD processors ranging in speed from 2.2 to 2.9GHz with 24 to 128GB of RAM per server and up to 1TB of scratch local storage per node.
Getting applications running POD HPC clouds can be quite
17%
03.01.2013
), and untarred it into /opt
. This produces a subdirectory /opt/scilab-5.4.0
(which was the latest version as I wrote this). To run Scilab, I just used the command
/opt/scilab-5.4.0/bin/scilab
which brought up
17%
23.07.2013
=gmysql
# Tells our PowerDNS server we are using MySQL backend
config-dir=/etc/powerdns/pdns.d/
#Specify our configuration file
gmysql-host=127.0.0.1
#Configures the IP address that PowerDNS will listen
17%
25.08.2016
over the Free Software Foundation's copyright assignment policy.
Figure 3: Nano 2.0.9 on CentOS 6.8.
JOE
The last CLI editor I want to present
17%
19.09.2019
= np.array([10, 20, 30, 40])
print('a+b:\n', add_ufunc(a, b))
The answer should be:
a+b:
[11 22 33 44]
In the previous example, you had to put everything that was to run on the GPU into a single Numba
17%
07.03.2019
relative to the data values. For example, if the difference between two numbers is 100.0, but you are working with values of 10^8, then the difference (0.001%) might not be important. It’s really up
17%
05.10.2018
install -y autoconf automake libtool bison
$ yum install -y gcc-c++ patch readline readline-devel zlib zlib-devel
$ yum install -y libyaml-devel libffi-devel openssl-devel make bzip2
$ gem install public_suffix -v 2.0.5
$ yum
17%
13.12.2018
.3.1.21 # primary VPN
# router site 3
2 172.16.0.8 # primary VPN
# router site 4
3 10.4.1.25 # target host
# in site 4
# Problem: First link broken
17%
05.12.2014
://www.github.com/hbons/SparkleShare
–
Current version (as of October 2014)
7.0.2 (Community)
1.0.25
1.1
5.20141013
2.2
5.2.3
3.1.7
1.4
7.0
Release date
August
17%
05.02.2023
Map
18 metadata:
19 name: mariadb
20 labels:
21 app: mariadb
22 data:
23 MYSQL_ROOT_PASSWORD: mysqlroot
24 MYSQL_DATABASE: db1
25 MYSQL_USER: mysqluser
26 MYSQL_PASSWORD: mysqlpwd