A copy of this work was available on the public web and has been preserved in the Wayback Machine. The capture dates from 2018; you can also visit the original URL.
The file type is application/pdf
.
Filters
Case studies on the development of ScaLAPACK and the NAG Numerical PVM Library
[chapter]
1997
IFIP Advances in Information and Communication Technology
In this paper we look at the development of ScaLAPACK, a software library for dense and banded numerical linear algebra, and the NAG Numerical PVM Library, which includes software for dense and sparse ...
Both libraries are aimed at distributed memory machines, including networks of workstations. The paper concentrates on the underlying design and the testing of the libraries. ...
ACKNOWLEDGMENTS We wish to thank our ScaLAPACK colleagues at the University of Tennessee at Knoxville and the University of California at Berkeley, as well as colleagues at NAG involved with the development ...
doi:10.1007/978-1-5041-2940-4_18
fatcat:2wwpbtisdbgolkawxxwnbnpswq
Practical experience in the numerical dangers of heterogeneous computing
1997
ACM Transactions on Mathematical Software
We describe and illustrate the problems encountered during the development of ScaLAPACK and the NAG Numerical PVM Library. ...
Special challenges exist in writing reliable numerical library software for heterogeneous computing environments. ...
ScaLAPACK and the NAG Numerical PVM Library were developed with heterogeneous environments in mind, as well as standard homogeneous machines. ...
doi:10.1145/264029.264030
fatcat:c5n34rrj35dlxdal5ksyxuqdzi
Practical experience in the dangers of heterogeneous computing
[chapter]
1996
Lecture Notes in Computer Science
We describe and illustrate the problems encountered during the development of ScaLAPACK and the NAG Numerical PVM Library. ...
Special challenges exist in writing reliable numerical library software for heterogeneous computing environments. ...
ScaLAPACK and the NAG Numerical PVM Library were developed with heterogeneous environments in mind, as well as standard homogeneous machines. ...
doi:10.1007/3-540-62095-8_7
fatcat:rdoororwa5dynlhic4k2c2s4om
Future linear-algebra libraries
1996
IEEE Computational Science & Engineering
Both the PVM (parallel virtual machine) and the MPI (message-passing interface) have helped establish standards and promote portable software, critical for software library work. ...
Scalable library development cannot wait, however, until all the enabling technologes are in place for two reasons: The need for such libraries for existing and near-term parallel architectures is immediate ...
This common environment has made possible the extensive catalogs of reusable components in Netlib, Numerical Recipes, NAG, IMSL, and so on. ...
doi:10.1109/99.503308
fatcat:nx2binbb4vdcteaiqugkt735nu
Parallel sparse matrix computations using the PINEAPL library: A performance study
[chapter]
1998
Lecture Notes in Computer Science
One of the main goals of the project is to increase the suitability of the existing NAG P arallel Library for dealing with computationally intensive industrial applications by appropriately extending the ...
The Numerical Algorithms Group Ltd is currently participating in the European HPCN Fourth Framework project on Parallel I ndustrial N umErical Applications and Portable Libraries (PINEAPL). ...
It provides parallel subroutines in some of the areas covered by traditional numerical libraries (in particular, the NAG F ortran 77, Fortran 90 and C libraries), such a s dense and sparse linear algebra ...
doi:10.1007/bfb0057934
fatcat:rsxqvtk5vvaqvdowz2rilh3uea
Design and Implementation of MP, a Protocol for Efficient Exchange of Mathematical Expressions
1998
Journal of symbolic computation
The protocol is independent of the underlying communication paradigm and can support parallel computation, distributed problem-solving environments, and the coupling of tools for specific applications. ...
MP exchanges data in the form of linearized annotated syntax trees. ...
the MP-C library. ...
doi:10.1006/jsco.1997.0173
fatcat:rdfrbctwu5em7c27teikr3u2le
Multiparadigm distributed computing with TPVM
1998
Concurrency Practice and Experience
The TPVM framework, based on the notion of 'exportable services', is an extension to the PVM message-passing system, but uses threads as units of computing, scheduling, and parallelism. ...
The TPVM system comprises three basic modules: a library interface that provides access to thread-based distributed concurrent computing facilities, a portable thread interface module which abstracts the ...
ACKNOWLEDGEMENTS This research was supported in part by NASA, DoE and NSF under grants NAG 2-828, DE-FG05-91ER25105 and ASC-9214149. ...
doi:10.1002/(sici)1096-9128(199803)10:3<199::aid-cpe295>3.3.co;2-8
fatcat:v5iuv2iotzfypb2sj26porvugi
Multiparadigm distributed computing with TPVM
1998
Concurrency Practice and Experience
The TPVM framework, based on the notion of 'exportable services', is an extension to the PVM message-passing system, but uses threads as units of computing, scheduling, and parallelism. ...
The TPVM system comprises three basic modules: a library interface that provides access to thread-based distributed concurrent computing facilities, a portable thread interface module which abstracts the ...
ACKNOWLEDGEMENTS This research was supported in part by NASA, DoE and NSF under grants NAG 2-828, DE-FG05-91ER25105 and ASC-9214149. ...
doi:10.1002/(sici)1096-9128(199803)10:3<199::aid-cpe295>3.0.co;2-h
fatcat:ntqxo24w45b27b2apocdc6edzm
Parallel programming with message passing and directives
2001
Computing in science & engineering (Print)
Some applications we study here use PVM instead of MPI (see Table 1 ). ...
Emphasizing both I/O and computation, they apply several numerical methods including finite-element analysis, wave equation integration, linear algebra subroutines, fast Fourier transforms (FFTs), filters ...
Performance
Linear algebra study As part of their ongoing collaboration, Numerical Algorithms Group (NAG) and the Albuquerque High Performance Computer Center (AHPCC) analyzed the feasibility of mixed-mode ...
doi:10.1109/5992.947105
fatcat:of7laitsjnhz7exipyqhf7ehtq
Page 609 of Mathematical Reviews Vol. , Issue 2000a
[page]
2000
Mathematical Reviews
It is also described how to obtain some commercial software libraries (such as VNI, NAG and Harwell). A glossary of the terms used in this book is given in Appendix B. ...
Also, message passing standards (HPF, PVM and MGI) are briefly discussed there.
It is important to know what the highest computational speed that can be achieved is. ...
Parallel algorithms for large-scale nonlinear optimization
1998
International Transactions in Operational Research
In fact, the speedup factors gained by our PVM algorithms could be as high as 28 times for some test problems. ...
In particular, when the complexity, or the size of the problem increases, greater savings could be achieved by the proposed parallel algorithm. ...
These include the CONMIN, developed by Shanno and Phua 18 for the BFGS algorithm 1.3 and E04DGE , the routine in the NAG library for solving nonlinear unconstrained problems. ...
doi:10.1016/s0969-6016(98)00001-x
fatcat:focnqdrosjeqxmv6x2k5jswdxq
Parallel Algorithms for Large-scale Nonlinear Optimization
1998
International Transactions in Operational Research
In fact, the speedup factors gained by our PVM algorithms could be as high as 28 times for some test problems. ...
In particular, when the complexity, or the size of the problem increases, greater savings could be achieved by the proposed parallel algorithm. ...
These include the CONMIN, developed by Shanno and Phua 18 for the BFGS algorithm 1.3 and E04DGE , the routine in the NAG library for solving nonlinear unconstrained problems. ...
doi:10.1111/j.1475-3995.1998.tb00103.x
fatcat:ty4ykzan7vbp3hy6vti4m7u6um
Parallel Computing Applications and Financial Modelling
2004
Scientific Programming
The applications in which we were involved included design of numerical subroutine libraries, Finite Element software, graphics tools, the physics of organic materials, medical imaging, computer vision ...
Two of the projects related to the latter are described in this paper, namely Portfolio Optimisation and Financial Risk Assessment. ...
We would also like to thank NAg Ltd. for their assistance, in particular David Sayers. ...
doi:10.1155/2004/404575
fatcat:g3tmcq3tknhdpoqjxwoqv3gc4q
Mathematical Software: Past, Present, and Future
[article]
2000
arXiv
pre-print
This paper provides some reflections on the field of mathematical software on the occasion of John Rice's 65th birthday. ...
I describe some of the common themes of research in this field and recall some significant events in its evolution. Finally, I raise a number of issues that are of concern to future developments. ...
The next year Mark 1 of the Nottingham Algorithm's Group (NAG) library was released. ...
arXiv:cs/0004004v1
fatcat:2p2xjxv3abhizp6dtejc5zov4m
D4.1: Training and Education Survey
2011
Zenodo
The views and training requirements of the trainers themselves have also been captured for a "train the trainers" programme to be implemented by PRACE. ...
In essence, this report describes the implementation and analysis of the results from three surveys. ...
teach this No answer Basic numerical libraries (e.g. 18 8.78% 51 24.88% 31 15.12% 93 45.37% 12 5.85% LAPACK, EISPACK) High-level numerical libraries (e.g. ...
doi:10.5281/zenodo.6572326
fatcat:5cdo5bi26jgjddfiveihuc7bce
« Previous
Showing results 1 — 15 out of 51 results