On Fri, 29 Feb 2008, Benjamin Kirk wrote: > Are you specifically avoiding using a fortran compiler for some reason? I > notice you are downloading the C blas and that the configure script could > not find a fortran compiler. > > I'm not sure that this *won't* work -- I've just never tried that.
It should work. I've built libMesh with a Fortran-free PETSc before. In fact, I think you have to do so if you want to use long double precision; the C and Fortran standards differ for how 80 bit floating point numbers get represented in main memory. --- Roy ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
