30%
09.04.2019
).
Listing 2
Arrays
julia> a = [1 2];
1x2 Array{Int64,2}:
1 2
julia> b = [3 4];
1x2 Array{Int64,2}:
3 4
julia> [a b]
1x4 Array{Int64,2}:
1 2 3 4
julia> [a; b]
2x2 Array{Int64,2}:
1 2
3 4
30%
02.02.2021
.42.0.255
dhcp_subnets:
- ip: 10.42.0.0
netmask: 255.255.255.0
domain_name_servers:
- 10.42.0.10
- 10.42.0.11
range_begin: 10.42.0.200
range_end: 10.42.0.254
ntp
30%
09.10.2017
Formats
2
2
1
Self-Explanatory Process
3
2
3
Total
11
9
10
* 1, almost; 2, on average; 3, comprehensively
30%
20.03.2023
.exe
QUAD_MPI
FORTRAN90/MPI version
Estimate an integral of f(x) from A to B.
f(x) = 50 / (pi * ( 2500 * x * x + 1 ) )
A = 0.00000
B = 10.0000
N = 9999999
30%
30.05.2021
A long time ago, I was a system administrator for a couple of HPC systems, but I also inherited two Hewlett-Packard (HP) N-class servers (mainframes). Along with two WORM storage units, these were
30%
05.11.2018
One way to share HPC systems among several users is to use a software tool called a resource manager. Slurm, probably the most common job scheduler in use today, is open source, scalable, and easy ... infinite 4/9/3/16 node[212-213,215-218,220-229]
This example lists the status, time limit, node information, and node list of the p100 partition.
sbatch
To submit a batch serial job to Slurm, use the ...
One way to share HPC systems among several users is to use a software tool called a resource manager. Slurm, probably the most common job scheduler in use today, is open source, scalable, and easy
30%
28.11.2021
.
As the name suggests, PromQL is a query language that can be employed to extract information from the Prometheus TSDB. A common structure is the use of a metric name (a value) together with one or more labels
30%
10.04.2015
.org
Tutanota
ProtonMail
Mailbox from EUR1
Yes/2GB
Yes/2GB
Free/1GB
Free/500MB
Storage space expansion
Yes
Yes
Yes
Currently
30%
05.12.2014
/home/chris/.cache/software-center/piston-helper/software-center.ubuntu.\
com,api,2.0,applications,en,ubuntu,precise,\
amd64,,bbc2274d6e4a957eb7ea81cf902df9e0:
"description": "La revista
30%
30.01.2020
The Linux kernel already contains a variety of packet filters, starting with ipfwadm and followed by ipchains and iptables. Kernel 3.13 saw the introduction of nftables [1], which uses the nft tool