ATLAS 3.9.3 (Development branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News ATLAS 3.9.3 (Development branch)
# 1  
Old 08-22-2008
ATLAS 3.9.3 (Development branch)

The ATLAS (Automatically Tuned Linear Algebra Software) project is an ongoing research effort focusing on applying empirical techniques in order to provide portable performance. It provides C and Fortran77 interfaces to a portably efficient BLAS implementation, as well as a few routines from LAPACK. License: BSD License (original) Changes:
A much more extensive testing capability was added. Several missing symbols were added from a full LAPACK build. *lamch are now compiled with no optimization. Errors in arch default creation for LAPACK defaults were fixed. A test in the LAPACK build Makefile was changed to get around a Solaris shell incompatibility. Architectural defaults were added for LAPACK QR tuning for AMD64K10h32SSE3, AMD64K10h64SSE3, PPCG564AltiVec, Core232SSE3, and HAMMER64SSE3.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Gambas(1)																 Gambas(1)

NAME
gambas - Integrated Development Environment. SYNOPSIS
gambas [<project file or project directory>] DESCRIPTION
Gambas is, before all, a Basic language with object extensions. A program written with Gambas is a set of files. Each file describes a class, in terms of object programming. The class files are compiled, then executed by an interpreter. From this point of view, it is very inspired by Java. Gambas is made up of the following programs: * A compiler. * An interpreter. * An archiver. * A graphical user interface component. * A development environment. The development environment is written with Gambas itself, so that I can show the abilities of the language. And it is very useful for debugging! gambas starts the Integrated Development Environment. AVAILABILITY
Updated source code and most documentation about gambas can be found at http://gambas.sf.net, documentation about the language is at http://www.binara.com/gambas-wiki, documentation in the spanish language is at http://gambas.gnulinex.org. REPORTING BUGS
Report bugs to <gambas@users.sourceforge.net>. COPYRIGHT
Copyright(C) 2002, 2012 Benoit Minisini <gambas@users.sourceforge.net; This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. Ubuntu March 2012 Gambas(1)