Skip to content

hegish/async-fortran

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Asynchronous Fortran (threads) README file

This software package brings portable threads to Fortran projects. It is e.g. being used from the Sea-ice Ocean Model (FESOM) of the Alfred Wegener Institute (AWI).

Any feedback is greatly appreciated, please mail to: Jan Hegewald [email protected]

Build

To build, use cmake and make. For example:

mkdir build
cd build
cmake ../example_simple
make

run:

./async_fortran_example_simple

alternative build without multithreading:

cmake -DDISABLE_MULTITHREADING=ON ../example_simple

Credits

Part of this library has been developed within the project Pilot Lab Exascale Earth System Modelling (PL-ExaESM)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published