Displaying 20 results from an estimated 1769 matches for "ia".
Did you mean:
ian
2006 Apr 03
1
VMX status report 9514:4ad317429111
We have tested latest xen on VT platform with Intel 915/E8500
chipset.Here is the test summary.
Issues:
- IA-32 VMX guest will hang when booting on IA-32PAE host with
acpi=1 and apic=1.(Bug 594)
- Failed to created VMX after tens of VMXs have been created &
destroyed on IA-32e.(Bug593)
IA-32:
Build&Boot SMP xen0 without problem
Can bootup unmodified IA-32 2.4/2.6 linux in VMX domain
C...
2006 Mar 24
3
VMX status chgset 9425:96e3b02ec931
We have tested latest xen on VT platform with Intel 915/E8500
chipset.Here is the test summary.
issues:
- No bocking issues.
IA-32:
Build&Boot SMP xen0 without problem
Can bootup unmodified IA-32 2.4/2.6 linux in VMX domain
Can bootup unmodified IA-32 WindowsXP SP1/SP2 in VMX domain
Can bootup VMX & XenU with different memory
size(VMX:128MB,256MB,512MB.XenU:256MB)
A selected subset of LTP runs we...
2005 Apr 27
1
RE: [R] when can we expect Prof Tierney's compiled R?
Luke,
Thank you for sharing the benchmark results. The improvement is very
substantial, I am looking forward to the release of the byte compiler!
The arithmetic shows that x[i]<- is still the bottleneck. I suspect that
this is due to a very involved dispatching/search for the appropriate
function on the C level. There might be significant gain if loops
somehow cached the result...
2006 Jun 16
4
VMX status report 10358:73c73fb8875c
We have tested the latest xen on VT platform with Intel 915/E8500
chipset.
Here is the test summary:
Issues:
- Cannot boot Windows 2000
- Only one CPU is detected in SMP dom0
- Destroying VMX with 4G memory may make xend hang on IA-32e
IA-32:
+ Build&Boot UP xen0 without problem
+ Can bootup unmodified IA-32 2.4/2.6 linux in VMX domain
+ Can bootup unmodified IA-32 WindowsXP SP1/SP2 in VMX domain
+ Can bootup VMX & XenU with different memory size
(VMX:64MB,128MB,196MB,256MB,512MB.XenU:256MB)
+ A selected subset o...
2005 Apr 22
1
RE: [R] when can we expect Prof Tierney's compiled R?
...rmance for this type
of computations, and b) at least roughly understand the reasons for the
observed numbers, specifically why x[i]<- assignment is so much slower
than x[i] extraction.
The loops below are typical in any recursive calculation where the new
value of a vector is based on its immediate neighbor say to the left.
Specifically we assign the previous value to the current element.
# this shows that the assignment x[i]<- is the bottleneck in the loop
> n = 1e6; iA = seq(2,n); x = double(n); system.time(for (i in iA) x[i]
= x[i-1])
[1] 4.29 0.00 4.30 0.00 0.00
> n = 1e6; iA...
2006 Jun 19
0
VMX status report 10426:840f33e54054
We have tested the latest xen on VT platform with Intel 915/E8500
chipset.
Here is the test summary:
Issues:
- Cannot boot Windows 2000
- Only one CPU is detected in SMP dom0
- Destroying VMX with 4G memory may make xend hang on IA-32e
IA-32:
+ Build&Boot UP xen0 without problem
+ Can bootup unmodified IA-32 2.4/2.6 linux in VMX domain
+ Can bootup unmodified IA-32 WindowsXP SP1/SP2 in VMX domain
+ Can bootup VMX & XenU with different memory size
(VMX:64MB,128MB,196MB,256MB,512MB.XenU:256MB)
+ A selected subset o...
2006 May 31
0
VMX status report 10177:d5f98d23427a
We have tested the latest xen on VT platform with Intel 915/E8500
chipset.
Here is the test summary:
Issues:
- Only one CPU is detected in SMP dom0
- Destroying VMX with 4G memory may make xend hang on IA-32e
IA-32:
+ Build&Boot UP xen0 without problem
+ Can bootup unmodified IA-32 2.4/2.6 linux in VMX domain
+ Can bootup unmodified IA-32 WindowsXP SP1/SP2 in VMX domain
+ Can bootup VMX & XenU with different memory size
(VMX:64MB,128MB,196MB,256MB,512MB.XenU:256MB)
+ A selected subset...
2003 Aug 24
2
setClass question
I would like to add a class to the SparseM package. I have a class "matrix.csr"
that describes a matrix in compressed sparse row format, now I would like a class
matrix.diag.csr that describes such objects when they happen to be diagonal.
The idea is that matrix.diag.csr objects should behave (later in life) exactly like
matrix.csr objects, the distinction is only needed in order to clarify the
situation when they are created. So I have:
setClass("matrix.diag.c...
2010 May 27
2
Pattern matching - how to ignore numbers after 10 digits
All:
Yesterday I discovered something interesting. I dialed 1800ANCESTRY
from the asterisk system I am testing and got the number doesn't exist
message. I then dialed the same number from our old system and it went
through.
I realized that the "Y" in ancestry made the number too long, and went
back to my dialplan.
How do I ignore num...
2006 Jul 14
4
VMX status report 10680:f692a0a476c5
We have tested the latest xen on VT platform with Intel 915/E8500
chipset.
Here is the test summary:
Issues:
- Cannot boot Four VMX at same time on IA32 host
- Cannot boot Windows XP SP1/SP2 on IA32e host
- Create IA32-PAE VMX on IA32e host will make VMX kernel panic
- Create IA32 VMX on IA32e host will make VMX hang
- Destroying VMX with 4G memory may make xend hang on IA-32e
IA-32:
- Cannot bootup Four VMX at same time
+ Build&Boot SMP x...
2008 Oct 23
1
write.matrix.csr(e1071) bug
Hello,
The write.matrix.csr() function of the e1071 package contains a bug.
Try the following:
library(e1071)
m <- 1 - diag(10)
sm <- as.matrix.csr(m)
write.matrix.csr(sm)
The resulting file (out.dat) contains only the two lines below:
2:1 3:1 4:1 5:1 6:1 7:1 8:1 9:1 10:1
1:1 3:1 4:1 5:1 6:1 7:1 8:1 9:1 10:1
This is obviously wrong as the matrix m has 90 non-zero entries.
The function is implemented as
wr...
2005 Jun 01
4
[LLVMdev] 64-bit Linux Support
...on Linux 64-bit machines? Is that actively
> > being worked on right now or is there a roadmap for doing this?
>
> Do you mean compiling on 64-bit Linux or generating code for 64-bits?
>
I meant compiling on 64-bit Linux. It didn't look like there was a
cftonend binary for the IA-64 platform. Are we supposed to use the x86
binaries instead?
> As you can see here:
>
> http://llvm.cs.uiuc.edu/docs/GettingStarted.html#hardware
> http://llvm.cs.uiuc.edu/testresults/
>
Ah! Okay. I'll take a look at them (I should have done that already *shame*).
> we...
2009 Mar 30
3
Calculating First Occurance by a factor
...ution to my problem that without using a
for loop. For the amount of data I (will) have, the for loop will probably
be too slow. I tried searching around before posting and couldn't find
anything, hopefully it's not embarrassingly easy.
Consider the data.frame, Data, below
Data
Sub Tr IA FixInx FixTime
p1 t1 1 1 200
p1 t1 2 2 350
p1 t1 2 3 500
p1 t1 3 4 600
p1 t1 3 5 700
p1 t1 4 6 850
p1 t1 3 7 1200
p1 t1 5 8 1350
p1 t1 5 9 1500
What I'm trying to do is for e...
2005 Jun 01
0
[LLVMdev] 64-bit Linux Support
On Wed, Jun 01, 2005 at 10:50:35AM -0400, Bill Wendling wrote:
> It didn't look like there was a cftonend binary for the IA-64
> platform. Are we supposed to use the x86 binaries instead?
The answer to that is that we don't have IA-64 in-house, so we don't
provide an IA-64 C/C++ front-end, but if someone were to contribute it
to us, we would gratefully host it.
Note that if you use the x86 frontend, you wil...
2014 Feb 21
2
[LLVMdev] IAS and inline assembly
...the output. The current behaviour is to remove them.
I prefer either 'continuing with the current behaviour' or 'current behaviour but report parse errors as warnings for -S'. I'd prefer the former of these two but I'm pushed away from that position by the fact that gas and IAS development aren't synchronised. Sometimes gas will support an instruction set that IAS hasn't implemented yet and I can imagine autoconf/cmake/etc. build systems using 'clang -S' and 'as' together even when the IAS is enabled by default. Ideally, we'd like a diagnostic...
2004 Dec 09
1
Xen source code for IA-64
Hi Xen people,
I can read in the Xen 3.0 Roadmap that "A port to IA64 is making good
progress".
I have found nothing about IA-64 support in the "bk://xen.bkbits.net/xeno-unstable.bk" repository.
Could you tell if an advanced version for IA-64 is available and where the
source files can downloaded from ?
Regards
Jean-Paul Pigache
2008 May 08
1
scrime Package simulatedSNP function
...re cases/controls
Sample cases controls
2000 .5 .10
1500 .6 .40
In each of the row, i need to simulate 100 snp and calculate the pvalue
##############Download Scrime Package###########################
library(scrime)
n.obs<-1000
n.snp<-100
vec.ia<-1
simulateSNPs(n.obs, n.snp, vec.ia, prop.explain = 1,
list.ia.val = NULL, vec.ia.num = NULL, maf = c(0.1, 0.12),
prob.val = rep(1/3, 3), list.equal = NULL, prob.equal = 0.8,
rm.redundancy = TRUE, shuffle = FALSE, shuffle.obs = FALSE, rand = NA)
What is the right parameter. I am pretty new wit...
2017 Jun 29
2
Per-user quota (passwd)
..., and instead
userdb {
args = /etc/imap.passwd username_format=%Ln
driver = passwd-file
override_fields = home=/var/vmail/glu_vrem/%u
}
On 29.06.2017 14:35, Evgeniy Korneechev wrote:
> with auth_username_format = %Ln:
>
> Jun 28 14:43:41 auth: Debug: master in: USER 1 iivanov.ia at example.com service=lda
> Jun 28 14:43:41 auth-worker(18369): Debug: passwd(iivanov.ia): lookup
> Jun 28 14:43:41 auth-worker(18369): Info: passwd(iivanov.ia): unknown user - trying the next userdb
> Jun 28 14:43:41 auth-worker(18369): Debug: sql(iivanov.ia): SELECT email as user, ma...
2009 Aug 03
1
selectively altering variable value
Hello,
I have run an eye-tracking experiment for which I now like to analyse the saccades. Participants looked from a fixation cross (ia = 5) to the target area (ia = 4) in following example of a data frame. ia = 9 stands for everything else. A saccade is indicated by saccade = 1. Sometimes the saccade just ends before the target area (see below). This is due to the parameters that determine a saccade and a fixation and some measure...
2017 Jun 29
2
Per-user quota (passwd)
Yes.
Aki
On 29.06.2017 14:07, Evgeniy Korneechev wrote:
> And if such a user:
> email (from AD) = ivanov.ia at example.com
> login (from AD), %n = iivanov
> %d = DOM
> %u = iivanov at DOM
>
> ?
>
> ----- ???????? ????????? -----
>> ??: "Aki Tuomi" <aki.tuomi at dovecot.fi>
>> ????: "dovecot" <dovecot at dovecot.org>
>> ????????????: ?...