Changes between Version 19 and Version 20 of tools
- Timestamp:
- 07/30/08 11:34:04 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
tools
v19 v20 67 67 Here are some sample configurations used different architectures. 68 68 69 * Linux Ubuntu 8.04, dual quad-core Opteron; build latest release distributions, enable mpi, python, fortran (adding nightly=True would build from the nightly tarballs ):69 * Linux Ubuntu 8.04, dual quad-core Opteron; build latest release distributions, enable mpi, python, fortran (adding nightly=True would build from the nightly tarballs, producing this [http://www.mcs.anl.gov/~norris/cca-contractor-build-output.png sample output]): 70 70 {{{ 71 71 ../contract.py --configure python=/usr/bin/python \ … … 74 74 prefix=/path/to/install/dir 75 75 }}} 76 You can see sample output [http://www.mcs.anl.gov/~norris/cca-contractor-build-output.png here].77 76 78 77 * MacOS X 10.4, MacBook Pro; use nightly tarball of software, specify python explicitly, enable mpi: