GitXplorerGitXplorer
v

atlas-3.10.0

public
10 stars
10 forks
2 issues

Commits

List of commits on branch master.
Unverified
5b4899fc806c367552c052d6d2cf3febb1e8fea0

Merge pull request #2 from staticfloat/master

vvtjnash committed 11 years ago
Unverified
f8c36c44a1b8a818175acda2437875f6b6474ba5

Ensure executable permissions set on configure scripts

sstaticfloat committed 11 years ago
Unverified
f4576421a25af89d065ecc29bb70463c76fa9376

Add in missing headers

sstaticfloat committed 11 years ago
Unverified
d60ddcc5c11c5b873552802622fc13a6ff08beda

Wrap parallel code in #ifdef ATL_NCPU to avoid building parallel code when only building serial code

sstaticfloat committed 11 years ago
Unverified
d0146a4db09a5e23bfa63145ffc268322bb37169

quote sed instead of backslash escapes (which don't work in Window's system())

vvtjnash committed 12 years ago
Unverified
a00e58261679130488a9cd6376cb8115afdb75ae

slashsub & friends aren't needed on Windows and result in a bad path to gfortran being written to lapack/make.inc

vvtjnash committed 12 years ago

README

The README file for this repository.

This is the README index file. If you want install intructions, read ATLAS/INSTALL.txt. Windows users should read ATLAS/doc/Windows.txt as well. Note that all of this documentation is probably out of date. The website always contains the most current versions: http://math-atlas.sourceforge.net/faq.html#doc

A listing of the ATLAS documentation files is:

                             in ATLAS/

INSTALL.txt : Basic ATLAS installation instructions as text README : This file

                          in ATLAS/doc/

AtlasCredits.txt : The ATLAS team atlas_install.pdf: Relatively complete guide to configuring, building, installing and testing ATLAS. BootSequence.txt : Rough outline of how the ATLAS install works, and what files it creates. ChangeLog.txt : Brief summmary of changes from previous releases. DirStruct.txt : A graphic of the general organization of the ATLAS files INDEX.txt : This index file again LibReadme.txt : Information on generated libraries. TestTime.txt : Information on using the ATLAS testing and timing programs TroubleShoot.txt : Help with troubleshooting your installation, including where to find more help Windows.txt : Special information users of Microsoft Windows (95/98/NT/2K) should read atlas_contrib.pdf: Information on how users can speedup and contribute to ATLAS by providing low-level kernel routines altas_over.pdf : Paper describing ideas and basic methods of ATLAS cblas.pdf : Extract of the BLAST standard document, describing the standard C interface to the BLAS. fblasqr.pdf : Quick reference to the F77 interface to the BLAS.