Mercurial > hg > octave-avbm
comparison README.Cray @ 9031:1052a66078cf
Documentation cleanup of top-level Octave directory (READMEs, INSTALL)
Spellcheck README and INSTALL files.
Start all sentences with two spaces after period for readability.
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Thu, 19 Mar 2009 20:47:36 -0700 |
parents | 5eb3db6e4042 |
children | 66fdc831c580 |
comparison
equal
deleted
inserted
replaced
8984:cda45dc441f7 | 9031:1052a66078cf |
---|---|
10 CC=cc CFLAGS=-O0 CXX=CC \ | 10 CC=cc CFLAGS=-O0 CXX=CC \ |
11 CXXFLAGS="-O0 -h new_for_init -h nomessage=76" \ | 11 CXXFLAGS="-O0 -h new_for_init -h nomessage=76" \ |
12 --without-blas --without-lapack --disable-readline | 12 --without-blas --without-lapack --disable-readline |
13 | 13 |
14 The last to arguments tell Octave to use the reference blas and | 14 The last to arguments tell Octave to use the reference blas and |
15 lapack implmentation in Fortran and to not require the readline | 15 lapack implementation in Fortran and to not require the readline |
16 library. If you have the readline library, you can omit the last | 16 library. If you have the readline library, you can omit the last |
17 option. You can also try to use a vendor library for LAPACK and | 17 option. You can also try to use a vendor library for LAPACK and |
18 BLAS, but how are those compiled? You will need a version of the | 18 BLAS, but how are those compiled? You will need a version of the |
19 library that is compiled for 64-bit double precision values, but | 19 library that is compiled for 64-bit double precision values, but |
20 that uses the D and Z names (I'm not sure that this is the case | 20 that uses the D and Z names (I'm not sure that this is the case |
21 with the Cray librararies). | 21 with the Cray libraries). |
22 | 22 |
23 I'm using -O0 in an effort to speed up compilation. If you want | 23 I'm using -O0 in an effort to speed up compilation. If you want |
24 an optimized version and have time to wait for the build to | 24 an optimized version and have time to wait for the build to |
25 complete, then use whatever -On option you like. | 25 complete, then use whatever -On option you like. |
26 | 26 |