This page is a guide to building the POOMA parallel object-oriented code and running its test programs.
It is assumed that you already downloaded the POOMA code.
To configure the source code, compile the source code and example programs, and run the examples, use:
tar zxf pooma-gcc.tgz, orgunzip -c pooma-gcc.tgz | tar xf -cd pooma-gccTo configure the source code, compile the source code and example programs, and run the examples, use
./tester.pl gcc-location-prefix
where g++-location-prefix specifies which gcc program to use. We assume gcc is at g++-location-prefix/bin/gcc and the associated C++ libraries are located at g++-location-prefix/lib. Command-line options are documented at the beginning of tester.pl.
The output of the testing programs gets written into tester.log.
Rerunning tester.pl will rerun the test programs but will not
rebuild the library. To force the library to be rebuilt, use
make realcleansuite.
Please send FSF & GNU inquiries & questions to gnu@gnu.org. There are also other ways to contact the FSF.
These pages are maintained by the GCC team.
For questions related to the use of GCC, please consult these web pages and the GCC manuals. If that fails, the gcc-help@gcc.gnu.org mailing list might help.Copyright (C) Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA.
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.
| Last modified 2007-07-25 |
|