| Algorithm 821: A Fortran interface to POSIX threads |
| Full text |
Pdf
(393 KB)
|
| Source
|
ACM Transactions on Mathematical Software (TOMS)
archive
Volume 28 , Issue 3 (September 2002)
table of contents
Pages: 354 - 371
Year of Publication: 2002
ISSN:0098-3500
|
|
Authors
|
|
| Publisher |
|
| Bibliometrics |
Downloads (6 Weeks): 14, Downloads (12 Months): 73, Citation Count: 0
|
|
ABSTRACT
Pthreads is the library of POSIX standard functions for concurrent, multithreaded programming. The POSIX standard only defines an application programming interface (API) to the C programming language, not to Fortran. Many scientific and engineering applications are written in Fortran. Also, many of these applications exhibit functional, or task-level, concurrency. They would benefit from multithreading, especially on symmetric multiprocessors (SMP). We present here an interface to that part of the Pthreads library that is compatible with standard Fortran. The contribution consists of two primary source files: a Fortran module and a collection of C wrappers to Pthreads functions. The Fortran module defines the data structures, interface and initialization routines used to manage threads. The stability and portability of the Fortran API to Pthreads has been demonstrated using common mathematical computations on several SMP systems.
REFERENCES
Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.
| |
1
|
|
| |
2
|
Breshears, C. P., Gabb, H. A., and Bova, S. W. 1998. Towards a Fortran 90 Interface to the POSIX Threads Library. In Proceedings of the 1998 DoD High Performance Computing Modernization Program Users Group Conference, Houston, TX (June).
|
| |
3
|
|
| |
4
|
Al Geist , Adam Beguelin , Jack Dongarra , Weicheng Jiang , Robert Manchek , Vaidy Sunderam, PVM: Parallel virtual machine: a users' guide and tutorial for networked parallel computing, MIT Press, Cambridge, MA, 1995
|
| |
5
|
Hanson, R. J., Breshears, C. P., and Gabb, H. A. 2000. A Fortran Interface to POSIX Threads. Tech. Rep. 00-18 (May), ERDC MSRC/PET.
|
| |
6
|
IEEE Standards Press. 1996. 9945-1:1996 (ISO/IEC) {IEEE/ANSI Std 1003.1 1996 Edition} Information Technology--Portable Operating System Interface (POSIX)--Part 1: System Application: Program Interface (API) {C Language} (ANSI). IEEE Standards Press.
|
| |
7
|
|
| |
8
|
|
| |
9
|
|
|