Difference between revisions of "Software:hwt"
From CAC Wiki
(Created page with "== ParaView == {| style="border-spacing: 8px;" | valign="top" width="50%" style="padding:1em; border:1px solid #aaaaaa; background-color:#e1eaf1; border-radius:7px" | From th...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | == | + | == HPCVL Working Template (HWT) == |
{| style="border-spacing: 8px;" | {| style="border-spacing: 8px;" | ||
| valign="top" width="50%" style="padding:1em; border:1px solid #aaaaaa; background-color:#e1eaf1; border-radius:7px" | | | valign="top" width="50%" style="padding:1em; border:1px solid #aaaaaa; background-color:#e1eaf1; border-radius:7px" | | ||
− | + | The HPCVL Working Template (HWT) is a toolset that facilitates program development, especially in a parallel environment. It contains facilities for the maintenance of multiple program versions from a single source, for automatic relative debugging, and for simple timing of code computer code. The HWT supports the Fortran, C, and C++ programming languages, as well as MPI for distributed-memory, and OpenMP for shared-memory parallel programming. | |
− | * '''Version''': | + | * '''Current Version''': 7.2 |
− | * '''Location''': /opt/ | + | * '''Location''': /opt/hwt |
− | * ''' | + | * '''Setup''': "use hwt" |
− | * '''Documentation''': | + | * '''Documentation Files''': [The HWT manual can be downloaded here.]. |
− | * ''' | + | * '''Help File''': [[Help:hwt|HPCVL Working Template Help File]] |
|} | |} | ||
* '''Related Software''': | * '''Related Software''': | ||
− | ** [[Software: | + | ** [[Software:gdb|gnu debugger]] |
+ | ** [[Software:gprof|gnu profiler]] | ||
+ | ** [[Software:ics|Intel compilers]] | ||
+ | ** [[Software:gcc|gnu compilers]] |
Latest revision as of 18:06, 20 May 2016
HPCVL Working Template (HWT)
The HPCVL Working Template (HWT) is a toolset that facilitates program development, especially in a parallel environment. It contains facilities for the maintenance of multiple program versions from a single source, for automatic relative debugging, and for simple timing of code computer code. The HWT supports the Fortran, C, and C++ programming languages, as well as MPI for distributed-memory, and OpenMP for shared-memory parallel programming.
|
- Related Software: