67%
21.08.2012
9/20
Installing : libxcb-1.5-1.el6.i686 10/20
Installing : libX11-1.3-2.el6.i686
66%
30.11.2020
the code is straightforward:
$ mpirun -n 4 -f ./hosts python3 trap-mpi4py.py
Another sample problem (Listing 8) integrates x
^2 over the interval from 0.0 to 2.0. The output contains information about what
66%
22.05.2012
installed and latest version
Package automake-1.11.1-1.2.el6.noarch already installed and latest version
Package gcc-c++-4.4.6-3.el6.x86_64 already installed and latest version
Package binutils-2.20.51.0.2
66%
01.08.2012
64-5.0-0.x86_64
--> Processing Dependency: libc.so.6(GLIBC_2.0) for package: open64-5.0-0.x86_64
--> Processing Dependency: libc.so.6(GLIBC_2.1) for package: open64-5.0-0.x86_64
--> Processing
66%
29.10.2013
ScalingGroupName/awseb-e-hxaxpp3bsa-stack-AWSEBAutoScalingGroup-1NMEE2RF9GMBP:policyName/awseb-e-hxaxpp3bsa-stack-AWSEBAutoScalingScaleUpPolicy-1Q75QYV2QAY6X
2013-05-08 20:25:18 INFO Created CloudWatch alarm named: awseb-e-hxaxpp3
65%
12.11.2020
):
return x*x
# end def
def trapezoidal(a, b, n, h):
s = 0.0
s += h * f(a)
for i in range(1, n):
s += 2.0 * h * f(a + i*h)
# end for
s += h * f(b)
return (s/2.)
# end def
# Main
65%
23.03.2022
20 2020 openmpi-4.0.5.tar.gz
39322319 drwxrwxr-x 7 laytonjb laytonjb 4096 Oct 24 2020 psutil-release-5.7.3
32639755 drwxrwxr-x 2 laytonjb laytonjb 4096 Nov 6 10:25 pxz-master
31866302
65%
05.12.2014
var/opt/bro/logs Subdirectories
ls -l /var/opt/bro/logs/
total 244
drwxr-xr-x. 2 root root 4096 Oct 20 00:00 2014-10-19
drwxr-xr-x. 2 root root 12288 Oct 21 00:00 2014-10-20
drwxr-xr-x. 2 root root
65%
10.10.2012
.
The output (if any) follows:
host name: n0001
host name: n0001
Running on host n0001
Start Time is Mon Sep 24 20:25:55 EDT 2012
Directory is /home/laytonjb/TEST_OPENLAVA
Using 2 processors across 1 nodes
65%
11.05.2021
sizes (Listing 1). The second script (Listing 2) is the same as Listing 1, but uses double precision.
Listing 1: Single-Precision Square Matrix Multiply
# Example SGEMM
for N = [2, 4, 8, 16