mohammed elsaeedy <mohammed.elsae...@kaust.edu.sa> wrote on 07/05/2010
10:06:35 AM:
>
>
>     I'm very thankful to the members of this list for all of their help,
I'm
> working now on implementing BLAS routines on X10, so my first step is to
be
> able
> to call "C" BLAS functions from my X10 code, how is that feasible?
>

Hi,

        It would probably be useful to take a look at our HPC Challenge
benchmarks (in particular LU) which does this kind of thing.  See
https://x10.svn.sf.net/svnroot/x10/benchmarks/trunk/hpcc.

        It would probably make sense at some point to include some calls to C
implementations of basic BLAS operations as built-ins in the X10 standard
library.  We haven't seriously looked at this yet.  I think it might
require us to do some packaging changes so that X10 would still work on
platforms that didn't have BLAS, but if BLAS was available then an
additional .so could be loaded that would interface with the platform BLAS
libraries.

--dave
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to