LAM: SCALAPACK users?

Camm Maguire camm at enhanced.com
Mon Aug 28 08:59:20 PDT 2000


Greetings!

"Horatio B. Bogbindero" <wyy at cersa.admu.edu.ph> writes:

> are there any scalapack users in the list? i have a few questions to ask:
> 

Here!

> -is there s C/C++ implementation of SCALAPACK? if not, can i call the
> fortran SCALAPACK/PBLAS functions from C/C++?
> 

No c interface, to use routines:

1) add a '_' after routine name
2) Pass all arguments as pointers  (i.e. an arg of '1' would have to
	be passed as &i, with i having been set to 1.)
3) Link with g77

> -are there any good scalapack documentation/manuals out there? the
> scalapack site only feature some lawns but nothing like a users manual.
> 

The faq and user's guide at netlib are both good.  They're included in
the new Debian scalapack-doc package.

Take care,


> 
> thanks.
>  
> ---------------------
> william.s.yu at ieee.org
>  
> Misfortune, n.:
> 	The kind of fortune that never misses.
> 		-- Ambrose Bierce, "The Devil's Dictionary"
>  
> 
> _______________________________________________
> This list is archived at http://www.mpi.nd.edu/MailArchives/lam/
> 
> 

-- 
Camm Maguire			     			camm at enhanced.com
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




More information about the Beowulf mailing list