search for: jend

Displaying 6 results from an estimated 6 matches for "jend".

Did you mean: end
2018 Apr 25
2
Help on understanding assume shape array processing and array descriptors in LLVM IR
...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, Jstr,Jend INTEGER :: i, j REAL*8, INTENT(INOUT) :: a(Li:,Lj:) REAL*8, INTENT(IN) :: b(Li:,Lj:) --snip-- I got the below LLVM IR, the parameters received. --snip-- ; Function Attrs: norecurse nounwind...
2018 Apr 25
0
Help on understanding assume shape array processing and array descriptors in LLVM IR
...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, Jstr,Jend INTEGER :: i, j REAL*8, INTENT(INOUT) :: a(Li:,Lj:) REAL*8, INTENT(IN) :: b(Li:,Lj:) --snip-- I got the below LLVM IR, the parameters received. --snip-- ; Function Attrs: norecurse nounwind...
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 installe...
2007 Jun 15
1
[LLVMdev] EquivalenceClasses: findValue vs. findLeader
...uivalenceClasses object like this: for(iterator i = equiv.begin(), iend = equiv.end(); i != iend; ++i) { DOUT << "### New set:\n"; for(member_iterator j = equiv.member_begin(i), jend = equiv.member_end(i); j != jend; ++j) { dump_member(*j); DOUT << "\n"; } } I get something like this: ### New set: ### New set: ### New set: ### New set: ### New set: ### New set: a b ### New set: #...
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