Skip to content

Commit

Permalink
Update README.md and ford.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Jan 18, 2024
1 parent 86b28a8 commit 9625cb8
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 4 deletions.
46 changes: 46 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
[![GitHub](https://img.shields.io/badge/GitHub-ForDot-blue.svg?style=social&logo=github)](https://github.com/gha3mi/fordot)
[![Version](https://img.shields.io/github/release/gha3mi/fordot.svg)](https://github.com/gha3mi/fordot/releases/latest)
[![Documentation](https://img.shields.io/badge/ford-Documentation%20-blueviolet.svg)](https://gha3mi.github.io/fordot/)
[![License](https://img.shields.io/github/license/gha3mi/fordot?color=green)](https://github.com/gha3mi/fordot/blob/main/LICENSE)
[![Build](https://github.com/gha3mi/fordot/actions/workflows/CI_test.yml/badge.svg)](https://github.com/gha3mi/fordot/actions/workflows/CI_test.yml)


**ForDot**: A Fortran library that overloads the `dot` function to enable efficient dot product with/without coarray.

## Usage

```fortran
use fordot
a = dot_product(u,v,'coarray','m1')
```

## fpm dependency

If you want to use `ForDot` as a dependency in your own fpm project,
you can easily include it by adding the following line to your `fpm.toml` file:

```toml
[dependencies]
fordot = {git="https://github.com/gha3mi/fordot.git"}
```

## Benchmarks
You can find benchmark results on [ForBenchmark](https://github.com/gha3mi/forbenchmark/tree/main/benchmarks/dot).

## API documentation

The most up-to-date API documentation for the master branch is available
[here](https://gha3mi.github.io/fordot/).
To generate the API documentation for `ForDot` using
[ford](https://github.com/Fortran-FOSS-Programmers/ford) run the following
command:

```shell
ford ford.yml
```

## Contributing

Contributions to `ForDot` are welcome!
If you find any issues or would like to suggest improvements, please open an issue.
4 changes: 0 additions & 4 deletions ford.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ author: Seyed Ali Ghasemi
email: info@gha3mi.com
github: https://github.com/gha3mi
src_dir: ./src
./test
./example
output_dir: ./doc
source: true
graph: true
Expand All @@ -17,7 +15,5 @@ display: public
private
protected
print_creation_date: true
favicon: ./media/logo.png
media_dir: ./media

{!README.md!}

0 comments on commit 9625cb8

Please sign in to comment.