| File | Date | Author | Commit |
|---|---|---|---|
| braid | 2013-02-12 |
|
[e97848] Merge branch 'master' of ssh://compose-hpc.git.... |
| h2c | 2011-09-20 |
|
[b5b280] Merge branch 'master' of /home/prantl1/work/tuw... |
| paul | 2013-01-31 |
|
[ed3bd5] Merge branch 'master' of ssh://compose-hpc.git.... |
| pcontracts | 2015-09-11 |
|
[b1df31] Fixed enforcer macro so enforcement statistics ... |
| rote | 2014-02-22 |
|
[4dba31] tree-utils: add antiunifyList function |
| thread_comp | 2011-12-19 |
|
[b55557] Merge branch 'master' of ssh://compose-hpc.git.... |
| .gitignore | 2013-05-29 |
|
[00fea9] Split tree-utils out from struct-diff code |
| LICENSE | 2011-09-20 |
|
[b5b280] Merge branch 'master' of /home/prantl1/work/tuw... |
| README | 2011-09-20 |
|
[b5b280] Merge branch 'master' of /home/prantl1/work/tuw... |
| db-test-file | 2011-12-12 |
|
[800dbf] Merge branch 'master' of ssh://compose-hpc.git.... |
==================== -*- markdown -*-
COMPOSE-HPC README
====================
CONTENTS
========
Introduction
Dependencies
Overview for the Impatient
INTRODUCTION
============
COMPOSE-HPC is a project dedicated to making tools of annotation
languages, source-to-source code transformation and code generation
more useful and accessible to the developers of scientific and
engineering software for high-performance computers.
Three tools are currently under development:
PAUL: Annotation processor
ROTE: Term rewriting
BRAID: Code generation, SIDL parser, Language interoperability
DEPENDENCIES
============
BRAID
Python: Version 2.6 or higher
Build-only:
Make: GNU make version 3.74 or higher
SWI-Prolog: Version 5.10.4 or higher
(only needed if you intend to modify [ir,sidl].def)
Doxygen: Version 1.6 or higher
(disable with ./configure --disable-documentation)
If you want to run the regression tests, you will also need:
Babel: Version 2.0 or higher
Chapel: Version 1.3.0
Java: JVM 1.6 or higher
NumPy: Version 1.0.4 or higher
OVERVIEW FOR THE IMPATIENT
==========================
(Should provide an overview on how to get started with each tool.)
Last Updated: 25 May 2011