You can subscribe to this list here.
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(13) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2012 |
Jan
(18) |
Feb
(14) |
Mar
(9) |
Apr
(34) |
May
(12) |
Jun
(19) |
Jul
(21) |
Aug
(5) |
Sep
(4) |
Oct
(20) |
Nov
(18) |
Dec
(7) |
2013 |
Jan
(29) |
Feb
(12) |
Mar
(17) |
Apr
(6) |
May
(8) |
Jun
(7) |
Jul
(3) |
Aug
(4) |
Sep
(2) |
Oct
(4) |
Nov
|
Dec
|
2014 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
(1) |
2015 |
Jan
(1) |
Feb
(1) |
Mar
(3) |
Apr
(1) |
May
|
Jun
(2) |
Jul
(3) |
Aug
(3) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: T. D. <tld...@us...> - 2012-04-24 00:47:27
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "compose-hpc". The branch, master has been updated via 79f915d67329ff48c550b203fbb5bbfd94b94ee9 (commit) via f6ed5f59ebc24dead042bee08e2cdfe6a5f51a58 (commit) from f0021074f8bdbbb9868bf085178fa255069a3298 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 79f915d67329ff48c550b203fbb5bbfd94b94ee9 Merge: f6ed5f5 f002107 Author: T. Dahlgren <dah...@ll...> Date: Mon Apr 23 17:46:35 2012 -0700 Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc commit f6ed5f59ebc24dead042bee08e2cdfe6a5f51a58 Author: T. Dahlgren <dah...@ll...> Date: Mon Apr 23 17:45:36 2012 -0700 Snapshot of stand-alone enforcement library WORK IN PROGRESS ----------------------------------------------------------------------- Summary of changes: pcontracts/src/runtime/contracts/contractOptions.h | 100 +++++++++++--------- .../src/runtime/contracts/contractPrivateTypes.h | 79 +++++++++++++++ pcontracts/src/runtime/contracts/contracts.h | 31 +++++- 3 files changed, 160 insertions(+), 50 deletions(-) create mode 100644 pcontracts/src/runtime/contracts/contractPrivateTypes.h hooks/post-receive -- compose-hpc |
From: adrian <adr...@us...> - 2012-04-23 23:29:13
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "compose-hpc". The branch, master has been updated via f0021074f8bdbbb9868bf085178fa255069a3298 (commit) via 44c30eab16e01780a9bf9c67e3d495558da9b526 (commit) via f7a7023dffa606b4245c81608eaf86ae3fbf85bf (commit) via 8e23b0c19bee225ca345fe6173e8520815a67f5b (commit) via 6ace40869d9232d6ff291c05aa6f65c945de8382 (commit) via 78e8a3ef1ab4ae873085b4e4ff0faeb5dffd394b (commit) from ff2fb49719e0f6db340fe4662ec3486313588c0d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f0021074f8bdbbb9868bf085178fa255069a3298 Merge: 44c30ea ff2fb49 Author: Adrian Prantl <ad...@ll...> Date: Mon Apr 23 16:28:58 2012 -0700 Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc commit 44c30eab16e01780a9bf9c67e3d495558da9b526 Author: Adrian Prantl <ad...@ll...> Date: Mon Apr 23 16:28:36 2012 -0700 more Chapel 1.5 compatibility commit f7a7023dffa606b4245c81608eaf86ae3fbf85bf Author: Adrian Prantl <ad...@ll...> Date: Mon Apr 23 16:28:25 2012 -0700 refactored language-independent parts into babel.py + various bugfixes commit 8e23b0c19bee225ca345fe6173e8520815a67f5b Author: Adrian Prantl <ad...@ll...> Date: Mon Apr 23 10:42:09 2012 -0700 upgraded to chapel 1.5.0 commit 6ace40869d9232d6ff291c05aa6f65c945de8382 Author: Adrian Prantl <ad...@ll...> Date: Thu Apr 19 13:42:01 2012 -0700 implemented a more robust hashing function commit 78e8a3ef1ab4ae873085b4e4ff0faeb5dffd394b Author: Adrian Prantl <ad...@ll...> Date: Wed Apr 18 13:09:31 2012 -0700 handling of builtin assertion functions ----------------------------------------------------------------------- Summary of changes: braid/BUGS | 5 +- braid/Makefile.am | 2 +- braid/Makefile.in | 27 +- braid/braid/Makefile.include | 1 + braid/braid/babel.py | 498 +++++++++++++++ braid/braid/braid.py | 13 +- braid/braid/chapel/backend.py | 635 ++++---------------- braid/braid/chapel/cgen.py | 120 +++-- braid/braid/chapel/conversions.burg | 6 +- braid/braid/chapel/makefile.py | 78 ++- braid/braid/codegen.py | 25 +- braid/braid/config.py.in | 8 +- braid/braid/ior_template.py | 266 ++++++--- braid/braid/ir.def | 5 +- braid/braid/ir.py | 5 +- braid/braid/sidl_symbols.py | 22 +- braid/configure | 108 ++-- braid/configure.ac | 44 +- braid/doc/braid.1 | 2 +- braid/regression/interop/Makefile.include | 13 +- .../interop/args/runChapel/argstest.chpl | 6 +- .../interop/arrays/runChapel/arraystest.chpl | 14 +- braid/regression/interop/build-client.sh.in | 6 - .../interop/enums/runChapel/enumstest.chpl | 63 +-- .../exceptions/runChapel/exceptionstest.chpl | 2 +- .../interop/inherit/runChapel/inherittest.chpl | 2 +- .../interop/objarg/runChapel/objargtest.chpl | 2 +- .../interop/ordering/runChapel/orderingtest.chpl | 2 +- .../interop/overload/runChapel/overloadtest.chpl | 2 +- .../interop/sortb/runChapel/sortbtest.chpl | 2 +- .../interop/strings/runChapel/stringstest.chpl | 2 +- .../interop/struct/runChapel/structtest.chpl | 2 +- braid/runtime/array.inc | 10 +- braid/runtime/array_support.inc | 6 +- braid/runtime/barray.inc | 29 +- braid/runtime/darray.inc | 15 +- 36 files changed, 1136 insertions(+), 912 deletions(-) create mode 100644 braid/braid/babel.py hooks/post-receive -- compose-hpc |
From: Ajay P. <aja...@us...> - 2012-04-20 02:16:19
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "compose-hpc". The branch, master has been updated via ff2fb49719e0f6db340fe4662ec3486313588c0d (commit) from 869a0630728f6354a2de6ff5fa1f89b2c6419953 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ff2fb49719e0f6db340fe4662ec3486313588c0d Author: Ajay Panyala <aj...@cs...> Date: Thu Apr 19 19:15:43 2012 -0700 Added Fortran code transformations demo. The codes transformed are extracted from a larger code base in NWCHEM. ----------------------------------------------------------------------- Summary of changes: rote/stratego/demos/ccsd/.gitignore | 9 + rote/stratego/demos/ccsd/CCSDConfig.h.in | 4 + rote/stratego/demos/ccsd/CMakeLists.txt | 73 ++ rote/stratego/demos/ccsd/README | 65 ++ rote/stratego/demos/ccsd/Test.py | 34 + rote/stratego/demos/ccsd/src/Transforms.cpp | 1420 +++++++++++++++++++++++++ rote/stratego/demos/ccsd/src/Transforms.h | 27 + rote/stratego/demos/ccsd/src/ccsd.cpp | 87 ++ rote/stratego/demos/ccsd/src/ccsd.paulconf | 2 + rote/stratego/demos/ccsd/tests/expanded.f90 | 448 ++++++++ rote/stratego/demos/ccsd/tests/reduceSync.f90 | 354 ++++++ rote/stratego/demos/ccsd/tests/timing.f90 | 329 ++++++ 12 files changed, 2852 insertions(+), 0 deletions(-) create mode 100644 rote/stratego/demos/ccsd/.gitignore create mode 100644 rote/stratego/demos/ccsd/CCSDConfig.h.in create mode 100644 rote/stratego/demos/ccsd/CMakeLists.txt create mode 100644 rote/stratego/demos/ccsd/README create mode 100644 rote/stratego/demos/ccsd/Test.py create mode 100644 rote/stratego/demos/ccsd/src/Transforms.cpp create mode 100644 rote/stratego/demos/ccsd/src/Transforms.h create mode 100644 rote/stratego/demos/ccsd/src/ccsd.cpp create mode 100644 rote/stratego/demos/ccsd/src/ccsd.paulconf create mode 100644 rote/stratego/demos/ccsd/tests/expanded.f90 create mode 100644 rote/stratego/demos/ccsd/tests/reduceSync.f90 create mode 100644 rote/stratego/demos/ccsd/tests/timing.f90 hooks/post-receive -- compose-hpc |
From: adrian <adr...@us...> - 2012-04-18 00:05:48
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "compose-hpc". The branch, master has been updated via 869a0630728f6354a2de6ff5fa1f89b2c6419953 (commit) via e87a92f554fffaf945e555ceb348d6ae2867178a (commit) from 7317232216d8b478f24097355c0856be0c6ab644 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 869a0630728f6354a2de6ff5fa1f89b2c6419953 Author: Adrian Prantl <ad...@ll...> Date: Tue Apr 17 17:05:17 2012 -0700 generated contract checking code for the "contracts" test case now compiles commit e87a92f554fffaf945e555ceb348d6ae2867178a Author: Adrian Prantl <ad...@ll...> Date: Mon Apr 16 14:59:20 2012 -0700 groundlaying work for a future namespace support ----------------------------------------------------------------------- Summary of changes: braid/Makefile.am | 2 +- braid/braid/chapel/backend.py | 10 +- braid/braid/chapel/cgen.py | 11 +- braid/braid/codegen.py | 225 ++++++++----- braid/braid/ior_template.py | 456 ++++++++++++++++++++++--- braid/braid/ir.def | 22 ++- braid/braid/ir.py | 34 ++- braid/braid/patmat.py | 2 +- braid/braid/sidl.def | 6 + braid/braid/sidl.py | 5 + rote/minitermite/doc/src2term.1 | 2 +- rote/minitermite/doc/term2src.1 | 2 +- rote/minitermite/src/RoseToTerm.C | 60 ++-- rote/minitermite/src/TermToRose.C | 42 ++- rote/minitermite/src/minitermite/AstJanitor.h | 9 +- rote/minitermite/src/minitermite/RoseToTerm.h | 12 + rote/minitermite/src/minitermite/TermToRose.h | 4 +- rote/minitermite/src/termite/termite_spec.pl | 1 + 18 files changed, 712 insertions(+), 193 deletions(-) hooks/post-receive -- compose-hpc |
From: adrian <adr...@us...> - 2012-04-16 17:47:51
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "compose-hpc". The branch, master has been updated via 7317232216d8b478f24097355c0856be0c6ab644 (commit) from d710deaff1c1330925c01d21f744984c0b8c0418 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7317232216d8b478f24097355c0856be0c6ab644 Author: Adrian Prantl <ad...@ll...> Date: Mon Apr 16 10:47:36 2012 -0700 icsd_t2 testcase now works updated the grammar ----------------------------------------------------------------------- Summary of changes: rote/minitermite/src/TermToRose.C | 19 +++------ rote/minitermite/src/termite/termite_spec.pl | 52 +++++++++++++++++++++++--- 2 files changed, 53 insertions(+), 18 deletions(-) hooks/post-receive -- compose-hpc |
From: adrian <adr...@us...> - 2012-04-16 16:26:07
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "compose-hpc". The branch, master has been updated via d710deaff1c1330925c01d21f744984c0b8c0418 (commit) from cf0ff57958d752f4e138d71c9bdfba5be57110e7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d710deaff1c1330925c01d21f744984c0b8c0418 Author: Adrian Prantl <ad...@ll...> Date: Mon Apr 16 09:25:38 2012 -0700 store original string for floating point constants ----------------------------------------------------------------------- Summary of changes: rote/minitermite/regression/Makefile.include | 1 + rote/minitermite/regression/fortran/precision.f03 | 4 + rote/minitermite/src/RoseToTerm.C | 18 +-- rote/minitermite/src/TermToRose.C | 194 +++++++++++---------- 4 files changed, 111 insertions(+), 106 deletions(-) create mode 100644 rote/minitermite/regression/fortran/precision.f03 hooks/post-receive -- compose-hpc |
From: adrian <adr...@us...> - 2012-04-13 23:56:35
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "compose-hpc". The branch, master has been updated via cf0ff57958d752f4e138d71c9bdfba5be57110e7 (commit) from fb129d42ec1d59da6e11f707eda2dcffebe99fc4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit cf0ff57958d752f4e138d71c9bdfba5be57110e7 Author: Adrian Prantl <ad...@ll...> Date: Fri Apr 13 16:56:14 2012 -0700 couple of bugfixes ----------------------------------------------------------------------- Summary of changes: rote/minitermite/src/minitermite/stl-term.h++ | 41 ++++++++---------- rote/minitermite/src/minitermite/stratego-term.h++ | 44 +++++++++---------- rote/minitermite/src/src2term.C | 5 +- rote/minitermite/src/term2src.C | 5 +- rote/minitermite/src/termlexer.l++ | 5 ++ 5 files changed, 50 insertions(+), 50 deletions(-) hooks/post-receive -- compose-hpc |
From: adrian <adr...@us...> - 2012-04-13 22:16:23
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "compose-hpc". The branch, master has been updated via fb129d42ec1d59da6e11f707eda2dcffebe99fc4 (commit) via a83060837cfbaaf82fdcec6a4279ce01f700b8e0 (commit) via 370da2a0dc356192d1f8b6e686109dcbdf18fc61 (commit) from a6323c66544bc49cbe762e95818a47b008379f7a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit fb129d42ec1d59da6e11f707eda2dcffebe99fc4 Merge: a830608 a6323c6 Author: Adrian Prantl <ad...@ll...> Date: Fri Apr 13 15:15:37 2012 -0700 Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc commit a83060837cfbaaf82fdcec6a4279ce01f700b8e0 Author: Adrian Prantl <ad...@ll...> Date: Fri Apr 13 15:15:01 2012 -0700 finished implementation of the --stratego switch which makes minitermite output compatible with stratego. Now we can get rid of all the sed hacks that were necessary in the run.sh scripts commit 370da2a0dc356192d1f8b6e686109dcbdf18fc61 Author: Adrian Prantl <ad...@ll...> Date: Fri Apr 13 14:15:48 2012 -0700 *massive* refactoring that enables multiple term-generators and parsers to coexist withing the same executable. ----------------------------------------------------------------------- Summary of changes: rote/minitermite/configure.ac | 2 +- rote/minitermite/doc/src2term.1 | 12 +- rote/minitermite/doc/term2src.1 | 12 +- rote/minitermite/regression/Makefile.include | 66 +- rote/minitermite/src/Makefile.include | 17 +- rote/minitermite/src/PrologTerm.C | 119 +-- rote/minitermite/src/RoseToTerm.C | 610 ++++++------ rote/minitermite/src/TermToRose.C | 783 ++++++++------- rote/minitermite/src/minitermite/PrologAtom.h | 91 -- rote/minitermite/src/minitermite/PrologCompTerm.h | 582 ----------- rote/minitermite/src/minitermite/PrologInt.h | 155 --- rote/minitermite/src/minitermite/PrologList.h | 198 ---- rote/minitermite/src/minitermite/PrologTerm.h | 265 ----- rote/minitermite/src/minitermite/PrologVariable.h | 28 - rote/minitermite/src/minitermite/RoseToTerm.h | 172 ++-- rote/minitermite/src/minitermite/TermPrinter.h | 1062 ++++++++++---------- rote/minitermite/src/minitermite/TermToRose.h | 233 +++--- rote/minitermite/src/minitermite/minitermite.h.in | 17 +- rote/minitermite/src/minitermite/stl-term.h++ | 636 ++++++++++++ rote/minitermite/src/minitermite/stratego-term.h++ | 129 +++ rote/minitermite/src/minitermite/swipl-term.h++ | 854 ++++++++++++++++ rote/minitermite/src/minitermite/term.h++ | 176 ++++ rote/minitermite/src/src2term.C | 35 +- rote/minitermite/src/term2src.C | 31 +- rote/minitermite/src/termite/termite_spec.pl | 4 +- rote/minitermite/src/termlexer.l++ | 7 + rote/minitermite/src/termparser.y++ | 37 +- rote/stratego/examples/basic/run.sh | 7 +- rote/stratego/examples/fortran/run.sh | 24 +- rote/stratego/examples/identity/run.sh | 7 +- 30 files changed, 3449 insertions(+), 2922 deletions(-) delete mode 100644 rote/minitermite/src/minitermite/PrologAtom.h delete mode 100644 rote/minitermite/src/minitermite/PrologCompTerm.h delete mode 100644 rote/minitermite/src/minitermite/PrologInt.h delete mode 100644 rote/minitermite/src/minitermite/PrologList.h delete mode 100644 rote/minitermite/src/minitermite/PrologTerm.h delete mode 100644 rote/minitermite/src/minitermite/PrologVariable.h create mode 100644 rote/minitermite/src/minitermite/stl-term.h++ create mode 100644 rote/minitermite/src/minitermite/stratego-term.h++ create mode 100644 rote/minitermite/src/minitermite/swipl-term.h++ create mode 100644 rote/minitermite/src/minitermite/term.h++ hooks/post-receive -- compose-hpc |
From: T. D. <tld...@us...> - 2012-04-13 00:44:28
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "compose-hpc". The branch, master has been updated via a6323c66544bc49cbe762e95818a47b008379f7a (commit) via 8800c1b2ca685e42684b600eed8f21b8b740d53c (commit) from 9c505e11559f71d0d29c8dc0ef4174b35a857034 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a6323c66544bc49cbe762e95818a47b008379f7a Author: T. Dahlgren <dah...@ll...> Date: Thu Apr 12 17:41:18 2012 -0700 Preliminary work on the stand-alone interface contracts enforcement library. commit 8800c1b2ca685e42684b600eed8f21b8b740d53c Author: T. Dahlgren <dah...@ll...> Date: Thu Apr 12 17:40:28 2012 -0700 Preliminary work on the stand-alone interface contracts enforcement library. ----------------------------------------------------------------------- Summary of changes: pcontracts/{ => src/annots}/.gitignore | 0 pcontracts/src/{ => annots}/CommentVisitor.cpp | 0 pcontracts/src/{ => annots}/CommentVisitor.hpp | 0 .../src/{ => annots}/PaulContractsDecorate.cpp | 0 .../src/{ => annots}/PaulContractsDecorate.h | 0 pcontracts/{ => src/runtime}/.gitignore | 0 pcontracts/src/runtime/contracts/ContractsPolicy.h | 194 ++++++++++++++++++++ pcontracts/src/runtime/contracts/contractOptions.h | 132 +++++++++++++ pcontracts/src/runtime/contracts/contracts.h | 80 ++++++++ 9 files changed, 406 insertions(+), 0 deletions(-) copy pcontracts/{ => src/annots}/.gitignore (100%) rename pcontracts/src/{ => annots}/CommentVisitor.cpp (100%) rename pcontracts/src/{ => annots}/CommentVisitor.hpp (100%) rename pcontracts/src/{ => annots}/PaulContractsDecorate.cpp (100%) rename pcontracts/src/{ => annots}/PaulContractsDecorate.h (100%) copy pcontracts/{ => src/runtime}/.gitignore (100%) create mode 100644 pcontracts/src/runtime/contracts/ContractsPolicy.h create mode 100644 pcontracts/src/runtime/contracts/contractOptions.h create mode 100644 pcontracts/src/runtime/contracts/contracts.h hooks/post-receive -- compose-hpc |
From: adrian <adr...@us...> - 2012-04-12 21:05:53
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "compose-hpc". The branch, master has been updated via 9c505e11559f71d0d29c8dc0ef4174b35a857034 (commit) from e4cd12935b48f23fb2a05b3fd0b49cc2b9f07d01 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9c505e11559f71d0d29c8dc0ef4174b35a857034 Author: Adrian Prantl <ad...@ll...> Date: Thu Apr 12 14:05:18 2012 -0700 bypass the type table for fortran array types ----------------------------------------------------------------------- Summary of changes: rote/minitermite/regression/Makefile.include | 1 + rote/minitermite/regression/fortran/rose_dim.F | 9658 ++++++++++++++++++++++++ rote/minitermite/src/TermToRose.C | 47 +- 3 files changed, 9682 insertions(+), 24 deletions(-) create mode 100644 rote/minitermite/regression/fortran/rose_dim.F hooks/post-receive -- compose-hpc |
From: adrian <adr...@us...> - 2012-04-11 20:27:48
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "compose-hpc". The branch, master has been updated via e4cd12935b48f23fb2a05b3fd0b49cc2b9f07d01 (commit) from 3d4110a082b010674109f9971b2acf56ddb4bd46 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e4cd12935b48f23fb2a05b3fd0b49cc2b9f07d01 Author: Adrian Prantl <ad...@ll...> Date: Wed Apr 11 13:27:06 2012 -0700 store the subprogram kind in function_ref_exp nodes this fixes the issue with missing CALL statements in fortran ----------------------------------------------------------------------- Summary of changes: rote/minitermite/doc/src2term.1 | 2 +- rote/minitermite/doc/term2src.1 | 2 +- rote/minitermite/regression/Makefile.include | 1 + .../regression/fortran/{icsd.f => funCall.F} | 158 +++++++++++--------- rote/minitermite/src/RoseToTerm.C | 17 ++ rote/minitermite/src/TermToRose.C | 25 ++- rote/minitermite/src/minitermite/TermToRose.h | 4 +- rote/minitermite/src/termite/termite_spec.pl | 2 +- 8 files changed, 128 insertions(+), 83 deletions(-) copy rote/minitermite/regression/fortran/{icsd.f => funCall.F} (83%) hooks/post-receive -- compose-hpc |
From: adrian <adr...@us...> - 2012-04-07 00:41:12
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "compose-hpc". The branch, master has been updated via 3d4110a082b010674109f9971b2acf56ddb4bd46 (commit) via 822dea3f4d1525e21d5886cf1ed589790a29614d (commit) from 4645b11b9eaf9d9e7924d002771beb89683fffe3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3d4110a082b010674109f9971b2acf56ddb4bd46 Author: Adrian Prantl <ad...@ll...> Date: Fri Apr 6 17:40:53 2012 -0700 implemented a quick hack for double-quoted identifiers for ajay commit 822dea3f4d1525e21d5886cf1ed589790a29614d Author: Adrian Prantl <ad...@ll...> Date: Fri Apr 6 17:26:44 2012 -0700 updated grammar ----------------------------------------------------------------------- Summary of changes: rote/minitermite/src/RoseToTerm.C | 30 ++++++++++++------------ rote/minitermite/src/minitermite/PrologAtom.h | 16 ++++++++++++- rote/minitermite/src/termite/termite_spec.pl | 1 + rote/minitermite/src/termparser.y++ | 4 +- 4 files changed, 33 insertions(+), 18 deletions(-) hooks/post-receive -- compose-hpc |
From: adrian <adr...@us...> - 2012-04-06 21:05:58
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "compose-hpc". The branch, master has been updated via 4645b11b9eaf9d9e7924d002771beb89683fffe3 (commit) via 227e99acfff14e51dbf2e1e2dad7adc4941c7973 (commit) via e8ff2762ede2cd1637f81486a3a29b11f42aa48f (commit) from 5bdb80edb1ec6c5804f60b0a2a9f42134f2c33bc (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4645b11b9eaf9d9e7924d002771beb89683fffe3 Author: Adrian Prantl <ad...@ll...> Date: Fri Apr 6 14:05:35 2012 -0700 set io_statement flag commit 227e99acfff14e51dbf2e1e2dad7adc4941c7973 Author: Adrian Prantl <ad...@ll...> Date: Fri Apr 6 13:44:50 2012 -0700 implemented single-quoted string literals commit e8ff2762ede2cd1637f81486a3a29b11f42aa48f Author: Adrian Prantl <ad...@ll...> Date: Fri Apr 6 13:32:58 2012 -0700 implemented numeric labels for fortran format stmts ----------------------------------------------------------------------- Summary of changes: rote/minitermite/regression/Makefile.include | 2 +- rote/minitermite/src/RoseEnums.C | 10 ++ rote/minitermite/src/RoseToTerm.C | 29 +++++- rote/minitermite/src/TermToRose.C | 157 ++++++++++++++----------- rote/minitermite/src/minitermite/RoseEnums.h | 1 + rote/minitermite/src/minitermite/RoseToTerm.h | 2 + rote/minitermite/src/minitermite/TermToRose.h | 2 + 7 files changed, 131 insertions(+), 72 deletions(-) hooks/post-receive -- compose-hpc |
From: adrian <adr...@us...> - 2012-04-06 18:25:51
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "compose-hpc". The branch, master has been updated via 5bdb80edb1ec6c5804f60b0a2a9f42134f2c33bc (commit) via 30e3058c814f646179745f60b88623f7628abe98 (commit) via b4330a20a1c197f1f4e6468ea6ed02e58f10cc87 (commit) from 612ebacb08e5912618777ac3e3f046664156c75e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5bdb80edb1ec6c5804f60b0a2a9f42134f2c33bc Author: Adrian Prantl <ad...@ll...> Date: Fri Apr 6 09:35:00 2012 -0700 refacotring, bugfixes commit 30e3058c814f646179745f60b88623f7628abe98 Author: Adrian Prantl <ad...@ll...> Date: Fri Apr 6 09:26:38 2012 -0700 implemented ExponentiationOp commit b4330a20a1c197f1f4e6468ea6ed02e58f10cc87 Author: Adrian Prantl <ad...@ll...> Date: Fri Apr 6 09:19:28 2012 -0700 implemented format statement and friends ----------------------------------------------------------------------- Summary of changes: rote/minitermite/src/RoseToTerm.C | 34 +++ rote/minitermite/src/TermToRose.C | 288 +++++++++++-------------- rote/minitermite/src/minitermite/AstJanitor.h | 15 +- rote/minitermite/src/minitermite/RoseToTerm.h | 2 + rote/minitermite/src/minitermite/TermToRose.h | 2 + 5 files changed, 177 insertions(+), 164 deletions(-) hooks/post-receive -- compose-hpc |
From: adrian <adr...@us...> - 2012-04-06 00:46:44
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "compose-hpc". The branch, master has been updated via 612ebacb08e5912618777ac3e3f046664156c75e (commit) from 564259a50d719e39bc8bb2c5f1253862bfb6fad0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 612ebacb08e5912618777ac3e3f046664156c75e Author: Adrian Prantl <ad...@ll...> Date: Thu Apr 5 17:01:37 2012 -0700 implemented writestmt ----------------------------------------------------------------------- Summary of changes: rote/minitermite/src/RoseToTerm.C | 20 +++ rote/minitermite/src/TermToRose.C | 32 +++++- rote/minitermite/src/minitermite/PrologCompTerm.h | 140 ++++++++++++++++++++- rote/minitermite/src/minitermite/RoseToTerm.h | 1 + rote/minitermite/src/minitermite/TermToRose.h | 11 +- 5 files changed, 196 insertions(+), 8 deletions(-) hooks/post-receive -- compose-hpc |
From: adrian <adr...@us...> - 2012-04-05 22:37:08
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "compose-hpc". The branch, master has been updated via 564259a50d719e39bc8bb2c5f1253862bfb6fad0 (commit) via f48646b0e303cfcf7977a6c985f3fccb32c586f5 (commit) via 30f0c883fa2dea7956aacbdad585808a95dfc300 (commit) from f88fd3c6a4658c1d385f003507d890b17d731386 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 564259a50d719e39bc8bb2c5f1253862bfb6fad0 Author: Adrian Prantl <ad...@ll...> Date: Thu Apr 5 15:36:44 2012 -0700 implemented AsteriskShapeExp commit f48646b0e303cfcf7977a6c985f3fccb32c586f5 Author: Adrian Prantl <ad...@ll...> Date: Thu Apr 5 15:36:23 2012 -0700 added new fortran testcase commit 30f0c883fa2dea7956aacbdad585808a95dfc300 Author: Adrian Prantl <ad...@ll...> Date: Thu Apr 5 15:06:35 2012 -0700 refactoring, rest of fortran include line ----------------------------------------------------------------------- Summary of changes: rote/minitermite/regression/Makefile.include | 3 +- rote/minitermite/regression/fortran/icsd_t2.f |32752 +++++++++++++++++++++++++ rote/minitermite/src/RoseToTerm.C | 99 +- rote/minitermite/src/TermToRose.C | 168 +- rote/minitermite/src/minitermite/RoseToTerm.h | 2 + rote/minitermite/src/minitermite/TermToRose.h | 5 +- 6 files changed, 32883 insertions(+), 146 deletions(-) create mode 100644 rote/minitermite/regression/fortran/icsd_t2.f hooks/post-receive -- compose-hpc |
From: adrian <adr...@us...> - 2012-04-05 20:56:03
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "compose-hpc". The branch, master has been updated via f88fd3c6a4658c1d385f003507d890b17d731386 (commit) from 6c2b3efcd3128052796967d8ff04ecd4fb70a057 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f88fd3c6a4658c1d385f003507d890b17d731386 Author: Adrian Prantl <ad...@ll...> Date: Thu Apr 5 13:55:37 2012 -0700 massaged the run.sh script to make stratego accept terms ----------------------------------------------------------------------- Summary of changes: rote/stratego/examples/fortran/input.trm | 1 - rote/stratego/examples/fortran/run.sh | 26 +++++++++++++++++++++----- 2 files changed, 21 insertions(+), 6 deletions(-) delete mode 100644 rote/stratego/examples/fortran/input.trm hooks/post-receive -- compose-hpc |
From: Ajay P. <aja...@us...> - 2012-04-05 19:32:27
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "compose-hpc". The branch, master has been updated via 6c2b3efcd3128052796967d8ff04ecd4fb70a057 (commit) via 22fddbd893010f8bdb4b2a6944337778da4cd9fb (commit) from de68400f20f0bd4dad0d9bb7246ae8b4b9b88026 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6c2b3efcd3128052796967d8ff04ecd4fb70a057 Merge: 22fddbd de68400 Author: Ajay Panyala <aj...@cs...> Date: Thu Apr 5 12:32:01 2012 -0700 Merge branch 'master' of ssh://aja...@co.../gitroot/compose-hpc/compose-hpc commit 22fddbd893010f8bdb4b2a6944337778da4cd9fb Author: Ajay Panyala <aj...@cs...> Date: Thu Apr 5 12:28:06 2012 -0700 Added identity transform for a sample fortran code to stratego examples. For now, this transformation does not work directly without modifying the term file generated by mintermite. ----------------------------------------------------------------------- Summary of changes: .../examples/{identity => fortran}/build.sh | 0 rote/stratego/examples/fortran/clean.sh | 3 + .../examples/{identity => fortran}/identity.str | 2 +- rote/stratego/examples/fortran/input.trm | 1 + rote/stratego/examples/fortran/input/errquit.fh | 25 +++ rote/stratego/examples/fortran/input/gacommon.h | 31 ++++ rote/stratego/examples/fortran/input/global.fh | 141 ++++++++++++++++ rote/stratego/examples/fortran/input/macommon.h | 37 ++++ rote/stratego/examples/fortran/input/mafdecls.fh | 140 ++++++++++++++++ .../stratego/examples/fortran/input/printlevels.fh | 6 + rote/stratego/examples/fortran/input/stdio.fh | 39 +++++ rote/stratego/examples/fortran/input/sym.fh | 12 ++ rote/stratego/examples/fortran/input/tce.fh | 102 ++++++++++++ rote/stratego/examples/fortran/input/tce_main.fh | 175 ++++++++++++++++++++ rote/stratego/examples/fortran/input/test.F | 62 +++++++ rote/stratego/examples/fortran/input/util.fh | 33 ++++ rote/stratego/examples/fortran/run.sh | 8 + 17 files changed, 816 insertions(+), 1 deletions(-) copy rote/stratego/examples/{identity => fortran}/build.sh (100%) create mode 100755 rote/stratego/examples/fortran/clean.sh copy rote/stratego/examples/{identity => fortran}/identity.str (74%) create mode 100644 rote/stratego/examples/fortran/input.trm create mode 100644 rote/stratego/examples/fortran/input/errquit.fh create mode 100644 rote/stratego/examples/fortran/input/gacommon.h create mode 100644 rote/stratego/examples/fortran/input/global.fh create mode 100644 rote/stratego/examples/fortran/input/macommon.h create mode 100644 rote/stratego/examples/fortran/input/mafdecls.fh create mode 100644 rote/stratego/examples/fortran/input/printlevels.fh create mode 100644 rote/stratego/examples/fortran/input/stdio.fh create mode 100644 rote/stratego/examples/fortran/input/sym.fh create mode 100644 rote/stratego/examples/fortran/input/tce.fh create mode 100644 rote/stratego/examples/fortran/input/tce_main.fh create mode 100644 rote/stratego/examples/fortran/input/test.F create mode 100644 rote/stratego/examples/fortran/input/util.fh create mode 100755 rote/stratego/examples/fortran/run.sh hooks/post-receive -- compose-hpc |
From: Matt S. <ma...@us...> - 2012-04-05 19:08:15
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "compose-hpc". The branch, master has been updated via de68400f20f0bd4dad0d9bb7246ae8b4b9b88026 (commit) from 540110a1cfadb3592068deaa62930834e783a587 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit de68400f20f0bd4dad0d9bb7246ae8b4b9b88026 Author: Matt Sottile <ma...@ga...> Date: Thu Apr 5 12:07:22 2012 -0700 tweaked version and changelog before making new release soon ----------------------------------------------------------------------- Summary of changes: paul/libpaul/ChangeLog | 7 +++++++ paul/libpaul/configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletions(-) hooks/post-receive -- compose-hpc |
From: Matt S. <ma...@us...> - 2012-04-05 19:00:17
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "compose-hpc". The branch, master has been updated via 540110a1cfadb3592068deaa62930834e783a587 (commit) via 2012a70531fdcc2f09c0139c6714db0c0828e731 (commit) from 669774949e3d190afe690610ab9dd5bce422f0c8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 540110a1cfadb3592068deaa62930834e783a587 Merge: 2012a70 6697749 Author: Matt Sottile <ma...@ga...> Date: Thu Apr 5 12:00:00 2012 -0700 Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc commit 2012a70531fdcc2f09c0139c6714db0c0828e731 Author: Matt Sottile <ma...@ga...> Date: Thu Apr 5 11:58:54 2012 -0700 fix for bug 3513038 : whitespace between comment symbol and annotation tag was not being properly removed ----------------------------------------------------------------------- Summary of changes: paul/libpaul/src/PaulDecorate.cpp | 19 ++++++++++++++++--- 1 files changed, 16 insertions(+), 3 deletions(-) hooks/post-receive -- compose-hpc |
From: adrian <adr...@us...> - 2012-04-05 18:52:31
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "compose-hpc". The branch, master has been updated via 669774949e3d190afe690610ab9dd5bce422f0c8 (commit) via 3c83b2bf830b26ab215880c75a6a62c29f1e0f72 (commit) from cf1443e08e16c7a9b3413bf175ac336d859cc59f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 669774949e3d190afe690610ab9dd5bce422f0c8 Author: Adrian Prantl <ad...@ll...> Date: Thu Apr 5 11:52:07 2012 -0700 implemented fortran include lines in src2term only commit 3c83b2bf830b26ab215880c75a6a62c29f1e0f72 Author: Adrian Prantl <ad...@ll...> Date: Thu Apr 5 11:51:16 2012 -0700 fixed build process ----------------------------------------------------------------------- Summary of changes: rote/minitermite/src/Makefile.include | 5 +- rote/minitermite/src/RoseToTerm.C | 81 ++++++++++++++----------- rote/minitermite/src/minitermite/RoseToTerm.h | 1 + rote/minitermite/src/sdf_grammar.pl | 11 ++-- 4 files changed, 56 insertions(+), 42 deletions(-) hooks/post-receive -- compose-hpc |
From: adrian <adr...@us...> - 2012-04-05 00:08:37
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "compose-hpc". The branch, master has been updated via cf1443e08e16c7a9b3413bf175ac336d859cc59f (commit) from 20c28972766c218cd1f5e868537c81d913beb055 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit cf1443e08e16c7a9b3413bf175ac336d859cc59f Author: Adrian Prantl <ad...@ll...> Date: Wed Apr 4 17:05:56 2012 -0700 updated termite_spec to include the new fortran nodes ----------------------------------------------------------------------- Summary of changes: rote/minitermite/src/termite/termite_spec.pl | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) hooks/post-receive -- compose-hpc |
From: adrian <adr...@us...> - 2012-04-04 23:13:11
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "compose-hpc". The branch, master has been updated via 20c28972766c218cd1f5e868537c81d913beb055 (commit) via 7bae294672a7af85d791dcdb95951292cefdad21 (commit) from bd1bc5d91184ab02c411f42da52b7a3985e4a090 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 20c28972766c218cd1f5e868537c81d913beb055 Author: Adrian Prantl <ad...@ll...> Date: Wed Apr 4 16:11:39 2012 -0700 more fortran_do commit 7bae294672a7af85d791dcdb95951292cefdad21 Author: Adrian Prantl <ad...@ll...> Date: Wed Apr 4 16:02:09 2012 -0700 preliminary support for fortran_do ----------------------------------------------------------------------- Summary of changes: rote/minitermite/src/RoseToTerm.C | 11 ++++++++++- rote/minitermite/src/TermToRose.C | 18 ++++++++++++++++++ rote/minitermite/src/minitermite/AstJanitor.h | 4 +++- rote/minitermite/src/minitermite/RoseToTerm.h | 1 + rote/minitermite/src/minitermite/TermToRose.h | 2 +- 5 files changed, 33 insertions(+), 3 deletions(-) hooks/post-receive -- compose-hpc |
From: adrian <adr...@us...> - 2012-04-04 15:55:20
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "compose-hpc". The branch, master has been updated via 72d41f688fa9532f6fef6a251f37305b68bc3b3b (commit) via 348770a7bacd78d0ead04fd5fb8cc7e4e1354d2e (commit) from 5f0b22f3304babd6b4b8f9df0d5ddac8a340e43c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 72d41f688fa9532f6fef6a251f37305b68bc3b3b Author: Adrian Prantl <ad...@ll...> Date: Wed Apr 4 08:54:50 2012 -0700 impelemented fortran type kinds commit 348770a7bacd78d0ead04fd5fb8cc7e4e1354d2e Author: Adrian Prantl <ad...@ll...> Date: Wed Apr 4 08:54:32 2012 -0700 added preprocessed icsd testcase ----------------------------------------------------------------------- Summary of changes: rote/minitermite/regression/Makefile.include | 1 + rote/minitermite/regression/fortran/icsd.F | 62 --- rote/minitermite/regression/fortran/icsd.f | 546 ++++++++++++++++++++ .../regression/fortran/include/errquit.fh | 25 - .../regression/fortran/include/gacommon.h | 31 -- .../regression/fortran/include/global.fh | 141 ----- .../regression/fortran/include/macommon.h | 37 -- .../regression/fortran/include/mafdecls.fh | 140 ----- .../regression/fortran/include/printlevels.fh | 6 - .../regression/fortran/include/stdio.fh | 39 -- rote/minitermite/regression/fortran/include/sym.fh | 12 - rote/minitermite/regression/fortran/include/tce.fh | 102 ---- .../regression/fortran/include/tce_main.fh | 175 ------- .../minitermite/regression/fortran/include/util.fh | 33 -- rote/minitermite/src/Makefile.include | 9 +- rote/minitermite/src/RoseToTerm.C | 11 +- 16 files changed, 563 insertions(+), 807 deletions(-) delete mode 100644 rote/minitermite/regression/fortran/icsd.F create mode 100644 rote/minitermite/regression/fortran/icsd.f delete mode 100644 rote/minitermite/regression/fortran/include/errquit.fh delete mode 100644 rote/minitermite/regression/fortran/include/gacommon.h delete mode 100644 rote/minitermite/regression/fortran/include/global.fh delete mode 100644 rote/minitermite/regression/fortran/include/macommon.h delete mode 100644 rote/minitermite/regression/fortran/include/mafdecls.fh delete mode 100644 rote/minitermite/regression/fortran/include/printlevels.fh delete mode 100644 rote/minitermite/regression/fortran/include/stdio.fh delete mode 100644 rote/minitermite/regression/fortran/include/sym.fh delete mode 100644 rote/minitermite/regression/fortran/include/tce.fh delete mode 100644 rote/minitermite/regression/fortran/include/tce_main.fh delete mode 100644 rote/minitermite/regression/fortran/include/util.fh hooks/post-receive -- compose-hpc |
From: Ajay P. <aja...@us...> - 2012-04-03 23:50:47
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "compose-hpc". The branch, master has been updated via 5f0b22f3304babd6b4b8f9df0d5ddac8a340e43c (commit) from cfe078a7d0954727db5da0c84ade499e2f796584 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5f0b22f3304babd6b4b8f9df0d5ddac8a340e43c Author: Ajay Panyala <aj...@cs...> Date: Tue Apr 3 16:50:13 2012 -0700 Added a fortran subroutine from NWChem as a testcase for minitermite. ----------------------------------------------------------------------- Summary of changes: rote/minitermite/regression/fortran/README | 1 + rote/minitermite/regression/fortran/icsd.F | 62 +++++++ .../regression/fortran/include/errquit.fh | 25 +++ .../regression/fortran/include/gacommon.h | 31 ++++ .../regression/fortran/include/global.fh | 141 ++++++++++++++++ .../regression/fortran/include/macommon.h | 37 ++++ .../regression/fortran/include/mafdecls.fh | 140 ++++++++++++++++ .../regression/fortran/include/printlevels.fh | 6 + .../regression/fortran/include/stdio.fh | 39 +++++ rote/minitermite/regression/fortran/include/sym.fh | 12 ++ rote/minitermite/regression/fortran/include/tce.fh | 102 ++++++++++++ .../regression/fortran/include/tce_main.fh | 175 ++++++++++++++++++++ .../minitermite/regression/fortran/include/util.fh | 33 ++++ 13 files changed, 804 insertions(+), 0 deletions(-) create mode 100644 rote/minitermite/regression/fortran/README create mode 100644 rote/minitermite/regression/fortran/icsd.F create mode 100644 rote/minitermite/regression/fortran/include/errquit.fh create mode 100644 rote/minitermite/regression/fortran/include/gacommon.h create mode 100644 rote/minitermite/regression/fortran/include/global.fh create mode 100644 rote/minitermite/regression/fortran/include/macommon.h create mode 100644 rote/minitermite/regression/fortran/include/mafdecls.fh create mode 100644 rote/minitermite/regression/fortran/include/printlevels.fh create mode 100644 rote/minitermite/regression/fortran/include/stdio.fh create mode 100644 rote/minitermite/regression/fortran/include/sym.fh create mode 100644 rote/minitermite/regression/fortran/include/tce.fh create mode 100644 rote/minitermite/regression/fortran/include/tce_main.fh create mode 100644 rote/minitermite/regression/fortran/include/util.fh hooks/post-receive -- compose-hpc |