ACM Home Page
Please provide us with feedback. Feedback
Algorithm 821: A Fortran interface to POSIX threads
Full text PdfPdf (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
Richard J. Hanson  Rice University, Houston, TX
Clay P. Breshears  Intel Parallel Applications Center, Champaign, IL
Henry A. Gabb  Intel Parallel Applications Center, Champaign, IL
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 14,   Downloads (12 Months): 73,   Citation Count: 0
Additional Information:

appendices and supplements   abstract   references   index terms   collaborative colleagues  

Tools and Actions: Request Permissions Request Permissions    Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/569147.569152
What is a DOI?

APPENDICES and SUPPLEMENTS
gZip821.gz (44 KB)
Software for "A Fortran interface to POSIX threads"


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
 
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

Collaborative Colleagues:
Richard J. Hanson: colleagues
Clay P. Breshears: colleagues
Henry A. Gabb: colleagues