17%
18.07.2013
. A web page at Cal Tech also describes BBCP in more detail and includes some network tuning parameters to improve performance [22].
BBCP has the ability to compress data during transfer (--compress), do
17%
12.09.2013
rules in a rather simple fashion. For my example, I create the following uncomplicated firewall rules:
sudo ufw enable
primary:~$ufw logging on
primary:~$ufw default deny
primary:~$ufw allow 22/tcp
17%
14.03.2013
17 CREATE DATABASE quantum;
18 GRANT ALL PRIVILEGES ON quantum.* TO 'quantumdbadmin'@'%'
19 IDENTIFIED BY 'wozohB8g';
20 EOF
21 mysql -u root <22 CREATE DATABASE cinder;
23 GRANT ALL PRIVILEGES
17%
14.03.2013
(pr->pr_path), 0);
17 [...]
18 error = copyinstr(j.hostname,
19 &pr->pr_host, sizeof(pr->pr_host), 0);
20 [...]
21 pr->pr_ip = j.ip_number;
22 pr->pr_linux = NULL;
23 pr->pr_securelevel = securelevel
17%
30.01.2020
# Compute the potential energy and forces
174 12525000 7036459.0 0.6 2.0 for j in range(0, p_num):
175 12500000 7730669.0 0.6 2.2 if (i != j):
176