没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > computational-steering |
computational-steering
|
0 | 0 | 0 |
贡献者 | 讨论 | 代码提交 |
Computational Steering Library and Toolkit"Moving the bottleneck out of the hardware and back into the human mind"
What is Computational Steering?Computational steering refers to the process by which a scientist interacts with a running application. Typically, this application will be some form of simulation by which the scientist seeks to learn about some physical system. It can be useful for the scientist to monitor the progress of the simulation by monitoring the values of various parameters. Better still, the scientist may want to try "what if" scenarios - what happens if I alter the value of this system parameter? This is computational steering at its simplest. For large, complex systems the scientist will often need to see some form of visual feedback from the steered system as it evolves in order to inform any further steering decisions; we call this "on-line visualization."
Library and ToolkitThe software offered here was developed as part of the EPSRC funded RealityGrid project by the Research Computing Services group at The University of Manchester.
PackagesThe main packages are as follows:
Steering Library - the core library and examples (C/C++ and Fortran). Steering Library Wrappers - Python, Perl and Java wrappers for the above. Generic Qt Steering Client - An example GUI for steering an application. WSRF Tools - WSRF-based Steering Web Services and Registry Middleware. VTK Module - VTK classes for on-line visualization of a steered code.
Code RepositoryWe use Git for version control so the source code isn't hosted here on Google Code. See the CodeRepository page for more information.
BugsIf you find any bugs in any of the code, please use the issue tracker via the tab above. If you can attach a patch with your report, even better!
Mailing ListIf you download this software we would really appreciate it if you subscribed to our (very low volume) mailing list. This allows us to let you know when a new version is released and it allows you to ask us (and other users) questions.
Join here: http://listserv.manchester.ac.uk/cgi-bin/wa?A0=COMP-STEERING
Related ProjectsWSRF::Lite