28%
30.11.2025
a DNS server, it uses three standard addresses as its name servers: fec0::1, fec0::2 and fec0::3. The prefix fec0 was originally the counterpart to the RFC 1918 addresses but has been deprecated. If you
28%
07.03.2019
...
end do
#pragma acc parallel loop collapse(2)
{
for (i=0, i < n, i++) {
...
for (j=0; j < m; j++) {
...
}
...
}
}
If the loops cannot
28%
12.09.2022
= np.random.rand(nx,ny)*100.0 # Random data in arrayy
np.save(filename, a) # Write data to file
print(" Just finished writing file, ",filename,".npy")
# end for
The code in Listing 2 reads the five files
28%
05.12.2016
} ${TABLENAME} -nL ${CHAINNAME} 2> /dev/null 1> /dev/null
048 RET=$?
049 return ${RET}
050 fi
051 }
052
053 function delete_rule
054 {
055 # Find correct rule parameters
056 RULE=`echo ${@} | awk
28%
30.11.2025
of the commercial UCS variants for software makers and integrators.
UVMM
The current "Free for Personal Use" ISO of UCS 2.4 [4], ucs_2.4-0-100829-dvd-amd64.iso, isn't quite up to date. The Univention Virtual ... Using Univention Corporate Server 2.4 for virtual infrastructure management
28%
27.05.2025
_aixtoolbox_local.sh /aixtoolbox
Copying dnf_bundle_aix_73.tar to /tmp/dnf-20241003191846 .....
Extracting dnf_bundle_aix_73.tar ...
x ca-certificates-2023.2.60-0.aix7.1.ppc.rpm, 991206 bytes, 1936 tape blocks
...etc...
31:python
28%
21.08.2014
MIPS : 1993.93
17 processor : 2
18 BogoMIPS : 1993.93
19 processor : 3
20 BogoMIPS : 1993.93
21 Features : swp half thumb fastmult vfp edsp neon vfpv3 tls
22 CPU implementer : 0
28%
15.12.2016
are over i
= 2,n
− 1 and j
= 2,n
−1. Here is how you can write the iteration over the domain using array notation:
a(2:n-1,2:n-1) = 0.25 * &
(a(1:n-2,2:n) + a(3:n,2:n) + a(2:n,1:n-2) + a(2:n,3:n ... Modern Fortran – Part 2
28%
25.01.2017
) :: a[*] ! Array coarray
real, dimension(n), codimension[*] :: a ! Array coarray
integer :: cx[10,10,*] ! scalar coarray with corank of 3
! Array coarray with corank of 3 with different cobounds
real :: c(m,n) :: [0
28%
20.02.2023
=/etc/slurm/slurm.epilog.clean
NodeName=n0001 Sockets=1 CoresPerSocket=4 ThreadsPerCore=2 State=UNKNOWN
PartitionName=normal Nodes=ALL Default=YES MaxTime=24:00:00 State=UP Oversubscribe=EXCLUSIVE
Slurmctld