Skip to content

Commit 0916e05

Browse files
Add 'Interoperable' section to 'Features' on front page (#608)
1 parent 62719f2 commit 0916e05

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ Natively parallel
4646

4747
Fortran is a natively parallel programming language with intuitive array-like syntax to communicate data between CPUs. You can run almost the same code on a single CPU, on a shared-memory multicore system, or on a distributed-memory HPC or cloud-based system. Coarrays, teams, events, and collective subroutines allow you to express different parallel programming patterns that best fit your problem at hand.
4848

49+
:::{div} sd-fs-5 sd-font-weight-bold
50+
Interoperable
51+
:::
52+
53+
Fortran's standardized C interoperability enables seamless integration into multi-language projects, enabling the optimization of performance-critical components.
54+
4955
:::{div} sd-fs-3 sd-font-weight-bold sd-text-primary
5056
FAQ
5157
:::

0 commit comments

Comments
 (0)