51%
04.04.2023
-mod-slurm-ohpc x86_64 2.34-9.1.ohpc.2.6 OpenHPC-updates 13 k
slurm-devel-ohpc x86_64 22.05.2-14.1.ohpc.2.6 OpenHPC-updates 83 k
slurm-example-configs-ohpc x86
51%
16.08.2018
| nova | compute |
| 266b6275884945d39dbc08cb3297eaa2 | ceilometer | metering |
| 4f0ebe86b6284fb689387bbc3212f9f5 | cinder | volume |
| 59392edd44984143bc47a89e111beb0a
51%
01.06.2024
Running hunger-check 0 56218b2e56fa8 hunger-check-deployment-96b6764f9-7zsbk
cbdd56829a054 0ff4eace8cd5b 2 months ago Running metadata
51%
12.02.2014
B hald-addon-input
...
22.9 MiB + 4.0 MiB = 26.9 MiB plasma-desktop
26.0 MiB + 5.7 MiB = 31.7 MiB konsole (3)
28.3 MiB + 4.4 MiB = 32.7 MiB kwin
41.0 MiB + 2.0 MiB = 43.0 MiB Xorg
146.9
51%
25.03.2020
7 1 56008 loop1
06 7 2 56184 loop2
07 7 3 91264 loop3
08 259 0 244198584 nvme0n1
09 8 0 488386584 sda
10 8 1 1024 sda1
11
51%
19.06.2023
="unformatted")
write(2) b
close(2)
end program
The compiled code outputs the value of element (5,5)
for both the double-precision and real arrays:
./fortran_test1
a(5,5) = 9.9179648655938202
b(5,5) = 9
51%
21.08.2012
.6 M
Is this ok [y/N]: y
Downloading Packages:
(1/5): apr-1.3.9-3.el6_1.2.i686.rpm | 128 kB 00:00
(2/5): expat-2.0.1-11.el6_2.i686.rpm ...
Listing 2 for Warewulf – Part 4
... Listing 2 ... Listing 2: Warewulf – Part 4
51%
21.01.2020
7 1 56008 loop1
06 7 2 56184 loop2
07 7 3 91264 loop3
08 259 0 244198584 nvme0n1
09 8 0 488386584 sda
10 8 1 1024 sda1
11 8 2
51%
22.12.2017
wall clock time = ', wtime
!
! Terminate.
!
write ( *, '(a)' ) ' '
write ( *, '(a)' ) 'HELLO_OPENMP'
write ( *, '(a)' ) ' Normal end of execution.'
!stop
end
For testing, I used f2py to build
51%
20.10.2016
), has to be specified. Here is a simple example of the declaration:
INTEGER, TARGET :: a(3), b(6), c(9)
INTEGER, DIMENSION(:), POINTER :: pt2
Another quick example of multidimension arrays