1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139
|
Source: asl
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Section: science
Priority: optional
Build-Depends: cmake,
debhelper-compat (= 13),
libboost-filesystem-dev,
libboost-program-options-dev,
libboost-system-dev,
libmatio-dev,
libvtk9-dev,
ocl-icd-opencl-dev | opencl-dev,
pandoc
Build-Depends-Indep: doxygen,
graphviz
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/science-team/asl
Vcs-Git: https://salsa.debian.org/science-team/asl.git
Homepage: http://asl.org.il
Package: libasl0
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: multiphysics simulation software
The Advanced Simulation Library (ASL) is a free and open source hardware
accelerated multiphysics simulation platform (and an extensible general
purpose tool for solving Partial Differential Equations).
.
Its computational engine is written in OpenCL and utilizes matrix-free
solution techniques which enable extraordinarily high performance,
memory efficiency and deployability on a variety of massively parallel
architectures, ranging from inexpensive FPGAs, DSPs and GPUs up to
heterogeneous clusters and supercomputers. The engine is hidden entirely
behind simple C++ classes, so that no OpenCL knowledge is required from
application programmers. Mesh-free, immersed boundary approach allows one
to move from CAD directly to simulation drastically reducing pre-processing
efforts and amount of potential errors.
.
ASL can be used to model various coupled physical and chemical phenomena and
employed in a multitude of fields: computational fluid dynamics, virtual
sensing, industrial process data validation and reconciliation, image-guided
surgery, computer-aided engineering, design space exploration,
crystallography, etc...
.
This package contains the shared libraries.
Package: libasl-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
libasl0 (= ${binary:Version})
Suggests: asl-doc
Description: development files for ASL
The Advanced Simulation Library (ASL) is a free and open source hardware
accelerated multiphysics simulation platform (and an extensible general
purpose tool for solving Partial Differential Equations).
.
Its computational engine is written in OpenCL and utilizes matrix-free
solution techniques which enable extraordinarily high performance,
memory efficiency and deployability on a variety of massively parallel
architectures, ranging from inexpensive FPGAs, DSPs and GPUs up to
heterogeneous clusters and supercomputers. The engine is hidden entirely
behind simple C++ classes, so that no OpenCL knowledge is required from
application programmers. Mesh-free, immersed boundary approach allows one
to move from CAD directly to simulation drastically reducing pre-processing
efforts and amount of potential errors.
.
ASL can be used to model various coupled physical and chemical phenomena and
employed in a multitude of fields: computational fluid dynamics, virtual
sensing, industrial process data validation and reconciliation, image-guided
surgery, computer-aided engineering, design space exploration,
crystallography, etc...
.
This package contains the development files.
Package: asl-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
libjs-mathjax
Breaks: libasl-doc (<< 0.1.7)
Replaces: libasl-doc (<< 0.1.7)
Description: documentation for ASL
The Advanced Simulation Library (ASL) is a free and open source hardware
accelerated multiphysics simulation platform (and an extensible general
purpose tool for solving Partial Differential Equations).
.
Its computational engine is written in OpenCL and utilizes matrix-free
solution techniques which enable extraordinarily high performance,
memory efficiency and deployability on a variety of massively parallel
architectures, ranging from inexpensive FPGAs, DSPs and GPUs up to
heterogeneous clusters and supercomputers. The engine is hidden entirely
behind simple C++ classes, so that no OpenCL knowledge is required from
application programmers. Mesh-free, immersed boundary approach allows one
to move from CAD directly to simulation drastically reducing pre-processing
efforts and amount of potential errors.
.
ASL can be used to model various coupled physical and chemical phenomena and
employed in a multitude of fields: computational fluid dynamics, virtual
sensing, industrial process data validation and reconciliation, image-guided
surgery, computer-aided engineering, design space exploration,
crystallography, etc...
.
This package contains the documentation.
Package: asl-tools
Architecture: any
Multi-Arch: foreign
Section: utils
Depends: ${misc:Depends},
${shlibs:Depends}
Description: command-line tools for ASL
The Advanced Simulation Library (ASL) is a free and open source hardware
accelerated multiphysics simulation platform (and an extensible general
purpose tool for solving Partial Differential Equations).
.
Its computational engine is written in OpenCL and utilizes matrix-free
solution techniques which enable extraordinarily high performance,
memory efficiency and deployability on a variety of massively parallel
architectures, ranging from inexpensive FPGAs, DSPs and GPUs up to
heterogeneous clusters and supercomputers. The engine is hidden entirely
behind simple C++ classes, so that no OpenCL knowledge is required from
application programmers. Mesh-free, immersed boundary approach allows one
to move from CAD directly to simulation drastically reducing pre-processing
efforts and amount of potential errors.
.
ASL can be used to model various coupled physical and chemical phenomena and
employed in a multitude of fields: computational fluid dynamics, virtual
sensing, industrial process data validation and reconciliation, image-guided
surgery, computer-aided engineering, design space exploration,
crystallography, etc...
.
This package contains the command-line tools.
|