Skip to content

Commit 331b9c2

Browse files
[Doc] Missing Fortran as available language in README.md
1 parent a1feb8f commit 331b9c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ The [changelog](https://github.com/KratosMultiphysics/CoSimIO/blob/master/CHANGE
3131
Besides the native C++ interface, the _CoSimIO_ also provides interfaces to other languages. Currently the following languages are supported:
3232
- C
3333
- Python
34+
- Fortran
3435

3536
These interfaces are implemented as consistent as possible with the C++ interface.
3637

@@ -46,6 +47,9 @@ The C interface is defined in [co_sim_io_c.h](https://github.com/KratosMultiphys
4647
### **Python**
4748
The Python interface is defined in [_CoSimIO_ python module](https://github.com/KratosMultiphysics/CoSimIO/blob/master/co_sim_io/python/co_sim_io_python.cpp). The [pybind library](https://github.com/pybind/pybind11) is used for the Python exposure of the C++ interface.
4849

50+
### **Fortran**
51+
The Fortran interface is defined in [co_sim_io.f90](https://github.com/KratosMultiphysics/CoSimIO/blob/master/co_sim_io/fortran/co_sim_io.f90). In addition to including this file it is required to compile _CoSimIO_ into a shared library and link against it.
52+
4953
## Parallelism
5054
The _CoSimIO_ supports pure sequential and mpi-parallel executions. Shared memory parallelism is currently not planned but might be added at a later stage.
5155

0 commit comments

Comments
 (0)