Displaying 7 results from an estimated 7 matches for "r6i".
Did you mean:
r6
2012 Feb 15
2
[LLVMdev] Performance problems with FORTRAN allocatable arrays
...DOUBLE PRECISION,ALLOCATABLE,DIMENSION(:,:,:,:) :: QAV
...
ALLOCATE( QAV( -2:IMAX+2,-2:JMAX+2,-2:KMAX+2,ND) )
...
DO L = 1, 5
DO K = K1, K2
DO J = J1, J2
DO I = I1, I2
II = I + IADD
IBD = II - IBDD
ICD = II + IBDD
QAV(I,J,K,L) = R6I * (2.0D0 * Q(IBD,J,K,L,N) +
> 5.0D0 * Q( II,J,K,L,N) -
> Q(ICD,J,K,L,N))
END DO
END DO
END DO
END DO
Most of the code needed to calculate the address of QAV(I,J,K,L)
should be hoisted out of the...
2012 Feb 15
0
[LLVMdev] Performance problems with FORTRAN allocatable arrays
...> ALLOCATE( QAV( -2:IMAX+2,-2:JMAX+2,-2:KMAX+2,ND) )
> ...
> DO L = 1, 5
> DO K = K1, K2
> DO J = J1, J2
> DO I = I1, I2
> II = I + IADD
> IBD = II - IBDD
> ICD = II + IBDD
>
> QAV(I,J,K,L) = R6I * (2.0D0 * Q(IBD,J,K,L,N) +
>> 5.0D0 * Q( II,J,K,L,N) -
>> Q(ICD,J,K,L,N))
> END DO
> END DO
> END DO
> END DO
>
> Most of the code needed to calculate the address of...
2008 Jan 20
4
read.table: wrong error message? (PR#10592)
--Apple-Mail-44--797532055
Content-Type: text/plain;
charset=US-ASCII;
format=flowed;
delsp=yes
Content-Transfer-Encoding: 7bit
I believe read.table may report misleading errors. In this example,
where a header line in a file has an incorrect number of row names (28
instead of 29), I get the error message "duplicate row.names are not
allowed".
However, I cannot not find any
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
Already outdated, but rounded ;)
I literally just opened the 5yrs logo, changed the text and then done:
inkscape -z -o logo/fish-10yrs.{png,svg}
cp {logo,website}/fish-10yrs.svg
and then updated the rest of the files.
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
---
Makefile.am | 2 +
logo/fish-10yrs.png | Bin 0 -> 65790 bytes
logo/fish-10yrs.svg |
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...amp;SLKQ+WZzTT_^EIY7P8Hg|WBm)KB3aTRX`xSZ)yPa3-?ZO`Hmz`#JIuuxYUO3bS
zfD752u#ACREpX36d{ci><PX!3=5Q%+$E|%1dIYSk$qYQgdrKGoHIDdbYBL-hnA^2v
z%K$Mq42XfST}H$PV=VAS65aGdR{zYFh1Yig;XZ(Jt?m`d- at CXoFQveG&(j?r==K2E
z9u*%G_yBv&Pb`2p{wnkMyY_zeaq&UTbMNrv*@Zv#w8TPztCRN%$lB6$<6dBI24>;`
zu^Iur6IQ0r8t$AI81e2wAsh9Lt~Q*wA!X1~Oo3?nfnLs`Ue4S*^QV at zPv>)d8;!kw
zK!M;gz;Se<l~ggW_j}7t?LR+l$KPjq05_MD^dys`k*t|$pwML4*T;l>O*hm$-AUYt
za-*U5WR7Uv^-hQd5g=4s#tkBFyq-b4^SS+SJ74|p&%J)m$)q;f)PcA6Z)cV_G1y=L
zG$R(UD?BP(-au{~L`P^VerY|Xu>oRbfaq1P?qdG>D_2|d2H(^?cPpJcaEu$NsGWE0
z3|PO)DF3{*Aoo|r0R...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version"
This series removes some of the really old deadwood from the tools build
and makes some other things which are on their way out configurable at
build time with a default depending on how far down the slope I judge
them to be.
* nuke in tree copy of libaio
* nuke obsolete tools: xsview, miniterm, lomount & sv
*