search for: lalli

Displaying 14 results from an estimated 14 matches for "lalli".

Did you mean: lelli
2010 Aug 09
1
[LLVMdev] Endianness emulation
Hey folks, If I've got some code that I can compile using clang, that depends on a certain endianness, can I generate bitcode that will have the code operate correctly, even if run on machines of the the opposite endianness? If not, what're we talking about in specific work that'd be needed? Thanks, - Lally
2011 Feb 03
2
[LLVMdev] Bitcode not portable from linux to solaris?
On 02/02/2011 19:53, Lally Singh wrote: > To answer my own question. The problem is that Solaris ships with > very old tools, and llvmc was generating assembler that worked with a > fresh (gcc-4.5) compile& install. I had them handy, just further > down the path. Hopefully anyone with the same problem can find this > in the archive. > I think llvm isn't ported to
2011 Jan 31
4
[LLVMdev] Bitcode not portable from linux to solaris?
Hi all. I made some early experiments --- namely a llvm program that printf'd "hello world" -- that seemed to indicate that a bitcode file I generate on linux would work on my solaris box. Well, they're actually the same machine, an amd opteron sun box with a linux vm running. My generating program doesn't run on solaris, but I was hoping to generate bitcode for it from
2011 Feb 03
0
[LLVMdev] Bitcode not portable from linux to solaris?
To answer my own question. The problem is that Solaris ships with very old tools, and llvmc was generating assembler that worked with a fresh (gcc-4.5) compile & install. I had them handy, just further down the path. Hopefully anyone with the same problem can find this in the archive. Thanks everyone. On Mon, Jan 31, 2011 at 10:56 AM, Lally Singh <lally.singh at gmail.com> wrote:
2011 Feb 03
0
[LLVMdev] Bitcode not portable from linux to solaris?
Well, then I'm royally screwed. What would I have to add to make it work, if only for a very limited subset of cases? On Wed, Feb 2, 2011 at 11:44 PM, Yuri <yuri at rawbw.com> wrote: > On 02/02/2011 19:53, Lally Singh wrote: >> >> To answer my own question.  The problem is that Solaris ships with >> very old tools, and llvmc was generating assembler that worked
2007 Oct 04
5
ZFS Crypto Alpha Release
I''m pleased to announce that the ZFS Crypto project now has Alpha release binaries that you can download and try. Currently we only have x86/x64 binaries available, SPARC will be available shortly. Information on the Alpha release of ZFS Crypto and links for downloading the binaries is here: http://opensolaris.org/os/project/zfs-crypto/phase1/alpha/ Please pay particular note to
2007 Oct 04
5
ZFS Crypto Alpha Release
I''m pleased to announce that the ZFS Crypto project now has Alpha release binaries that you can download and try. Currently we only have x86/x64 binaries available, SPARC will be available shortly. Information on the Alpha release of ZFS Crypto and links for downloading the binaries is here: http://opensolaris.org/os/project/zfs-crypto/phase1/alpha/ Please pay particular note to
2017 Jul 06
1
R loop function in Tableau
Hi R helpers, I hope this email finds you well. I am having trouble with R loop function in Tableau. Please see the attachment of a simple dataset. The problem is to test whether the value of columns is match. Because Tableau do not have iteration function, I coded ?if statement? in Tableau to realize the function, which is slow if having huge amount of data. I wonder to integrate
2002 Oct 15
1
"No such file" error when reading Win98 profiles
Hi all, I'm having an odd error with Samba 2.2.5 and I'm wondering if anyone can give me a hand with it. About a month ago, I upgraded from Samba 2.2.1 to 2.2.5 on RedHat 7.2 and, since then, my Win98 users have been receiving "No such file or directory" errors during login. The upgrade was installed using John Terpstra's RH 7.2 RPM package. Users are set up with roaming
2017 Jul 15
2
One Dimensional Monte Carlo Simulation
Further to my email below, I have just realised that I forgot to include the specification of L and R. Hence, the code needs to include the following additional lines at the start;- L<-7.5e6 R<-2.5e6 Apologies for any confusion caused! Best regards, Tony > On 12 Jul 2017, at 10:03 AM, HUL-Anthony Egerton <aegerton at huntingtonunderwriting.com> wrote: > > I am trying
2017 Aug 01
0
One Dimensional Monte Carlo Simulation
Tony, I?m not sure what exactly you?re trying to do, but you're not really taking advantage of vectorization in your R code. I've tried to clean it up a little. The clamped lognormal is almost always 0 or L? That seems a little odd. You seem to be using the inverse cdf method of drawing samples. That's not necessary in R for standard probability distributions. You may want to do a
2005 Jan 28
0
Sybase anyone?
Hi, I noticed on the rubyonrails site that there was mention of desire for a Sybase version of rails. Is this still a pipe dream or is someone driving it? Thanks, R.
2004 Aug 04
0
simulating RED using tcsim question
I''m trying to setup a bottlekneck scenario so I can see the effects of the RED qdisc on a congested interface. My example simulation code is at the bottom of this email if someone wants to see it. The following is a snippet form TCSIMs output. 0.602000 E : 0x80bc080 40 : inputB_eth0: 45000028 00000000 40060000 ... 0.602000 D : 0x80bc080 40 : inputB_eth0: 45000028 00000000 40060000 ...
2004 Aug 06
0
problem adding new qdisc to tcsim
Hi, I''m using ''kmod_cc'' and ''tcmod_cc'' to compile and add a new qdisc to tcsim in the usual way. I''ve compiled the kernel files no problem but have hit a brick wall when trying to link together the object files into one object file. e.g. ld -o ld -o sch_jqueue.o jqueue.o record.o cqueue.o nclink.o ncqueue.o ''ld''