An open API service indexing awesome lists of open source software.

https://github.com/interkosmos/fortran-pthread

Fortran 2003 interface bindings to POSIX Threads.
https://github.com/interkosmos/fortran-pthread

fortran posix posix-threads threads

Last synced: 2 months ago
JSON representation

Fortran 2003 interface bindings to POSIX Threads.

Awesome Lists containing this project

README

        

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

## Licence
ISC