Displaying 20 results from an estimated 10000 matches similar to: "Live Migration with different hardware"
2009 Nov 10
17
[ANNOUNCE] Xen 3.4.2 released
Folks,
Xen 3.4.2 is the latest maintenance release in the 3.4 stable branch. There
are a range of bug fixes since 3.4.1, and we recommend users to upgrade.
The source repository can be downloaded from:
http://xenbits.xensource.com/xen-3.4-testing.hg
The release is tagged ''RELEASE-3.4.2''.
Alternatively source tarballs can be downloaded from:
2009 Nov 10
17
[ANNOUNCE] Xen 3.4.2 released
Folks,
Xen 3.4.2 is the latest maintenance release in the 3.4 stable branch. There
are a range of bug fixes since 3.4.1, and we recommend users to upgrade.
The source repository can be downloaded from:
http://xenbits.xensource.com/xen-3.4-testing.hg
The release is tagged ''RELEASE-3.4.2''.
Alternatively source tarballs can be downloaded from:
2010 Nov 03
1
[LLVMdev] LLVM x86 Code Generator discards Instruction-level Parallelism
Dear LLVMdev,
I've noticed an unusual behavior of the LLVM x86 code generator (with default options)
that results in nearly a 4x slow-down in floating-point throughput for my microbenchmark.
I've written a compute-intensive microbenchmark to approach theoretical peak
throughput of the target processor by issuing a large number of independent
floating-point multiplies. The distance
2012 Jul 22
20
Kernel crash with acpi_processor, cpu_idle and intel_idle =y
Hi everyone,
When I set CONFIG_ACPI_PROCESSOR, CONFIG_CPU_IDLE and CONFIG_INTEL_IDLE
to y then I cannot boot Xen; there is a crash. If I turn
CONFIG_INTEL_IDLE off then the boot goes well and, after dom0 has
booted, xenpm works and gives some sane output, see below. I have
tested this with kernels 3.2 to 3.4.6.
Is it impossible to use INTEL_IDLE with Xen? If this is a known issue
then maybe
2012 Jul 22
20
Kernel crash with acpi_processor, cpu_idle and intel_idle =y
Hi everyone,
When I set CONFIG_ACPI_PROCESSOR, CONFIG_CPU_IDLE and CONFIG_INTEL_IDLE
to y then I cannot boot Xen; there is a crash. If I turn
CONFIG_INTEL_IDLE off then the boot goes well and, after dom0 has
booted, xenpm works and gives some sane output, see below. I have
tested this with kernels 3.2 to 3.4.6.
Is it impossible to use INTEL_IDLE with Xen? If this is a known issue
then maybe
2012 Jul 02
1
'init.win' error when installing from source
Dear R People:
I'm installing R 2-.15.1 on a Windows 32 bit machine from source.
I'm getting a strange error about init.win (please see below)
Does this look familiar to anyone, please?
Thanks,
Erin
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
c:\R\R-2.15.1\src\gnuwin32>make all recommended
make all recommended
make[1]:
2011 Sep 11
2
[LLVMdev] LLVM 2.9 Fails to Compile some CPU2006 Benchmarks on X86
Hi,
We are using LLVM 2.9 (with the llvm-gcc front end) to compile and run the SPEC CPU2006 benchmarks on x86.
We are compiling and running the benchmarks on a an Intel Xeon E5540 processor running Ubuntu 10.10 (64-bit version).
For the native x86-64 target, we are using the following command-line arguments:
-O3 -march=core2 -mtune=core2
and are getting compile-time errors on the gamess and
2016 May 18
2
Latest R-devel build failing on OS X
Dear R-devel,
The latest version of R-devel (05-17) is throwing an error for me when building on OS X (v 10.11.4):
making Rembedded.d from Rembedded.c
making dynload.d from dynload.c
making system.d from system.c
making sys-unix.d from sys-unix.c
making sys-std.d from sys-std.c
making X11.d from X11.c
clang -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H
2012 Mar 31
1
trouble compiling on Windows
Dear R People:
I'm trying to compile R-2.15.0 on a 64 bit Windows machine.
However, I'm getting the following error:
c:\R64\R-2.15.0\src\gnuwin32>set TMPDIR=c:\temp
set TMPDIR=c:\temp
c:\R64\R-2.15.0\src\gnuwin32>make all recommended
make all recommended
make[1]: `MkRules' is up to date.
make[4]: Nothing to be done for `svnonly'.
installing C headers
make[2]: Nothing to
2015 Oct 21
2
bad identification of the CPU pentium dual core ( penryn instead of core2 )
lvm 3.7.0 treats pentium dual core ( cpu family 6 model 23 ) as "penryn"
cpu, which triggers a serious bug :
- crashs in openGL programs when llvm is used by mesa package, llvm will
produces binary code with SSE4 instructions, which is not compatible
with pentium dual core, because this CPU doesn't support SSE4
instructions ( bad cpu opcodes ),
with llvm 3.6.2 this bug doesn't
2012 Aug 12
1
trouble compiling R-patched from source on Windows 64 bit
Hello!
I'm trying to install R-patched from source on a Windows 64 bit laptop.
I have installed R-tools 2.16 and set up the jpeg, tiff, and libpng files
Here is the output:
c:\R64\R-patched\src\gnuwin32>make all recommended
make all recommended
make[1]: `MkRules' is up to date.
make[4]: Nothing to be done for `svnonly'.
installing C headers
make[2]: Nothing to be done for
2012 Jan 16
2
[LLVMdev] -march and -mtune options on x86
Let me describe more precisely what I am doing and why the results I got may help improve LLVM's performance on modern x86-64 processors regardless of the front end (GCC, Clang or DragonEgg).
I am running ALL my tests on an Intel Xeon E5540 processor, which is an x86-64 Nehalem processor. The OS is a 64-bit version of Ubuntu. So, I am running all my tests on the same x86-64 machine and am
2016 May 18
3
Latest R-devel build failing on OS X
> Yes, the nightly build is broken in a similar, but different way. See below.
> Both seem to be readline related, so Frederick Eaton's patches, which Martin committed yesterday are the likely culprit. I had actually tested them and things seemed to work, but it was on a different machine and not a completely clean build.
Indeed a problem. I'm pretty sure that RL_UNSETSTATE()
2010 May 21
10
What''s the different for "dom0_max_vcpus=4 dom0_vcpus_pin" and "dom0_max_vcpus=4" ?
Hi experts,
Q1:What''s the different for "dom0_max_vcpus=4 dom0_vcpus_pin" and
"dom0_max_vcpus=4" ?
which will get better performance
Q2: dom0_max_vcpus=4 means "core0-3 will be just used by dom0" or means "4
cores(not dedicate cores) will be used by dom0, eg: core2-5 or core3-6?
Q3.what does mean "nosmp" , xen, dom0,domU, will just use one
2010 May 21
10
What''s the different for "dom0_max_vcpus=4 dom0_vcpus_pin" and "dom0_max_vcpus=4" ?
Hi experts,
Q1:What''s the different for "dom0_max_vcpus=4 dom0_vcpus_pin" and
"dom0_max_vcpus=4" ?
which will get better performance
Q2: dom0_max_vcpus=4 means "core0-3 will be just used by dom0" or means "4
cores(not dedicate cores) will be used by dom0, eg: core2-5 or core3-6?
Q3.what does mean "nosmp" , xen, dom0,domU, will just use one
2012 Jan 16
0
[LLVMdev] -march and -mtune options on x86
On Mon, Jan 16, 2012 at 12:29 AM, Ghassan Shobaki <ghassan_shobaki at yahoo.com
> wrote:
> Let me describe more precisely what I am doing and why the results I got
> may help improve LLVM's performance on modern x86-64 processors regardless
> of the front end (GCC, Clang or DragonEgg).
>
> I am running ALL my tests on an Intel Xeon E5540 processor, which is an
> x86-64
2014 Jun 30
1
Building R on Windows: mkdir of Rtools creates directories with read-only permissions [WEIRD]
On Thu Jan 9 2014 03:47 Henrik Bengtsson wrote:
> This is is an issue that bugged me for a while. I encountered a year
> ago (April 2012) when I first tried to build R from source on Windows.
> I never figured out what the solution is or if I'm doing something
> wrong myself (but I have found a tedious workaround). I'm still on
> the same Windows 7 Ultimate machine with
2016 Sep 29
3
Reg units for unaddressable register parts?
On 9/28/2016 7:30 PM, Quentin Colombet wrote:
> Out of curiosity, could describe why this is useful to have such precision in the liveness tracking?
RDF is meant to allow optimizations across the whole function. As a
result, registers may change between basic blocks, and there is code to
recalculate it. Accuracy is required to avoid unnecessary block live-ins.
For example, calculate live-ins
2012 Oct 11
1
R CMD SHLIB error bad value (core2) for -mtune= switch
Hi there,
I'm having trouble to compile the R + C/C++ codes for this project from
Yahoo folks on latent factor models:
https://github.com/yahoo/Latent-Factor-Models#readme
After downloading the package from the site, I could not successfully *make*
the files.
Here is the message:
======================================================================================
sh-4.1$ make
R CMD
2010 Oct 05
2
Intel i7 utilization
Hello,
Is there a way to force through R the amount of the cpu's cores (or the
cpu's utilization level) used under Windows 7 or Linux?
Thanks,
Costas