Performance Issue

2009-02-24 Thread James Swaine
i'm implementing a benchmark which includes a detailed specification for a random number generator. for any of the kernels outlined in the benchmark, i might have to generate a set of random numbers R, which has a length n, using the following formulas: R[k] = ((2^-46)(X[k])) mod 2^46, where X[k

DPH Questions

2009-02-11 Thread James Swaine
hings we'd like to look into as a first step. Also - there are several papers which mention foldP as being part of the (prospective) implementation, but I couldn't find this in any of the modules. Has this one not been implemented yet? Much

Re: more libedit.so.0 issues

2008-11-14 Thread James Swaine
we tried it exactly as you describe below (twice). after it failed the first time, we deleted everything, redownloaded, and tried again. but i know the process works - i've done it successfully on two other machines (though this is the only red hat machine i've ever attempted this on). are there

Re: more libedit.so.0 issues

2008-11-14 Thread James Swaine
we tried that, but then we got this error: grep: packages: No such file or directory make -C libraries boot make[1]: Entering directory `/home/jswaine/ghc/ghc-6.10.1/ > > libraries' > mkdir bootstrapping > mkdir: cannot create directory `bootstrapping': File exists > make[1]: [cabal-bin] Error 1 (

Re: more libedit.so.0 issues

2008-11-14 Thread James Swaine
that didn't fix the problem - i still get the same error message. the configure script help should be updated though to show that these two options are available. thanks, james On Fri, Nov 14, 2008 at 11:28 AM, Judah Jacobson <[EMAIL PROTECTED]>wrote: > 2008/11/13 James

Re: more libedit.so.0 issues

2008-11-14 Thread James Swaine
it says: libedit.so.0 => not found libncurses.so.5 => /usr/lib64/libncurses.so.5 (0x0039e220) libutil.so.1 => /lib64/libutil.so.1 (0x0039dba0) libdl.so.2 => /lib64/libdl.so.2 (0x0039cfc0) libm.so.6 => /lib64/libm.so.6 (0x0039cf80) libgmp.so.3 =>

Re: more libedit.so.0 issues

2008-11-14 Thread James Swaine
there wouldn't be any issue with using the 6.8.x binaries. we'd ideally like to be working with the latest source tree (we're planning on tweaking the source, specifically in the parallel and concurrency libraries). but the distro we're using to compile the sources is the 6.10 for 64-bit Linux (t

more libedit.so.0 issues

2008-11-13 Thread James Swaine
We've had unbelievable problems getting past this ridiculous 'unable to load object file or shared library libedit.so.0' error when attempting to build the 6.10.1 source tree. We initially just built editline in a user directory and attempted to manipulate environment variables to help the linker

Re: libedit.so.0

2008-11-12 Thread James Swaine
-James On Wed, Nov 12, 2008 at 12:01 PM, Christian Maeder <[EMAIL PROTECTED] > wrote: > James Swaine wrote: > > That still didn't do anything. Here's the exact error text I'm getting: > > > > error while loading shared libraries: libedit.so.0: cann

Re: libedit.so.0

2008-11-12 Thread James Swaine
libraries' make: *** [stage1] Error 2 Thanks, James On Wed, Nov 12, 2008 at 11:35 AM, Christian Maeder <[EMAIL PROTECTED] > wrote: > James Swaine wrote: > > That didn't work. My editline build is in the directory > > /home/jswaine/libedit, with the actual library

Re: libedit.so.0

2008-11-12 Thread James Swaine
_PATH$:/home/jswaine/libedit/lib CPATH=CPATH$:/home/jswaine/libedit/include But still for some reason I get the same error. Am I doing this correctly? Thanks! -James On Wed, Nov 12, 2008 at 3:59 AM, Christian Maeder <[EMAIL PROTECTED]>wrote: > James Swaine wrote: > > I can'

libedit.so.0

2008-11-11 Thread James Swaine
7;libraries' directory to add an -L[librarydir] flag to the ghc invocation that was failing. Neither of these things worked - is there an easy way to tell the configure script that it needs to probe additional directories for these shared libraries? Thanks all! -James Swaine ___