Displaying 6 results from an estimated 6 matches for "jende".
Did you mean:
jede
2018 Apr 25
2
Help on understanding assume shape array processing and array descriptors in LLVM IR
Hi,
I am trying to understand how assume shaped arrays are received and
processed in LLVM IR. I am using "flang" for my front end.
There seems to be an array descriptor received as implicit argument
for every assume shaped array.
For my test routine:
---snip--
SUBROUTINE test(a,b,Li,Lj,Istr,Iend,Jstr,Jend)
INTEGER, INTENT(IN) :: Li,Lj
INTEGER, INTENT(IN) :: Istr, Iend,
2018 Apr 25
0
Help on understanding assume shape array processing and array descriptors in LLVM IR
Hello,
I believe these descriptors are specific to flang, not to LLVM. You should probably ask your question on flang-dev list.
Thank you,
--Eugene
From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Venkataramanan Kumar via llvm-dev
Sent: Wednesday, April 25, 2018 8:44 AM
To: llvm-dev at lists.llvm.org
Subject: [llvm-dev] Help on understanding assume shape array
2009 May 27
10
Xen 3.4 Hackery on Ubuntu 9.04 (aka Jaunty) Server
...king"
2. "XENBUS timed out waiting for vbd" ?
Boris.
--- On Wed, 5/27/09, Fabian Zimmermann <xen-users@z-technologies.de> wrote:
From: Fabian Zimmermann <xen-users@z-technologies.de>
Subject: Re: [Xen-users] my first XEN Installation I need some advice
To: "Niels Jende" <mylists1@web.de>
Cc: xen-users@lists.xensource.com
Date: Wednesday, May 27, 2009, 10:45 AM
Hi Niels Jende,
> well, I gave the ubuntu-default-xen a try, but this package couldn''t get find. Maybe it is obsolete??? Who knows...However, I found ubuntu-server-xen and installed...
2007 Jun 15
1
[LLVMdev] EquivalenceClasses: findValue vs. findLeader
Given an object o of ElemType in an instance of EquivalenceClasses, I need
to get a list of all members of the equivalence class that o is in. For
various reasons, it is easiest if I could get an EquivalenceClasses::iterator
that I can pass to member_begin and member_end.
So naturally, I did something like this (pseudo-C++):
EquivalenceClasses::iterator i = equiv.findValue(o);
2008 Sep 22
1
howto backup a Solaris 7 Server without its OS
Hi Folks,
I haven't used rsync as yet but today I have to. Basically I need to
backup all datas from one Server to another machine with the whole
structure. Here is what I have on mind and I am wondering if that might
be a way to go...
Connect the 2 machines - they shouldn't be at that time in the LAN - via
a CrossOver Cable
Then start rsync on the machine that should putt he datas to
2006 Nov 17
1
gjournal on 6.x wont build
Hi all,
I was intending on trying out gjournal on a new disk i've added in my
desktop. I had a look to see what the most recent patch provided by
Pawel and found
http://people.freebsd.org/~pjd/patches/gjournal6_20061024.patch
I created the directories as per Pawel's original post
(http://lists.freebsd.org/pipermail/freebsd-fs/2006-June/001962.html)
and the patch succeeded with no failed