Re: BLAS: dgemm



On 2007-02-13, Walter Spector <w6ws_xthisoutx@xxxxxxxxxxxxx> wrote:

Bad answers. (As you've discovered.) The caller and callee must
match. But since you were relying on pre-F90 style 'implicit interfacing',
your compiler could not tell you in advance that there was a problem.

Depending on whose BLAS you were using, there may be a module that
you can USE with interface blocks for the calls. This would allow
the compiler to check the call at compile time.

OK. I have been searching a bit but it is not quite clear to me
what exactly i can use.

I came across:

BLAS: http://www.netlib.org/blas/
LAPACK: http://www.netlib.org/lapack/
ATLAS: http://math-atlas.sourceforge.net/

But there is *a lot* of information on these websites and it's
not easy to find what I need or can use. It would be nice if
somebody could point me in the right direction...

My main question is what software has modules for me that i can
'use' to have available the 'dgemm' routine in Fortran 95 code?

Once i've figured that out, new questions will probably arise,
but I'll keep those for later ;-)

Best wishes,
Bart

--
"Share what you know. Learn what you don't."
.



Relevant Pages

  • Re: Calling C# COM from C (not C++)
    ... compiler for interfacing with certain electronic devices. ... Do you have a language issue or a compiler issue?. ... > VC++ has an option to import a tlb file and ... > create the interface headers. ...
    (microsoft.public.dotnet.framework.interop)
  • Re: Ada array vs C pointer (call by reference)
    ... depends on compiler implementation. ... (which I am interfacing with) ... unknown switches and the author cannot be contacted. ... certainly no language requirement that the Ada compiler go delve into ...
    (comp.lang.ada)
  • Re: What I Think Delphi Needs to Do to Survive
    ... than just emitting machine code- there's also DLL's, import libraries, ... and interfacing to the Windows and the Windows Debug Kernel. ... Please recall that I only have to show that the compiler is a sufficiently important part of the mix, to make your initial analogy void. ...
    (borland.public.delphi.non-technical)
  • Re: Default rep specs for record types - documented??
    ... > Perhaps, but for interfacing with C operations, I ... > off the operational spec, just as the C compiler would for a structure ... But then you should be able to specify *which* C Compiler. ...
    (comp.lang.ada)
  • Re: Ada exception block does NOT work?
    ... The parameter/formal declarations are like ... the compiler would guess for you how to call puts. ... > * implicit declaration of external functions. ... > K&R probably where good assember programmers but they where lousy compiler ...
    (comp.lang.ada)

Loading