| 31 | | To compile the tests, complete the 3 variables given in test/Makefile : |
| 32 | | ATLASROOT= {the root directory where ATLAS is installed} |
| 33 | | ATLASARCH= {the architecture-system name given during ATLAS installation. |
| 34 | | for example Linux_P4SSE2} |
| 35 | | ARCH= {the architecture parameter for g++. For example pentium4, athlon, ...} |
| | 31 | To compile the tests, complete the variables given in test/Makefile and/or uncomment the adequate option: |
| | 32 | BLASROOT= {the directory where the BLAS library is located} |
| | 33 | ARCH= {the architecture parameter for g++. For example pentium4, athlon, opteron,...} |