Linux Fedora compiler options for /usr/share/lapack.a

From: Richard Mathar (mathar_at_amer.strw.leidenuniv.nl)
Date: 02/01/05


Date: Tue, 1 Feb 2005 19:18:42 +0000 (UTC)

Does someone know with which compiler the /usr/share/liblapack.a
has been compiled for the Fedora Linux distribution, and possibly with which
optimizations?
I am getting core dumps within a routine calling it from a source
that has been compiled with g++ and wondering whether
alignment questions do arise and whether some g++ optimizations
must also be turned on in my application to get these right.
Yes, this has been working and tested under the "native " Solaris
compiler, g++ 2.9x under HP-UX and AIX and SunOs 5.6, so it is *not* the
case that I forgot to pass everything by pointer, allocate all
memory in advance etc.



Relevant Pages

  • Re: WaitForSingleObject() will not deadlock
    ... One is to hijack the semantics of volatile to disable compiler optimizations ... and otherwise let the compiler to agressive optimization. ... Agressive optimizations are the ones that work on the edge of the semantics of the ... Because the compiler can see into lock and unlock, it is able to reduce f ...
    (microsoft.public.vc.mfc)
  • Re: WaitForSingleObject() will not deadlock
    ... represent an incorrect implementation of the language. ... the *compiler* does not guarantee this. ... but to state it in terms of the execution instead of the formal semantics of the language ... as long as the optimizations do not change the semantics of the language). ...
    (microsoft.public.vc.mfc)
  • Re: optimized code
    ... > loop invariants are handled by the JIT not by the compiler fron-ends. ... generates the best optimized MSIL of any of the .NET languages. ... standard native code optimizations on MSIL code. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: c compilation - gcc vs visual c
    ... I recently compiled a numerically intensive c project under cygwin gcc ... MS focuses a lot more on specific optimizations, ... the simplest approach, however (and the one I currently use in my compiler), ... (silly code), are ones I focus on fixing. ...
    (comp.lang.c)
  • Re: Migrating ARM9E codebase to ARM11
    ... > optimizations done using hand-coding, only the control code is left to ... You should then consider upgrading to a newer compiler. ... wish to target might be faster than the assembler optimised for the 9E. ... I do not believe that the ARM ARM for architecture version 6 has been ...
    (comp.sys.arm)