Displaying 20 results from an estimated 5000 matches similar to: "Xen for IBM 970MP"
2010 Feb 09
1
Flashing SLOF on IBM JS20 (Thamesblue supercomputer)
Hi,
We are trying to set up XEN testbed on Thamesblue Supercomputer which has
IBM JS20 Blades. I compiled the SLOF firmware from the source on one of the
blade. The compilation went smooth and generated the following binaries
*boot_rom.bin
boot_rom_bimini.bin*
When we try to flash boot_rom.bin firmware binary then we get the following
error:
* update_flash: RTAS: validate() Invalid candidate
2010 Feb 09
1
Flashing SLOF on IBM JS20 (Thamesblue supercomputer)
Hi,
We are trying to set up XEN testbed on Thamesblue Supercomputer which has
IBM JS20 Blades. I compiled the SLOF firmware from the source on one of the
blade. The compilation went smooth and generated the following binaries
*boot_rom.bin
boot_rom_bimini.bin*
When we try to flash boot_rom.bin firmware binary then we get the following
error:
* update_flash: RTAS: validate() Invalid candidate
2006 Jun 14
4
Failed to boot suse 10.1(domain 0) with IBM xSeries 330
Hi ,
I have setup xen on a number of different machines already; however, I
couldn''t get xSeries 330 working with Xen.
When it boots up, it says "Waiting for device /dev/sda1 .... device not
found" and then return a shell prompt. I have looked up this error on the
mailing list. I found that the error is potentially caused SCSI driver and
it can be resolved this problem by
2012 Mar 27
2
Constructing Distance matrix for hclust
Hi,
I have similarity value between string pairs in a mysql database.
I need to construct the distance matrix which hclust can take and cluster
the strings. Most of the examples I came across show how to construct the
distance matrix using dist function.
How can I code to construct distance matrix using the data in mysql db.
Thanks a lot for any help.
[[alternative HTML version deleted]]
2008 May 15
13
IBM x445, anyone using it?
Anyone using the IBM x445 machine as a xen host?
Mike
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2013 Jan 21
4
[LLVMdev] Embed LLVM/Clang in our project
On 1/21/2013 2:01 AM, Óscar Fuentes wrote:
> Ashok Nalkund <ashoknn at qti.qualcomm.com> writes:
>
>> I was using the find_package(LLVM llvm/share/llvm/cmake) and
>> llvm_map_components_to_libraries(REQ_LLVM_LIBRARIES jit native) to get
>> the libraries to link against. This works well for the libLLVM*
>> libraries, but how do I implement similar find stuff for
2012 May 22
5
[LLVMdev] lli unable to resolve symbol _ZNKSt3__16locale9use_facetERNS0_2idE in bitcode
Resending :(. Any pointers?
tia
On 5/21/2012 2:46 PM, Ashok Nalkund wrote:
> On 5/21/2012 11:15 AM, Nick Lewycky wrote:
>> Ashok Nalkund wrote:
>>> Resending, any pointers? I demangled the symbol and it turns out to be:
>>> std::__1::locale::use_facet(std::__1::locale::id&) const
>>
>> My guess is that you've got a .bc file produced on a mac using
2019 Jun 30
2
orc vs mcjit
yeah i m concerned about jit compilation time..
On Sun, Jun 30, 2019 at 12:57 PM Praveen Velliengiri <
praveenvelliengiri at gmail.com> wrote:
> Yes I think so.. Could you please tell me in which context (compile time
> improvement)? That is whether you are interested in knowing whether having
> ORC instead of MCJIT, will increase your LLVM Build time or you are
> concerned
2012 Jul 09
4
[LLVMdev] Unable to do even basic Clang tutorial
Use the -I<install path>/include .
This directory <install path>/include should look something like:
clang/ clang-c/ llvm/ llvm-c/
HTH
ashok
On 7/9/2012 3:15 PM, NY Knicks Fan wrote:
> I downloaded the 3.1 LLVM and Clang sources.
>
> I followed the directions at: http://clang.llvm.org/get_started.html
>
> I am able to use Clang to compile stuff, but I could
2012 Jun 21
4
[LLVMdev] [cfe-dev] is configure+make dead yet?
On 6/20/2012 11:55 PM, Ashok Nalkund wrote:
> On 6/20/2012 11:00 PM, "C. Bergström" wrote:
>> On 06/21/12 12:47 PM, Chandler Carruth wrote:
>>> On Wed, Jun 20, 2012 at 5:13 PM, Nick Lewycky <nlewycky at google.com
>>> <mailto:nlewycky at google.com>> wrote:
>>>
>>> Is there anybody who is certain that our autoconf dependency
2012 Sep 10
9
issue using SRIOV "Unable to start - perhaps the PF driver is not up yet", while PF driver is actually up
Hi,
I am trying to use SRIOV, usnig xen 4.0 on debian.
On my dom0, xm pci-list-assignable-devices show that
0000:0f:10.0
0000:0f:10.2
0000:0f:10.4
0000:0f:10.6
0000:0f:11.2
0000:0f:11.4
0000:0f:11.6
these virtual interfaces correspond to eth2,
i attach 0f:10.0 to a domU ubuntu machine, xm pci-attach ubuntu 0f:10.0
on my dom0 machine, i can ping other machine using eth2, (implying PF on
eth2
2012 Sep 10
9
issue using SRIOV "Unable to start - perhaps the PF driver is not up yet", while PF driver is actually up
Hi,
I am trying to use SRIOV, usnig xen 4.0 on debian.
On my dom0, xm pci-list-assignable-devices show that
0000:0f:10.0
0000:0f:10.2
0000:0f:10.4
0000:0f:10.6
0000:0f:11.2
0000:0f:11.4
0000:0f:11.6
these virtual interfaces correspond to eth2,
i attach 0f:10.0 to a domU ubuntu machine, xm pci-attach ubuntu 0f:10.0
on my dom0 machine, i can ping other machine using eth2, (implying PF on
eth2
2012 Jul 09
3
[LLVMdev] Unable to do even basic Clang tutorial
The "make install" should collect everything into your <install path>.
The <install path> will then have bin, lib and include dirs.
On 7/9/2012 3:52 PM, NY Knicks Fan wrote:
> Hi Ashok,
>
> The documentation suggests that I put clang inside of llvm/tools and so
> I have two separate include directories. I tried both of them and
> neither worked:
>
> $
2012 May 20
2
[LLVMdev] lli unable to resolve symbol _ZNKSt3__16locale9use_facetERNS0_2idE in bitcode
Hi,
LLVM/Clang version: 3.2svn (r156975). I have a bitcode file that I'm
trying to load/execute using lli as below but it reports an error about
unresolved symbol:
> LLVM ERROR: Program used external function '_ZNKSt3__16locale9use_facetERNS0_2idE' which could not be resolved!
> lli: /local/mnt/workspace/ashoknn/crd/neo/llvm/proto/llvmsvn/llvm/lib/Support/ThreadLocal.cpp:54:
2008 Feb 06
2
setup of patchless lustre client
hi
I''m in need of help to proceed in my project which is titled,"Performance improvements for Patchless lustre client"
can u tell me the step by step approach in setting up a patchless lustre client in a high end system.
Waiting 4 ur reply
thanks and regards,
Ashok Bharat
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Jul 10
2
[LLVMdev] Unable to do even basic Clang tutorial
Looks like your make/install is incomplete wrt clang. I follow the
instuctions for checking out the sources but build using cmake instead
of configure:
> cmake -G ""Unix Makefiles" -DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_BUILD_TYPE="Release" -DCMAKE_INSTALL_PREFIX="../bin" ../llvm
> make install
This builds and installs llvm+clang in the bin
2012 May 23
0
[LLVMdev] lli unable to resolve symbol _ZNKSt3__16locale9use_facetERNS0_2idE in bitcode
Ashok Nalkund wrote:
>
> Resending :(. Any pointers?
Fundamentally the issue is that the system linker is supposed to define
__dso_handle when linking, but since there is no system linker between
your build of the .bc files and running lli, nobody has defined it.
It seems reasonable to me that lli should define __dso_handle if it's
declared in the module.
You could module
2013 Jan 22
0
[LLVMdev] Embed LLVM/Clang in our project
This is just standard behavior of the Python interpreter. The files
are just a cache (it is not the sources being modified) and also won't
be written if the source tree is made read only, and shouldn't cause a
problem in practice.
- Daniel
On Jan 22, 2013, at 0:02, Duncan Sands <baldrick at free.fr> wrote:
> I would have expected the .pyc files to go in the objects directory.
2012 Mar 29
2
hclust and plot functions work, cutree does not
Hi,
I have the distance matrix computed and I feed it to hclust function. The
plot function produces a dense dendrogram as well. But, the cutree function
applied does not produce the desired list.
Here is the code
x=data.frame(similarity_matrix)
colnames(x) = c(source_tags_vec)
rownames(x) = c(source_tags_vec)
clust_tree=hclust(as.dist(x),method="complete")
plot(clust_tree)
2019 Jun 30
2
orc vs mcjit
Thanks Praveen. Is it suitable for LLVM 7.0.1 ? Apart from flexibility, do
we see any compile time improvements as well with ORC?
On Sun, Jun 30, 2019 at 12:31 PM Praveen Velliengiri <
praveenvelliengiri at gmail.com> wrote:
> MCJIT hopefully will be removed in subsequent releases. I think the last
> release version is more suitable.
>
> On Sun, 30 Jun 2019 at 11:45, Ashok