29%
09.01.2013
source.
New Features with Streaming Replication
Introduced in version 9.0, built-in replication using the streaming replication method has seen steady improvements from one major version to the next
29%
04.12.2013
In the second article of this three-part series, we look at simple write examples in Fortran 90 and track the output with strace to see how it affects I/O patterns and performance.
... bytes x 256 iterations).
Figure 2F: Strace Excerpt of F90 One-by-One Code: 256 Iterations
In fact, I did get a 6,144-byte write that finished in 0 ...
In the second article of this three-part series, we look at simple write examples in Fortran 90 and track the output with strace to see how it affects I/O patterns and performance.
... Tuning I/O Patterns in Fortran 90
29%
22.08.2017
library, Parallel Python, variations on queuing systems such as 0MQ (zeromq
), and the mpi4py
bindings of the Message Passing Interface (MPI) standard for writing MPI code in Python.
Another cool aspect
29%
20.06.2012
is to find out whether it runs on the master node when it is booted by using the chkconfig
command:
[root@test1 etc]# chkconfig --list
...
nfs 0:off 1:off 2:off 3:off 4:off 5:off 6
29%
18.10.2017
laytonjb@laytonjb-Lenovo-G50-45 ~]$ pgf90 test1.f90 -o test1
[laytonjb@laytonjb-Lenovo-G50-45 ~]$ ldd test1
linux-vdso.so.1 => (0x00007fff11dc8000)
libpgf90rtl.so => /opt/pgi/linux86
29%
05.12.2019
the Fortran routine. Although a little indirect, the concept is straightforward.
In the first example, I integrate Cython and Fortran.
Fortran/C and Cython
The Fortran 90 [2] website, which lists best
29%
18.06.2014
- 1 days]: 53756 ( 13.85%) ( 13.85% cumulative)
[ 1- 2 days]: 73 ( 0.02%) ( 13.87% cumulative)
[ 2- 4 days]: 121 ( 0.03%) ( 13.90% cumulative)
[ 4- 7 days]: 168 ( 0
29%
20.10.2016
writing code. Columns 1 to 5 could be used for statement labels such as the following:
...
SUM = 0.0
D0 100 I=1,10
SUM = SUM + REAL(I)
100 CONTINUE
...
Y = X1 + X2 + X3 ... Modern Fortran: Fortran 90
29%
21.12.2011
.825703 __munmap (libc-2.5.so)
90.514284 90.514284 0.739561 __GI_memcpy (libc-2.5.so)
88.714284 88.942855 0.724854 hypre_SMGSetStructVectorConstantValues (smg2000: smg.c,379)
86.999998 86
29%
30.01.2020
Id: 4e90b424-95d9-4453-a2f4-8f5259f5f263 Duration: 70.72 ms Billed Duration: 100 ms Memory Size: 128 MB Max Memory Used: 55 MB Init Duration: 129.20 ms
More or Less