Skip to content

interkosmos/fortran-pthread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fortran-pthread

Proof of concept of Fortran 2003 interfaces to POSIX Threads.

Build

Use the provided Makefile to build the interfaces:

$ make

Or, run your favourite Fortran compiler directly:

$ gfortran -c src/pthread.f90

Examples

Please check directory examples for demos:

  • simple runs a routine inside a pthread.
  • multi runs a routine inside several pthreads.

Compile the examples with:

$ make <name>

Licence

ISC

About

Fortran 2003 interface bindings to POSIX Threads.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published