16%
04.12.2024
algorithms for the search. For example, a stored three-dimensional vector could be assigned the values [1.4, 3.8, -0.8]. Each query to the database is also translated into a vector (e.g., [1.3, 3.5, -0
16%
26.01.2025
-subuids 100000-65536 --add-subgids 100000-65536 koan
which allocates 65,536 sub-IDs starting from 100,000 to the user koan (substitute your username). As a result, the /etc/subuid and /etc/subgid files must both
16%
02.02.2021
payment = new Payment(orderId,**1000.00d);
07 final ProducerRecord record =
08 new ProducerRecord("transactions",
09 payment
16%
15.08.2016
of VMs by setting a limit or an IOPS guarantee. If you define, say, a limit of 1,000 IOPS for a group, all VMs together cannot exceed this limit. If five of six VMs are consuming virtually no resources
16%
05.11.2018
# for your environment.
05 #
06 #
07 # slurm.conf file generated by configurator.html.
08 #
09 # See the slurm.conf man page for more information.
10 #
11 ClusterName=compute-cluster
12 Control
16%
13.12.2018
.conf file generated by configurator.html.
08 #
09 # See the slurm.conf man page for more information.
10 #
11 ClusterName=compute-cluster
12 ControlMachine=slurm-ctrl
13 #
14 SlurmUser=slurm
15 Slurmctld
16%
27.09.2021
(20.04)
ami-000b3a073fc20e415
9.934
4.938
14.872
Fastest and Slowest
The slowest numbers were posted on RHEL 8 with nearly 70 seconds, to the consternation
16%
17.06.2017
_schema.events_statements_summary_global_by_event_name WHERE event_name LIKE "%/savepoint";
+------------+
| COUNT_STAR |
+------------+
| 1 |
+------------+
1 row in set (0.00 sec)
Hands On
The following sections demonstrate the installation
16%
11.02.2016
.yaml: Installing a Web Server
01 ---
02 - name: Install Apache
03 apt: pkg=apache2-mpm-prefork state=present
04
05 - name: Delete default Apache vhost
06 file: path=/etc/apache2/sites-enabled/000-default
16%
01.06.2024
* argv[])
08 {
09 long niter = 1000000000;
10 int myid; //holds process's rank id
11 double x,y; //x,y value for the random coordinate
12 int i;
13