29%
22.08.2019
. Although a little indirect, the concept is straightforward.
In the first example, I integrate Cython and Fortran.
Fortran/C and Cython
The Fortran 90 website, which lists best practices, discusses how
29%
17.05.2017
data buffer with trivial data
45 ALLOCATE ( DATA(DIMSF(1),DIMSF(2)) )
46 DO I = 1, DIMSF(2)
47 DO J = 1, DIMSF(1)
48 DATA(J,I) = J - 1 + (I-1)*DIMSF(1)*(MPI_RANK+1)
49 ENDDO
50 ENDDO
51
52
29%
28.06.2011
-Manage:
novammanage user admin rwartala
This process creates an access key and a security key:
export EC2_ACCESS_KEY=713211a477a154470fUU
ae543346b52e30a0e
export EC2_SECRET_KEY=244de6a188aa344e12UU
9521003ac756abbdf
29%
18.07.2013
Configuration Overlay feature set
50 * Mandatory FLUSH_CACHE
51 * FLUSH_CACHE_EXT
52 * SMART error logging
53 * SMART self-test
54
29%
16.03.2021
--metadata=0.90
Continue creating array? y
mdadm: Fail create md0 when using /sys/module/md_mod/parameters/new_array
mdadm: Defaulting to version 1.2 metadata
mdadm: array /dev/md0 started.
Listing 4: View
28%
15.02.2012
file_18595.pickle
file_18596.pickle
file_18597.pickle
0KB < < 1KB
53
52
54
52
52
53
52
74
1KB < < 8KB
16
28%
26.01.2012
file_18595.pickle
file_18596.pickle
file_18597.pickle
0KB < < 1KB
53
52
54
52
52
53
52
74
1KB < < 8KB
16
28%
04.09.2025
CultRepo has released a documentary relating the history of the popular Python programming language.
The 90-minute documentary, which you can watch on YouTube, features accounts from Guido van
28%
22.08.2017
or a subset of nodes (user controllable). To achieve this, I use F2PY to build the module.
F2PY
The tool named f2py
, Fortran-to-Python, creates a connection between the two languages that calls Fortran 77/90
28%
17.02.2015
_name w2k12srv ; The name we're giving to this host
04 alias Windows Server 2012 ; A longer name associated with the host
05 address 192.168.7.52 ; IP address of the host
06