From b2dfdd766b2195ee3010e9a9c5f6f6412faa34cb Mon Sep 17 00:00:00 2001 From: Liam Pattinson Date: Mon, 15 Dec 2025 15:10:04 +0000 Subject: [PATCH] Add 'Interoperable' section to 'Features' on front page --- source/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/index.md b/source/index.md index 6fbc283746e2..ad5aaa0c5b84 100644 --- a/source/index.md +++ b/source/index.md @@ -46,6 +46,12 @@ Natively parallel 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. +:::{div} sd-fs-5 sd-font-weight-bold +Interoperable +::: + +Fortran's standardized C interoperability enables seamless integration into multi-language projects, enabling the optimization of performance-critical components. + :::{div} sd-fs-3 sd-font-weight-bold sd-text-primary FAQ :::