Skip to content

leitao/math-atlas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INSTALLING FROM GIT/BASEFILES

#. Use git to grab the files from github, using one of the workflow ideas outlined by gitwash.

#. Extract Makefile that will build the ATLAS source tree: Decide where you wish to create the ATLAS source tree. This directory should not presently exist, since the Makefile is going to create it for you. Create the source tree with the command:

make srcdir=<your chosen directory>

if srcdir is not given the Makefile creates a directory TEST in the math-atlas directory (i.e. srcdir defaults to ./TEST).

  1. Create ATLAS source tree: cd to your srcdir and issue make to build the ATLAS tree. After the tree is built, ./atltar.sh will build the standard tarfile from the ATLAS source tree generated by make.

# Extract: Read all about extract in order to understand why I use basefiles, and what extract is doing when creating your source tree.

About

Automatically Tuned Linear Algebra Software (ATLAS)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 69.5%
  • Fortran 17.9%
  • TeX 4.9%
  • Assembly 4.4%
  • C++ 1.4%
  • Python 1.1%
  • Other 0.8%