Skip to content

jordan4ibanez/forthread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forthread

A threading library for Fortran.

This is an extremely simple binding to POSIX pthread.

It comes with two useful components:

  • A thread pool/dispatcher.
  • A concurrent dense FIFO linked queue.

Please see the tutorial

Add to your project:

In your fpm.toml add:

[dependencies]
forthread = { git = "https://github.com/jordan4ibanez/forthread" }

Like what I do? My Patreon