Paraiso: a code generator for partial differential equations solvers.

[ bsd3, language, library ] [ Propose Tags ]

The purpose of this project is to design a high-level language for implementing explicit partial-differential equations solvers on supercomputers as well as today’s advanced personal computers. A language to describe the knowledge on algebraic concepts, physical equations, integration algorithms, optimization techniques, and hardware designs --- all the necessaries of the simulations in abstract, modular, re-usable and combinable forms.

How to use

The module Language.Paraiso.OM.Builder contains the Builder monad, its typeclass instance declarations and functions that can be used to build Paraiso programs. Reserved words are load, store, imm, loadIndex, loadSize, shift, reduce and broadcast.

Paraiso frontend uses Data.Tensor.Typelevel http://hackage.haskell.org/package/typelevel-tensor, the library for tensor calculus of arbitrary rank and dimension. Vector and Axis are two main concepts. The type Vector represents rank-1 tensor, and tensors of higher ranks are recursively defined as Vector of Vectors. With Axis you can refer to the components of Vectors, compose them, or contract them. See the wiki for more detail: http://www.paraiso-lang.org/wiki/

  • 0.2.0.0 Companion : genetic algorithm support for automated tuning.

  • 0.1.0.0 Binary : enhanced backend, code generator for OpenMP and CUDA

  • 0.0.0.0 Atmosphere : code generator for single CPU

Flags

Automatic Flags
NameDescriptionDefault
test

Build the executable to run unit tests

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.0, 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.3.0.0, 0.3.1.0, 0.3.1.1, 0.3.1.2, 0.3.1.3, 0.3.1.5
Dependencies array (>=0.2 && <0.5), base (>=4 && <5), containers (>=0.4.0 && <0.5), control-monad-failure (>=0.7.0 && <0.8), directory (>=1.0 && <1.2), fgl (>=5.4.2 && <5.5), filepath (>=1.2.0 && <1.4), ListLike (>=3.1.1 && <3.2), listlike-instances (>=0.1 && <0.2), mtl (>=2.0.1 && <2.1), numeric-prelude (>=0.2 && <0.4), process (>=1.1 && <1.2), random (>=1.0.0 && <1.1), text (>=0.11.1 && <0.12), typelevel-tensor (>=0.1), vector (>=0.7.1 && <0.8) [details]
License BSD-3-Clause
Author Takayuki Muranushi
Maintainer muranushi@gmail.com
Category Language
Home page http://www.paraiso-lang.org/wiki/index.php/Main_Page
Source repo head: git clone https://github.com/nushio3/Paraiso
Uploaded by TakayukiMuranushi at 2012-02-11T15:06:19Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 10858 total (27 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]