Difference between revisions of "Software:hwt"

From CAC Wiki
Jump to: navigation, search
(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...")
 
Line 1: Line 1:
== ParaView ==
+
== 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" |
From the [http://www.paraview.org/ Paraview Website]: "ParaView is an open-source, multi-platform data analysis and visualization application. ParaView users can quickly build visualizations to analyze their data using qualitative and quantitative techniques. The data exploration can be done interactively in 3D or programmatically using ParaView’s batch processing capabilities. ParaView was developed to analyze extremely large datasets using distributed memory computing resources. It can be run on supercomputers to analyze datasets of exascale size as well as on laptops for smaller data."
+
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''': 4.3
+
* '''Current Version''': 7.2
* '''Location''':  /opt/paraview ("use paraview")
+
* '''Location''':  /opt/hwt
* '''Related link''': [http://www.paraview.org/ Paraview Website]
+
* '''Documentation Files''': [The HWT manual can be downloaded here.].
* '''Documentation''': Online documentation and manuals [http://www.paraview.org/documentation/ can be accessed from here].
+
* '''Help File''': [[Help:hwt|HPCVL Working Template Help File]]|}
* '''Additional help''': There is a very helpful [http://www.paraview.org/Wiki/The_ParaView_Tutorial ParaView Tutorial].
+
|}
+
 
* '''Related Software''':  
 
* '''Related Software''':  
 
** [[Software:gnuplot|gnuplot]]
 
** [[Software:gnuplot|gnuplot]]

Revision as of 18:04, 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.