[Trilinos-Users] [Kokkos-Developers] Multidimensional array

Mark Hoemmen mhoemme at sandia.gov
Sat Nov 13 23:35:23 MST 2010


Greetings Einar -- It would be great to know a little bit more about what you are doing with tensors of order > 2.  If 2-D tensors (rather, dense matrices) suffice, there are a number of libraries you could use, but they would not necessarily help as much as Tpetra does with things like encapsulating data layout and distributing data.

mfh

On Nov 13, 2010, at 10:31 AM, Heroux, Michael A wrote:
> Einar,
> 
> There is a new effort to develop multi-dimensional array support in the
> Kokkos package, but this is for node-level parallelism (threads and GPUs).
> I am unaware of anything else.
> 
> Tpetra's multivector class can be adapted to work in this way, since you can
> have any number of columns in the multivector, but at some point such an
> approach would be an abuse of the intent.
> 
> I have copied the Kokkos developer list as well, in case anyone else might
> have comments.
> 
> Mike
> 
> 
> On 11/13/10 8:08 AM, "Einar Otnes" <einaro at yahoo.com> wrote:
> 
>> Dear all,
>> I have been searching for an array library that can replace the one I'm
>> currently using, blitz++. what I'm after is an array library that supports
>> multiD and distributed memory. I hope and believe that I can find something
>> within trilinos. Tpetra seems promising, but I believe it supports only 1d and
>> 2d arrays through vectors and matrices. But it's capability for distributed
>> computing seems to be extensive and very good. Then I found Shards, which I
>> believe supports multiarrays, but browsing through its documentation it didn't
>> seem to support distributed memory. So, in short, are there any libraries in
>> trilinos that I use as a multiDImensional distributed arrays?
>> 
>> Thanks,
>> Einar
>> 
>> 
>> 
>> 
>> _______________________________________________
>> Trilinos-Users mailing list
>> Trilinos-Users at software.sandia.gov
>> http://software.sandia.gov/mailman/listinfo/trilinos-users
> 
> 
> _______________________________________________
> Kokkos-Developers mailing list
> Kokkos-Developers at software.sandia.gov
> http://software.sandia.gov/mailman/listinfo/kokkos-developers




More information about the Trilinos-Users mailing list