(C) indica un producto comercial
AD_DNSVM: herramienta de diferenciación automática de Fortran utilizando el modo de avance para escalares, vectores (v) y matrices (M), por David Lauvergnat. No tiene límite en términos del número de variables independientes (este número se define en tiempo de ejecución) y puede calcular hasta terceras derivadas.
ADF95: Modificación de JingChang Shi para trabajar con GFORTRAN del programa descrito en ADF95: Herramienta para la diferenciación automática de un código Fortran diseñado para grandes cantidades de variables independientes, por Christian W. Straka, Comunicaciones de Física Computaría, Volumen 168, Número 2, 1 de junio de 2005, páginas 123-139, con preprint aquí
Adifor: dado un código fuente de Fortran 77 y una especificación del usuario de variables dependientes e independientes, Adifor generará un código derivado aumentado que calcula las derivadas parciales de todas las variables dependientes especificadas con respecto a todas las variables independientes especificadas además del resultado original.
ADJAC: Diferenciación automática para generar jacobianos escasos, utilizando Fortran 95 y sobrecarga de operadores, por Pauli Virtanen
Audito: herramienta de diferenciación automática para Fortran, por Michel V. Heinz. Los operadores matemáticos se han sobrecargado para trabajar con los tipos recién definidos, que incluyen no solo el valor de la función, sino también el gradiente, Hessian y Laplacian.
Auto_deriv: módulo compuesto por un conjunto de procedimientos Fortran 95 que pueden usarse para calcular las derivadas parciales de primera y segunda (mixtas o no) de cualquier función continua con muchas variables independientes, por S. stamatiadis y SC Farantos, parte de la Biblioteca del Programa de Comunicaciones de Física Computadora. La función matemática debe expresarse como uno o más procedimientos Fortran 77/90/95.
Autodiff: diferenciación automática para hasta 4º derivados, por Simon Geard
Auto-Diff: Implementación en Fortran moderno de la diferenciación automática del modo atrasado, por Zoziha.
Diferenciación automática de doble número (DNAD): Actualización del código de Yu, W. y Blair, M.: "DNAD, una herramienta simple para la diferenciación automática de códigos FORTRAN utilizando números duales", Computer Physics Communications, vol. 184, 2013, pp. 1446-1452, por Oddlehod. Proyecto relacionado: Fortran_dnad. Una bifurcación de Oyvindyr usa macros FYPP. El beneficio de este enfoque es que las interfaces e implementaciones de las funciones matemáticas pueden "inyectarse" en los módulos donde se usan.
Fazang: Biblioteca para la diferenciación automática de modo inverso, inspirada en la biblioteca Stan/Math, por Yi Zhang. Zoziha ha actualizado el proyecto para trabajar con GFORTRAN e IFORT.
OpenAD: Herramienta para la diferenciación automática (AD) de programas de computadora numéricos
Tapenade: motor de diferenciación automática desarrollado en INRIA. Se puede ejecutar en línea o descargarse e instalarse localmente como un conjunto de clases de Java (Archivo JAR).
Transformación de algoritmos en Fortran (TAF): Traductor de origen a fuente para el código FORTRAN 77-95, es decir, TAF acepta el código FORTRAN 77-95 como entrada, aplica una transformación semántica y genera código FORTRAN 77-95. TAF admite varias transformaciones semánticas. La más importante es la diferenciación automática (AD), es decir, la generación de código para la evaluación del derivado de primer orden (matriz jacobiana). (DO)
Doxygen: genera un navegador de documentación en línea (en HTML) y/o un manual de referencia fuera de línea (en látex) a partir de un conjunto de archivos de origen documentados. También hay soporte para generar salida en RTF (MS-Word), PostScript, PDF hipervínculos, HTML comprimido, Docbook y Unix Man Pages.
F90TOHTML: Script Perl para convertir los archivos de origen de Fortran en un sitio web hipervínculos
Ford: genera automáticamente la documentación de Fortran a partir de los comentarios dentro del código, de Fortran-Foss-Programs
HTMLINDEX: código C ++ que construye una página HTML "esqueleto" para un archivo de código fuente C, C ++, Fortran77 o Fortran90, documentando todas las rutinas en el archivo ... si cada rutina ha sido marcada adecuadamente, por John Burkardt. La información después del marcador suele ser una explicación de una línea de lo que hace la rutina.
Protex: Script Perl que puede eliminar la información de un encabezado de documento de Fortran estándar y guardarlo en un archivo de látex, por Arlindo da Silva et al.
Versión-F: Implementación de la versión semántica 2.0.0 por Minh Dao que tiene como objetivo ser una herramienta fácil de usar para manejar versiones en proyectos Fortran
Buildnis: sistema de compilación independiente distribuido que puede manejar los módulos C ++ 20 y Fortran y es lo suficientemente flexible como para construir cualquier otra cosa y manejar varios pasos de compilación
CMAKE Crossplatforma, generador de sistemas de compilación de código abierto. Fortan_with_cmake_examples de Christensencode proporciona algunos ejemplos concretos con tanta explicación posible para dejar en claro a alguien con una cantidad relativamente pequeña de experiencia con CMake.
CMAKE UTIS: Scripts y módulos útiles para CMake, especialmente para la computación científica, HPC y Fortran, de Scivision
Cookiecutter-Fortran-Project: plantillas para configurar nuevos proyectos de Fortran, lo que permite al usuario elegir entre varios sistemas de compilación (CMake, FPM y Meson) y diferentes modelos de paralelización como Serial, MPI y Coarray. Los proyectos generados incluyen una biblioteca, pruebas unitarias (actualmente utilizando el marco de la prueba unitaria de Fortuno), y opcionalmente, una aplicación independiente y un ejemplo.
Fácil: pasos para configurar un repositorio de GitHub con FPM y acciones de GitHub, incluidas la documentación de Ford (1) y las pruebas unitarias, por UrbanJost
F90_MAKEFILE_BUILDER: programa Python para construir un archivo Make para un programa Fortran 90 buscando a través de cada módulo de dependencias, por Benjamin Pieczynski. El algoritmo determina el orden de las dependencias y construye el archivo Make en el orden correcto.
FAB: Sistema de construcción para proyectos Fortran y C. Inicialmente diseñado para construir las principales aplicaciones científicas de la Oficina Met, Lfric y la UM.
FCM: Sistema moderno de compilación Fortran + envoltorios a subversión para el desarrollo de software científico, desde Metomi
FF08Depends: Herramienta de línea de comandos para obtener información de dependencia de archivos para archivos fuente de Fortran 2008, escrita en Fortran 2003 por IANH
Fobis.py, sistema de construcción Fortran para personas pobres: análisis automático de archivos para la creación de la jerarquía de dependencia en el caso de uso e incluye declaraciones, y la construcción automática de todos los programas que se encuentran en el directorio raíz analizado o solo un objetivo seleccionado específico, por Szaghi et al.
Fortdep: Script Python 3 para generar dependencias entre los módulos Fortran para Make, por Dominik Gronkiewicz
Fortdepend: Python Script para generar dependencias para proyectos de Fortran, por Zedthree
Forte: script corto capaz de ejecutar el código Fortran 90 desde el shell de Linux de manera más flexible, por Ed Higgins
Fortan-Compiler-With-Two-Computers: Código de Python para facilitar el flujo de trabajo de compilar archivos fuente de Fortran en una computadora y ejecutar la salida compilada (DLL) en otra, por Jucelio Tavares Junior. Es ideal para entornos distribuidos donde los procesos de simulación y compilación son manejados por máquinas separadas.
FORTRANDEP: Herramienta Python para determinar las dependencias de Makefile para un proyecto Fortran, por Ryan Orvedahl
Fortran_Makedeps: Script de Python pequeño para escanear fuentes de Fortran y generar dependencias apropiadas para makfile, por James Biddle
Fortranmakeutils: Python scripts para generar dependencia y makfiles, por Denis Eiras
Fortran Package Manager para Visual Studio: agrega opciones y entradas de menú para construir, ejecutar y probar su proyecto Fortran utilizando el Fortran Package Manager (FPM), por Everything Funcional
Plantilla de proyecto Fortran: plantilla de proyecto con verificaciones previas al contratación, compilar verificaciones con fpm build , pruebas automatizadas con fpm test , formato de código con fprettify y pelusas con la moderna extensión de Vscode Fortran, por MatthalEx
FPM: Fortran Package Manager (FPM) es un administrador de paquetes y un sistema de compilación para Fortran, desde Fortran-Lang
FPM-Completions: Funciones de finalización de la línea de comandos para el administrador de paquetes Fortran, por Shinobu Amasaki. Se requiere que ZSH use este paquete, actualmente.
FPM-GUI: Interfaz gráfica de usuario Straigtforward para el Fortran Package Manager (FPM), de Arjen Markus
Registro de FPM: Registro centralizado de paquetes FPM para el sitio Fortran-Lang
FPM-Search: listas de paquetes disponibles en el registro FPM desde la línea de comandos, por UrbanJost y Sebastian Ehlert. Esto permite localizar rápidamente los paquetes de FPM (1) y generar las líneas de dependencia asociadas para insertar en archivos manifiesto de paquetes FPM (1) (FPM.TOML) que desean usarlas.
GFORTRAN-CONFIG: Script por lotes de Windows para construir automáticamente y ejecutar el código Fortran en el entorno MingW-W64 GforTran y un script bash análoga para Ubuntu Linux, de Cloudy-SFU
GitHubacciones_intro: presenta acciones de GitHub como una herramienta para la automatización ligera de flujos de trabajo de datos científicos, con ejemplos en Python y Fortran usando Gnuplot, por Oscar Mojica
HomeBrew-Fortran: proporciona instrucciones de compilación de paquetes para herramientas y bibliotecas alrededor de Fortran compatible con la cadena de herramientas Homebrew, por Federico Perini et al. Los paquetes disponibles de este grifo son FPM: Fortran Package Manager y LFORTRAN: compilador Fortran basado en Modern Interactive LLVM.
Intel® Onapi Math Kernel Library Link Line Advisor: solicita información sobre el sistema informático y sobre cómo uno tiene la intención de usar la Biblioteca Intel® Onapi Math Kernel (enlace dinámico o estáticamente, use el modo roscado o secuencial, y así sucesivamente) y genera automáticamente la línea de enlace apropiada para la aplicación para la aplicación para la aplicación
JAMS_MAKEFILE: proporciona una forma portátil y versátil de compilar proyectos Fortran, C, C ++ y mixtos, por McUntz
MakedEpf90: genera dependencias para el código FORTRAN, por Erik Edelman
Makefile Maker: fabricante automático de makfile fortran, por Garl4nd. El programa primero escanea todos los archivos Fortran para las importaciones de otros archivos de origen y crea un gráfico de dependencia dirigido, donde cada vértice representa el archivo y una flecha de A a B corresponden al archivo A dependiendo de B.
Makemake: Script Perl desarrollado por primera vez por Michael Wester para construir Makefiles correctos para el código Fortran moderno y modificado para los compiladores más nuevos y para trabajar para C ++ por Katherine Holcomb. Su uso se discute aquí.
Makemake90: Script de Python que genera makingfiles para programas modulares de Fortran, por Jan Berges. Busca recursivamente el directorio de trabajo para los archivos .f90 y determina sus dependencias.
Meson: sistema de compilación de próxima generación. Test-Meson es un ejemplo de proyecto de Python con código FORTRAN.
Paquete MINGW para el Fortran Package Manager: proporciona instrucciones de compilación del paquete para el Fortran Package Manager (FPM) compatible con MSYS2 Toolchain. Este proyecto proporciona paquetes MINGW prebuilt en la página de lanzamiento.
Mkhelper: la colección de servicios públicos que se utilizará con GNU Autoconf y GNU Make for Building Fortran Projects, por Skosukhin
MKMF: Herramienta escrita en Perl5 que construirá un makfile a partir de la fuente distribuida, de NOAA-GFDL. Un solo programa ejecutable es el resultado típico.
PYFPM: proporciona un modelo pydantic del formato de manifiesto del paquete FPM utilizado en el administrador de paquetes Fortran, por Sebastian Ehlert
Run-Fortran: clasifica archivos Fortran basados en definiciones y usos de módulos, por Lycantropos
Spack: Administrador de paquetes para supercomputadoras, Linux y macOS que facilita la instalación de software científico. No está vinculado a un lenguaje en particular: uno puede construir una pila de software en Python o R, enlace a bibliotecas escritas en C, C ++ o Fortran, e intercambiar fácilmente compiladores o apuntar a microarquitecturas específicas.
Goggles verbosos: genera plantillas de proyecto Fortran, por Goddard Guryon. El script create_project.sh toma un nombre de proyecto (y opcionalmente un nombre de directorio de proyecto) como entradas, crea la carpeta del proyecto, las carpetas Build and Docs dentro de él, y guarda archivos de plantilla para CMake y Doxygen.
XMake: Utilidad de compilación multiplataforma ligera basada en LUA. Utiliza XMake.LUA para mantener las compilaciones de proyectos. Los dos compiladores de Fortran compatibles son GFORTRAN e IFORT.
CHATGPT: genera código FORTRAN a partir de una descripción de un problema en inglés u otro idioma natural y traduce el código de otros lenguajes de programación a Fortran, a veces con errores. La extensión de Chrome RunGPT permite que el código se compilue con GFORTRAN y se ejecute dentro de la interfaz web CHATGPT. Otros LLM que pueden generar el código Fortran son la perplejidad, Groq, Claude, Mistral, Vertex Ai con Gemini de Google, Llama 3 en Meta AI y Github Copilot.
IRPF90: entorno de programación Fortran que ayuda al desarrollo de códigos grandes al aplicar la referencia implícita al método de parámetros (IRP)
Maple: tiene un comando Fortran que traduce el código de Maple a Fortran 77 (c)
MathCode F90: Genera el código Fortran 90 independiente del código Mathematica, opcionalmente conectado a través de MathLink a Mathematica (c)
MATLAB: La función Fortran genera fragmentos de código Fortran a partir de una expresión simbólica, o genera archivos que contienen fragmentos de código (c)
Maxima El comando FORTRAN incorporado imprime una expresión como una declaración FORTRAN. F77 es una mejora.
Fortran paramétrico: generador de generador de programa Fortran que puede producir extensiones de Fortran, especializadas para apoyar la programación de aplicaciones particulares, por Martin Erwig et al. Las extensiones se especifican a través de estructuras de parámetros a las que se puede mencionar en los programas FORTRAN para describir la dependencia de las partes del programa en estos parámetros.
Psyclone: compilador específicos de dominio y sistema de transformación de código para modelos de sistemas de tierra de diferencia/volumen/elemento finito en Fortran
Sympy: Biblioteca de Python para matemáticas simbólicas que pueden generar código FORTRAN, como lo ilustra Ivan Pribec
Argv-Fortran: mejor get_command_argument para Fortran que devuelve el argumento en una cadena de caracteres asignable, por Jacob Williams
CMDFF: Hace más bonitas líneas de comando para códigos Fortran, de Brad Richardson
Command_args: manjan automáticamente los argumentos de la línea de comandos que se pasan al programa, por Arjen Markus
F90getOpt: getOpt ()-y getopt_long ()-La funcionalidad similar (similar a las funciones C) para Fortran 90, por Hani Andreas Ibrahim, basado en el código de Mark Gates
Fargparse: argumento de la línea de comandos analizando Fortran, parte del ecosistema Goddard Fortran
FLAP: Biblioteca diseñada para simplificar la construcción (repetitiva) de CLI complicada en Fortran 2003, por Stefano Zaghi. FLAP se ha inspirado en el módulo Python Argparse e intenta imitarlo.
Ftn_getopt: suministra un método para manejar argumentos de comando de una manera similar a la instalación de Getopt en C, por Reinhold Bader
M_CLI: desciende la línea de comando cuando se le da una namelista y una cadena prototipo que se parece mucho a una invocación del programa, por UrbanJost y Laurence Kedward. El uso del grupo Namelist tiene el beneficio de que no es necesario convertir las cadenas a sus tipos requeridos o duplicar las declaraciones de tipo.
M_CLI2: desciende la línea de comando cuando se le da una cadena prototipo que se parece mucho a una invocación del programa, por UrbanJost et al. Luego se realiza una llamada a get_args (3F) o una de sus variantes para cada nombre del parámetro para establecer las variables adecuadamente en el programa.
M_KRACKEN95: Versión Fortran 95 del procedimiento Kracken (3F) (y rutinas relacionadas) para el análisis de la línea de comandos, por UrbanJost
OPCIONESF90: Módulo para definir y analizar opciones de línea de comandos y parámetros de entrada para programas Fortran, por Christopher N. Gilbreth. Su diseño está inspirado en el módulo OptParse de Python.
Paramcard: entrada de parámetros de línea de comandos hecha simple, por Takahiro Ueda
Fortan-Compiler-Test-Suite: contiene un marco y un conjunto de casos para probar un compilador Fortran con los objetivos principales de facilitar que la comunidad de Fortran agregue pruebas y facilite el uso del marco con una amplia gama de compiladores, por Brad Richardson et al.
Marco de pruebas de Fortran (FTFramework): Colección de scripts de Python y Bash para permitir pruebas fáciles de compiladores Fortran utilizando los murciélagos del sistema de prueba automatizado de Bash, por AgForero
AMD Optimización del compilador C/C ++/Fortran (AOCC): Herramienta de generación de código de calidad de producción de alto rendimiento. El entorno AOCC proporciona varias opciones a los desarrolladores mientras construye y optimiza las aplicaciones C, C ++ y Fortran que se dirigen a plataformas Linux® de 32 bits y 64 bits.
AOMP: compilador basado en la fuente abierta/LLVM con soporte adicional para la API OpenMP® en las GPU Radeon ™. Las instrucciones para instalar F18 están aquí.
Arm Fortran Compiler: Administrado para códigos de servidor, HPC y científicos, con soporte para Fortran y OpenMP. El compilador está construido en el front-end de código abierto y el fondo de optimización y generación de código de LLVM. (DO)
F18-LLVM-Project: Fork de LLVM/LLVM-Project para F18. En sincronización con F18-MLIR y F18.
BOLDAG: El brillo (también conocido como "rótido clásico") es un compilador de Fortran fuera de árbol dirigido a LLVM. Es una versión de código abierto de PGFORTRAN, un compilador comercial de Fortran de PGI/NVIDIA
Flang-Wasm: contiene herramientas para construir una versión parcheada del compilador de bridas de LLVM que se puede utilizar para compilar fuentes de Fortran para WebAssembly. También se crea una biblioteca de tiempo de ejecución de Fortran preconstruida para WebAssembly utilizando Emscripten.
FORTRAN-DEV-IMAGE: La imagen contiene versiones recientes de compiladores, bibliotecas MPI y HDF5 junto con herramientas de compilación básicas (CMake, Ninja), de Håkon Strandenes. Estas imágenes se pueden usar para compilar aplicaciones Fortran que dependen de MPI y HDF5.
Fortran Síntesis de alto nivel (Fortran-HLS-Main): habilita Fortran en dispositivos AMD Xilinx a través de la integración del brillo LLVM en el ecosistema Vitis, lo que permite el uso de todas sus características, como simulación, perfil y generación de resumen de hardware. Documento asociado: Fortran Síntesis de alto nivel: Reducción de las barreras para acelerar los códigos HPC en FPGA, por Gabriel Rodriguez-Canal et al.
Fortran-Ies: Script que actúa como un compilador Fortran que usa el brillo para construir fuentes para iOS ARM64, de Emma Cold
Kernel de Fortran para Jupyter con soporte de Coarray: de SourceyInstitute
Fortan-Setup: Script para configurar un sistema para usar Fortran en un sistema basado en Ubuntu, por Federico E. Benelli. Instala un Administrador de paquetes de Python para algunas herramientas basadas en Python, GFORTRAN, opcionalmente Intel OnEapi HPC, BLAS y LAPACK, GDB, Fuzzy-Finder (FZF), Fortran Package Manager (FPM), Findent, Flinter, Ford, FortLs y ForTran_Project, un script para generar y abrir proyectos.
Fortran.rs: intérprete para Fortran, escrito en Rust, por Xavier2p, Desarrollo en progreso
Full-Stack-Fortran: Toolchain para compilar Fortran en WebAssembly, y algunos proyectos que lo usan, por Christoph Honal et al.
GFORTRAN: Proyecto GNU Fortran, que desarrolla un compilador FORTRAN FORTRAN GRATIS 95/2003/2008 para GCC, la colección GNU Compiler. El esfuerzo de desarrollo de GFORTRAN utiliza un entorno de desarrollo abierto para atraer a un equipo más grande de desarrolladores y garantizar que GFORTRAN pueda trabajar en múltiples arquitecturas y diversos entornos. La instalación de GFORTRAN en varias plataformas se discute en Fortran-Lang. Para Windows hay fortran rápido.
GFORTRAN-FOR-MACOS: GFORTRAN PARA MACOS INTEL, por FXCOUDERT.
G95: Estable, Production Fortran 95 Compilador disponible para múltiples arquitecturas de CPU y sistemas operativos. Se han implementado partes de los estándares F2003 y F2008
Entorno de programación HPE Cray: conjunto de software totalmente integrado con compiladores, herramientas y bibliotecas diseñadas para mejorar la productividad del programador, la escalabilidad de la aplicación y el rendimiento. Además del soporte para múltiples lenguajes de programación, modelos de programación, compiladores, bibliotecas de E/S y bibliotecas científicas, la suite ofrece una variedad de herramientas compatibles para áreas que incluyen depuración, análisis de rendimiento, gestión de la carga de trabajo y configuración del medio ambiente. (DO)
IBM Fortran: XL Fortran para AIX®: cree aplicaciones Fortran optimizadas y ajustadas en IBM AIX.
XL Fortran para Linux: optimice sus aplicaciones HPC y Fortran cognitivas para Linux en los sistemas IBM Power®, incluidos los procesadores Power9 ™.
VS FORTRAN: Desarrolle aplicaciones eficientes para IBM Z® y Z/VM® con IBM vs Fortran. (DO)
Intel Fortran: basado en una larga historia de generación de código optimizado que admite los estándares de la industria al tiempo que aprovecha la tecnología incorporada para los procesadores escalables Intel® Xeon® y los procesadores Intel® Core ™. Manteniéndose alineado con las arquitecturas en evolución y diversas de Intel, el compilador ahora admite GPU.
LFORTRAN: compilador de Fortran interactivo moderno de código abierto (BSD con licencia) construido sobre LLVM. Puede ejecutar el código del usuario de manera interactiva para permitir el trabajo exploratorio (al igual que Python, Matlab o Julia), así como compilar a binarios con el objetivo de ejecutar el código del usuario en arquitecturas modernas como CPU múltiples y GPU.
MacOS-Cross-Compiler: compile C, C ++ y Fortran en Linux que será ejecutado en MacOS, por Jerred Shepherd. Este proyecto se centra en admitir versiones más nuevas de MacOS.
Mercurium: infraestructura de compilación de fuente a fuente C/C ++/Fortran/Fortran dirigida a prototipos rápido desarrollado por el grupo de modelos de programación en el Centro de Supercomputación de Barcelona. Mercurium se usa, junto con la biblioteca de tiempo de ejecución Nanos ++, para implementar el modelo de programación OMPSS. Ambas herramientas también proporcionan una implementación de OpenMP 3.1.
Modern-Fortran Docker: Dockerfile para construir una imagen Docker de Forra Moderna. Se basa en Ubuntu 23.10, que tiene varias mejoras en el núcleo de Linux y admite GCC GFORTRAN V13.2.0. Este Dockerfile instala GFORTRAN, OpenMPI y OpenCoArrays y también GIT cliona los proyectos modernos-fortranos.
NAG: compilador Fortran robusto y altamente probado, valorado por sus capacidades corrientes e informes de errores detallados. Disponible en Linux, Microsoft Windows y Mac OS X, incluidos Apple Silicon Macs. (DO)
NEC: el compilador Fortran se ajusta al estándar Fortran-2003 (ISO/IEC 1539-1: 2004) y admite muchas características de Fortran-2008 (ISO/IEC 1539-1: 2010). NEC tiene más de 30 años de experiencia en tecnología de compiladores para máquinas vectoriales de alta gama, y estos compiladores recientemente desarrollados se basarán en esta experiencia y apoyarán todas las estrategias de optimización por las que se conocen los compiladores NEC. (DO)
Kit de desarrollo de software NVIDIA HPC: compiladores de NVIDIA HPC SDK C, C ++ y Fortran admiten la aceleración de GPU de las aplicaciones de modelado y simulación HPC con directivas estándar de C ++ y Fortran, OpenACC® y CUDA®. Las bibliotecas de matemáticas aceleradas con GPU maximizan el rendimiento en los algoritmos HPC comunes y las bibliotecas de comunicaciones optimizadas permiten la programación de sistemas multi-GPU y sistemas escalables basados en estándares.
OMPI: Implementación de interfaz de aprobación de mensajes de código abierto (MPI) que es desarrollada y mantenida por un consorcio de socios académicos, de investigación y de la industria
Compilador Open Fortran (OFC): los objetivos son proporcionar una herramienta de análisis de código estático Fortran, un modernizador Fortran que puede reimprimir Fortran como F90 cuando sea posible, y un front-end alternativo para compiladores de código abierto.
Oracle Developer Studio Fortran Compiler, F95: Proporciona las siguientes características y extensiones: paralelización de bucle automático y explícito optimizado para sistemas multiprocesador, las extensiones VAX/VMS FORTRAN, las directivas de paralelización OpenMP y las optimizaciones de paralelización globales, de paralización y potenciales producen aplicaciones de alto rendimiento. (DO)
Planeground: interactivo parque infantil en el navegador, de Ashirwad Mishra et al. Su objetivo principal es que los recién llegados se gusten fácilmente el lenguaje y aprendan los elementos esenciales de la programación de Fortran.
Rose: Infraestructura del compilador para construir herramientas de transformación y análisis de programas de origen para la fuente para C a gran escala (C89 y C98), C ++ (C ++ 98 y C ++ 11), UPC, Fortran (77/95/2003), OpenMP, Java, Python y PHP Aplicaciones de PHP y PHP
Configurar Forcran: GitHub Action para configurar el compilador de Fortran y la cadena de herramientas en Ubuntu, macOS y Windows, de Fortran-Lang. Los compiladores disponibles son GFORTRAN, IFX, IFORT, LFORTRAN y NVFORTRAN.
SilverFrost Fortran FTN95: Compilador completo de estándares Fortran 95, capaz de producir ejecutables rápidos para Win32 y para Microsoft .NET. FTN95 se envía con la mejor verificación de tiempo de ejecución del mundo y una gran variedad de software de soporte. Hay una edición personal gratuita. (DO)
VSI Fortran para OpenVMS: admite los estándares Fortran 66, Fortran 77, Fortran 90 y Fortran 95
XCC-Proyecto: colección de compiladores C/C ++/Fortran escrita en Java, de Jianpingzeng
FORTRAN StackTrace: genera trazas de pila al proporcionar un envoltorio de Fortran alrededor de la biblioteca C ++ Backward-CPP. También se integra con la biblioteca de manejo de errores Fortran para generar errores que incluyen una StackTrace.
GDB_FORTRAN_TOOLS: admite la depuración GDB más avanzada del código FORTRAN: acceso genérico a muchos operadores básicos de matriz Numpy: Sum, Min, Max, Log10, etc.; Gráficos: trama, imshow, dispersión; Guardar datos: Pickle, CSV, de Ken Mankoff y X-Neon
SerialBox: Biblioteca de serialización de datos y herramientas para C/C ++, Fortran y Python3, utilizadas para construir marcos de validación contra ejecuciones de referencia, de ETH Zurich
UPS: Nivel de origen C, C ++ y Fortran Depugger que se ejecuta bajo X11, por Mark Russell. Los sistemas compatibles actualmente son FreeBSD y GNU/Linux en Intel X86 y Solaris en SPARC.
Align-F90: Soporte de alineación para Fortran 90 en Emacs, por Jannisteunissen
Doom Emacs Fortran Módulo: habilita un entorno de desarrollo moderno completo para Fortran. Tiene integración con FPM, soporte de LSP a través de FORDLS, Auto-formating a través de FPRETTIER y soporte para GFORTRAN e Intel Fortran.
EMACS: editor de texto gratuito extensible, personalizable, libre. Descargar aquí.
F90Format: Paquete que conecte Fprettify con la reforma emacs de Steve Purcell para formatear la fuente moderna de Fortran, de Troy Brumley
F90-IFACE: navegador basado en emacs para interfaces genéricas Fortran 90, por Wence y Monnier
F90-Namelist-Mode: Extensión a Emacs F90-Mode para manejar Fortran Namelists, por Zedthree
Fortpy: Python Emacs IntelliSense y Soporte de pruebas unitarias para Fortran, por Rosenbrockc y Wsmorgan
Fortpy-El: paquete LISP para emacs que se integra con Fortpy para proporcionar autocompletación e IntelliSense específica de contexto para Fortran 2003, incluidas las construcciones orientadas a objetos, por Rosenbrockc
Fortran-Index-Args: Números Argumentos de subrutina y muestra índices antes de cada argumento en la lista, por ffeVotte. Dichos índices se muestran en la pantalla, pero no modifican el búfer subyacente.
Capa de Fortran: capa de configuración básica de Spacemacs para el lenguaje Fortran, de Marco Scopesi
Fortran-Tags: herramienta de indexación de código fuente de Fortran con el enfoque de encontrar la definición de cualquier variable o procedimiento, por Raullaasner et al. Es capaz de ubicar correctamente todas las variables globales y locales y se espera que funcione con cualquier código de conformidad Fortran 2008 con algunas excepciones como se menciona a continuación.
fprettify.el: interfaz a fprettify, forma automática para el código moderno de Fortran, por Osada-Yum
CCX_FFF: el script de Python convierte el viejo código Fortran 77 en el que tiene forma gratuita, desde Cálculo. Cambia los comentarios y los signos de continuación para un mejor plegamiento de código.
EZUP: Herramienta para convertir Fortran Formulario de origen fijo en Formulario de origen gratuito para ser compatible con ELF90, por August Miller
F2F: Script Perl que hace gran parte del tedioso trabajo de convertir el código fuente Fortran 77 en Fortran moderno, por Colby Lemon
F2F90: Utilidad para convertir Fortran 77 Formulario de origen fijo en FORTRAN 90 Formulario de fuente libre, por Michael Metcalf, Peter A. Rochford y Ben Trettel
F77TOF90: Script Python que se lee en un archivo de formulario Fortran 77 (.f o .f) y lo convierte en un archivo Fortran 90 de forma gratuita (.f90 o .f90), por Mattdturner. Se utilizó con éxito para convertir una base de código heredado (más de 400 archivos .f/.f y millones de líneas de código) de Fortran 77 a Fortran 90.
FFIXED2Free: Convierte el código fuente de formato fijo Fortran (estilo Fortran 77) en código fuente de formato libre (estilo Fortran 90), de Pirmin Kaufmann y Martin Schraner. FFIXED2Free no requiere que el código de formato fijo esté restringido al estándar FORTRAN 77.
Fortran77_to_fortran90: Convertir el código Fortran 77 FORTRAN FORTRAN FORTRAN FORTRAN GRATIS
Fortran-legacy-Tools: Herramientas para tratar con código Fortran: Se corrigió al convertidor de formulario de origen gratuito, convertidor superior a minúscula, formatero para declaraciones variables, por YLIKX
FORTRAN_TOOLS: Python 2 Script de James Goppert y Lenna Peterson
Freestyle: script para convertir archivos de formulario fijo (escritos en Fortran 77) y archivos de encabezado a forma gratuita, por Bast
GConvert: programa para convertir el formulario fijo Fortran en código que funciona como forma fija o gratuita, por Georgetsikas.
TO_F90: la herramienta de Alan Miller para convertir el código Fortran 77 en código Fortran 90 de forma libre, desde JBDV-No
Eggx/Procall: Biblioteca de gráficos X11 para C, C ++ y Fortran creado para lograr la simplicidad. Uno puede crear fácilmente gráficos 2D en el sistema de ventana X utilizando funciones de dibujo de estilo básico.
FTK: proporciona un medio sencillo para construir interfaces gráficos de usuario en Fortran basados en TCL/TK, por Arjen Markus. En su estado actual es una prueba de concepto, no una biblioteca completa.
Fortran-Graphics: Graphics Library escrita en OpenGL, de Ed Higgins
Gino: API rica en funciones de alta gama para crear aplicaciones complejas de gráficos y 3D y GUI en 2D y 3D. Los productos Gino están disponibles para Fortran en Windows y Linux. (DO)
GTK-FORTRAN: Biblioteca multiplataforma para crear interfaces gráficas de usuario (GUI), por Vincent Magnin et al. GTK-Fortran es un enlace parcial GTK / Fortran escrito en Fortran, gracias al módulo ISO_C_Binding para la interoperabilidad entre C y Fortran.
Diálogos de archivos pequeños: ofrece muchos diálogos modales y de archivos en C y proporciona la interfaz / módulo ISO_C_BINDING para llamar a estas funciones desde Fortran, por Guillaume Vareille
Winteracter: GUI Toolset para el lenguaje de programación Fortran. Consiste en varias herramientas de desarrollo visual y una biblioteca de subrutina sustancial. Varios compiladores de Fortran son compatibles. (DO)
Ajt-Forcran.vim: Puerto de Ajit J. Thakkar's Vim sangría
FF08OBFUscate: Herramienta de línea de comandos para generar una variante superficialmente ofuscada de la fuente de un programa Fortran 2008, escrito en Fortran 2003 por IANH. Lo hace modificando los identificadores en el programa y presentando el código sin ningún comentario de origen.
Findent: Eleged and Beautifica FORTRAN Fuente, formato fijo y libre, y convierte el formato fijo de Fortran en formato libre de Fortran, por Wvermin y Mftabriz. Findent-Pypi, de Gnikit, tiene ruedas Pypi.
Flor: Convierte el código Fortran de formato libre en todos los mayúsculas o todos los mayúsculas, por UrbanJost. En cada caso, los comentarios y el texto citado se dejan como está.
Fortranindent: herramientas para sangrar Fortran 90 fuentes, de Kairzhan
Fortranindenter_unesp_2007: Gorra para Fortran 77 desarrollado en C, por Rafael Delalibera Rodrigues y Paulo Henrique Arantes Urgal
fprettify: auto-formatter for modern Fortran code that imposes strict whitespace formatting, written in Python, by pseewald
f90split: splits free source form Fortran code into multiple files, one module or procedure per file, by Michel Olagnon, adapted by urbanjost for use with the Fortran Package Manager. Contained procedures are stored within their parent procedure
IndentPatternFortran: general indentation patterns for Fortran, by JHenneberg
xpand: expands tabs in files. removes trailing white space, and optionally removes multiple blank lines, by urbanjost. It is primarily intended for use on systems without access to the Unix command expand(1).
ctypesForFortran: Python module to generate Python bindings to Fortran subroutines using ctypes, by Sébastien Riette and Alexandre Mary
Cython fortran-file: fast and easy reader for record-based binary format, as written by Fortran, by Corentin Cadiou
Cython_ISO_Fortran_binding: code for using ISO_Fortran_binding.h from Cython, by Yuichiro Sakamoto. By using ISO_Fortran_binding.pxd, it is possible to call Fortran from Cython in the same way as one calls Fortran from C.
extutils-f77: Perl module that tries to figure out how to link C programs with Fortran subroutines on a system, adding a list of Fortran runtime libraries, by mohawk2 et al.
f2py-with-derived-types: demonstrates how to use f2py with Fortran derived types with type-bound procedures, by Nick Wogan
F2x: versatile, template-based Fortran wrapper written in Python. Compared to the popular tool f2py it comes with two important differences: a full Fortran parser based on the work by the OpenFortranParser, and a very flexible code generation backend that uses Jinja2 templates.
f90nml: Python module and command line tool, by Marshall Ward et al., that provides a simple interface for the reading, writing, and modifying Fortran namelist files. A namelist file is parsed and converted into an Namelist object, which behaves like a standard Python dict
f90_port: tests Erlang ports to Fortran, by Pedro Schreiber, explained here
f90wrap: Fortran 90 to Python interface generator with derived type support, by jameskermode et al.
ffi-flang-zig: FFI between flang-new runtime and Zig by Matheus C. França, inspired by sourceryinstitute/ISO_Fortran_binding. LLVM/flang v18.1.7 files are included in this repository.
fffi: tool to transparently use shared libraries generated by Fortran in Python with NumPy arrays, from the pyccel project. It is based on CFFI and currently assumes the use of gfortran or Intel Fortran.
fgen: provides Python interfaces to Fortran code, specifically derived types, by Jared Lewis and Zebedee Nicholls. An example of fgen-wrapped Fortran code is at fgen-example.
fimport: Python import hook for importing Fortran module, by Pauli Virtanen
fmodpy: lightweight, efficient, highly automated, Fortran wrapper for Python, by Thomas Lux. The generated wrappers are self contained, written purely in Python, and are immediately sharable to any other POSIX platform with a Fortran compiler installed.
fortformat: Rust parser for Fortran format strings, by Joshua Laughner
Forthon: Python wrapper generator for Fortran, allowing access to functions and subroutines, by David Grote et al.
FortModGen: generate consistent Fortran and C/C++ data structures, and a consistent C/C++ API from a toml configuration file for global object interop, from neut-devel
fortran2cc2fortran: Fortran to C / C to Fortran (nested) index converter, by Hans Alemão
Fortran90Namelists.jl: Julia implementation of Python f90nml for working with Fortran namelists
FortranFile: read data using Swift from files using a Fortran format specification, by Nick Everitt
FortranFiles.jl: Julia package for reading/writing Fortran unformatted (ie binary) files, by Frank Otto et al.
Fortran filesystem: file system path manipulation utilities for standard Fortran, from scivision. Inspired by Python pathlib and C++17 filesystem.
FORTRAN format interpreter for Python (py-fortranformat): Generates text from a Python list of variables or will read a line of text into Python variables according to the FORTRAN format statement passed, by Brendan Arnold and michaelackermannaiub
fortran_magic: extension for IPython/Jupyter that helps to use Fortran in an interactive session, by Martín Gaitán
FortranNamelist: Java reading class for Fortran namelists, by Jonathan Schilling
Fortran Namelist Reader: Python and Matlab readers for Fortran namelist => dict / struct, from scivision
fortran-namelist: Ruby library to manipulate Fortran namelists, by Saji Hameed
fortran-unix: Fortran 2008 ISO C binding interfaces to selected POSIX and SysV types, functions, and routines on 64-bit Unix-like operating systems, by interkosmos
fpydemo: demonstration of packaging a command line tool written in Python and Fortran, by Saikat Banerjee
ftest: demonstrates how to call R functions from Fortran, by Balasubramanian Narasimhan. A fully worked example is provided in the form of a vignette.
fython: Fython is Fortran with a Python syntax, by Nicolas Essis-Breton. Fython code can be used in Python with a standard import statement.
GenericF2PY: demonstrates how to handle Fortran binaries in Python modules, by Charlie Taylor
gfort2py: library to allow calling Fortran code compiled with gfortran from Python 2.7 or Python 3, by Robert Farmer and Ondřej Čertík
h2m-Autofortran-Tool: allow easy calls to C routines from Fortran programs, by Garnet Liu and Michelle Anderson. Given a header file in standard C, h2m will produce a Fortran module providing function interfaces which maintain interoperability with C. Features for which there are no Fortran equivalents will not be translated and warnings will be written to standard error.
haskell-fortran: example of how to use Haskell's foreign function interface (FFI), and C's Fortran FFI, to connect ultimately Fortran code to Haskell, and to Haskell's HMatrix library, by Josh Freckleton
inline: provides functionality to dynamically define R functions (and corresponding S4 objects) from in-line C, C++ or Fortran code, by Dirk Eddelbuettel et al.
jansfortrankernel: Jupyter kernel implementation of Fortran, by Jan Arman Parpin
libfde: Fortran Development Extensions (library), by Zorkator
M_process: read and write lines to or from a process from Fortran via a C wrapper, by urbanjost
M_system: module that allows Fortran to call commonly available C routines that perform basic system operations like creating and deleting files and directories, changing and querying file permits, getting basic ID and process information, ... and other POSIX system requests, by urbanjost
multilingual-julia: minimally complete examples of Julia calling and being called by Fortran, C, and Python, by Alex Barnett
Mwrap: interface generation system in the spirit of SWIG or matwrap, by Zydrunas Gimbutas et al. From a set of augmented MATLAB script files, MWrap will generate a MEX gateway to desired C/C++/Fortran function calls and MATLAB function files to access that gateway. Mwrapdemo by Alex Barnett contains simple, minimally complete examples showing how to use MWrap to link to a C or Fortran library, pass in and out 1D and 2D arrays, handle complex, float, and Boolean types, and use OpenMP.
namelist_python: Fortran namelist parser in Python, by Leif Denby et al.
nml: R package for parsing Fortran namelist files, by Jem Stachelek et al.
nml: query/modify utility in Clojure for Fortran namelists, by Paul Madden and Jemma Stachelek
nml: serialize and deserialize Fortran namelist input in Rust using the serde framework, by manorom
node-fortran: bridge that allows Fortran code to be from Node.js, by Ionică Bizău
process_model: reads a TensorFlow SavedModel and outputs Fortran code to interface it to the fortran-tf-lib, by Simon Clifford et al.
pyifb: Python interface to Fortran's ISO_Fortran_binding.h, by Robert Farmer
RFortranRcpp: communication between Fortran, Rcpp and R, by Konrad1991. Passing R or Fortran user code to Fortran code from a package.
setup_mex: provides scripts that attempt to facilitate setting up the MATLAB MEX on macOS or Windows, by Zhang Zaikun. For Fortran, it will install (automatically) the Fortran compiler from Intel oneAPI
shroud: creates a Fortran or Python interface to a C or C++ library, from LANL. It can also create a C API for a C++ library.
Simplified Wrapper and Interface Generator (SWIG): creates Fortran wrapper code from C++ headers
SUtools: Tools for autogenerating Fortran registration code for R, by Balasubramanian Narasimhan
thenamelisttool: provide command line tools useful to work with namelists or pack of namelists (update them, compare them, ...), by Louis-François Meunier and Alexandre Mary
TorchFort: deep learning training and inference interface for HPC programs implemented using LibTorch, the C++ backend used by the PyTorch framework. This library can be invoked directly from Fortran or C/C++ programs.
vecLibFort: lightweight but flexible "shim" designed to rectify the incompatibilities between the Accelerate/vecLib BLAS and LAPACK libraries shipped with Mac OS X and FORTRAN code compiled with modern compilers such as GNU Fortran, by Michael C. Grant and Robert Huston
allgebra: docker images for developing C++ and Fortran HPC programs, by termoshtt and t-hishinuma
Codee: automatic code inspection platform specialized in performance for time-critical C/C++/Fortran applications (C). Training materials are here.
fortran-parser: Fortran preprocessor in Python, by Touko Puro, designed for multithreading and GPU offloading through OpenMP, featuring automatic privatization of modified global variables in multithreaded code, Fortran array operation unrolling to DO-loops with automatic declaratives to spread work either along CPU or GPU threads, automatic declarations for global variables needed in target regions, and function inlining which helps OpenMP offloading
gpufort: source-to-source translation tool for CUDA Fortran and Fortran+X in the spirit of hipify
hipfort: Fortran Interface For GPU Kernel Libraries
Hybrid-Fortran: directive-based extension for the Fortran language to support GPGPU. Its input is Fortran code with Hybrid Fortran extensions, and its output is CUDA Fortran or OpenMP Fortran code.
mpich: high-performance and widely portable implementation of the MPI-3.1 standard from the Argonne National Laboratory
occa: portable, and vendor neutral framework for parallel programming on heterogeneous platforms. The OCCA API provides unified models for heterogeneous programming concepts—such as a device, memory, or kernel—while the OCCA Kernel Language (OKL) enables the creation of portable device kernels using a directive-based extension to the C-language.
ohhelp-for-fpm: dynamic load balancing and scalability library that supports massively parallel particle-in-cell simulations using MPI. Each process handles the particle calculations within the partitioned area while taking on some of the particles handled by other processes so that the overall load is balanced.
Omni Compiler: compiler for code including XcalableMP, XcalableACC, and OpenACC directives. The base languages supported by Omni Compiler are C language (C99) and Fortran 2008 in XcalableMP, and C language (C99) in XcalableACC and OpenACC.
OMPify: generates OpenMP pragmas for C, C++ and Fortran code snippets using Transformers.
OpenCoarrays: supports Fortran 2018 compilers by providing a parallel application binary interface (ABI) that abstracts away the underlying parallel programming model, which can be the Message Passing Interface (MPI) or OpenSHMEM, from sourceryinstitute
SPEL_OpenACC: code associated with the paper SPEL: Software tool for Porting E3SM Land Model with OpenACC in a Function Unit Test Framework, by Peter Schwartz et al., 2022 Workshop on Accelerator Programming Using Directives (WACCPD). It provides a robust method to port the E3SM Land Model (ELM) onto GPUs.
stng: compiler for Fortran stencils using verified lifting, by Alvin Cheung et al. It takes input codes in Fortran and automatically rewrites them to Halide, a new high-performance domain-specific language that leverages GPUs for computation.
System FOR Automated Parallelization (SAPFOR): software development suite that is focused on cost reduction of manual program parallelization, by kaniandr and zoocide. It was primarily designed to perform a source-to-source transformation of a sequential program for execution on heterogeneous clusters.
accis: plotting and graphics library by Ian Hutchinson. Related project: PLOTTRACES
asgl: produces a PostScript or Encapsulated PostScript file that can contain scatter plots, line plots, histograms, 2D density plots, and/or bond-and-stick plots of molecules, by Andrej Šali
CHART_COUPE: Fortran plotting package based on NCL libraries, tuned for geophysical numerical model output, from meom-group
DISLIN: high-level plotting library for displaying data as curves, polar plots, bar graphs, pie charts, 3D-color plots, surfaces, contours and maps, available for several C, C++, Fortran 77 and Fortran 90/95 compilers on the operating systems Unix, Linux, FreeBSD, Windows, Mac OSX and MS-DOS. The DISLIN distributions can be used freely without any restrictions. Access to the source code and a preferred support is available via a contract.
Dislin_x_y_plot: generates plots from within a Fortran program nearly as easily as with the provided Dislin "quickplots", by Andi Zuend. However, unlike the quickplots, this module offers a lot more options for controlling the plot page, axis system and various curve properties. It also makes adding multiple x--y data sets (curves) to a single plot easy.
fplot: provides a convenient interface for plotting with gnuplot, by jchristopherson
fortplot: plot module for Fortran so that plotting can be done in real time (on the fly), by Anjishnu Sarkar
giza: 2D scientific plotting library built on cairo, by Daniel Price et al. Provides uniform output to pdf, ps, png and X-Windows. Written in C with no dependencies (other than cairo) as a direct replacement for PGPLOT.
gnufor2: Fortran 90 module by Alexey Kuznetsov with subroutines for plotting data, including 2D, 3D plots, surfaces, polar coordinates, and histograms. It is a modification of the GNUFOR interface written by John Burkardt.
gnuplotfortran: Fortran 95 gnuplot interface for some Unix-like OS'es, by Madhusudan Singh. This provides some routines that enables direct access of a child gnuplot session from a Fortran 95 program. fortranposix must be installed.
graffer: interactive tool for generating plots of data and/or functions, by James Tappin. The original graffer was an IDL program. This version provides most of the same functionality in a Fortran program using gtk-fortran and plplot for the GUI and plotting respectively. To display functions gdl (gnudatalanguage) or IDL is required.
M_calcomp: old graphics library used in conjunction with M_draw for work with old codes, by urbanjost. The CALCOMP library is a simple set of FORTRAN callable graphic routines that allows users to quickly construct plots.
M_slices: basic slice plot module based on M_draw(3f) and built using fpm, by urbanjost. This version requires X11 Windows.
MUESLI: numerical and graphical library, written mainly in Fortran 95, by Édouard Canot. Fortran Muesli Library contains all necessary materials to numerically work with a dynamic array (dynamic in size, type and structure), called mfArray. Fortran Graphics Library contains graphics routines which use the mfArray objects.
ogpf: Object-Based Interface to gnuplot from Fortran, by kookma
PG2PLplot: facilitate the transition from Fortran code linked against PGPlot to linking it against PLplot, which is open source and maintained. Currently, many PGPlot routines are included, but the code is by no means exhaustive.
PGPLOT PGPLOT Graphics Subroutine Library is a Fortran- or C-callable, device-independent graphics package for making simple scientific graphs, by Tim Pearson. It is intended for making graphical images of publication quality with minimum effort on the part of the user. For most applications, the program can be device-independent, and the output can be directed to the appropriate device at run time.
plotterf90: graphics subroutine library producing Postscript, by Masao Kodama
Plotutil: uses gnuplot to draw plots from data files, by Roninkoi. Has array handling utils and code for sorting and line fitting.
PLplot: can be used to create standard xy plots, semi-log plots, log-log plots, contour plots, 3D surface plots, mesh plots, bar charts and pie charts. Multiple graphs (of the same or different sizes) may be placed on a single page, and multiple pages are allowed for those device formats that support them. C library with bindings to Fortran 2003 and many other languages. archlinux-plplot-fortran has a plplot build for Fortran on archlinux, by Vikas Sharma.
PlPlotLib: wrapper for PlPlot inspired by the interface of matplotlib, by zoziha. It is intended to fill the need for rapid feedback while developing numerical simulations, and does not replace more sophisticated packages such as matplotlib or even direct use of PlPlot.
pltFor: Fortran-Python interface library by Damien Minenna to plot figures directly in Fortran, by calling Matplotlib
PSPLOT: library of Fortran-callable subroutines which can be combined in a calling program to produce PostScript plot files. Intended for users interested in generating technical drawings or graphics for technical journals in PostScript format.
PyFerret: Ferret is an interactive computer visualization and analysis environment designed to meet the needs of oceanographers and meteorologists analyzing large and complex gridded data sets, from NOAA/PMEL. It runs on recent Unix and Mac systems, using X windows for display. PyFerret, introduced in 2012, is a Python module wrapping Ferret.
pyplot-fortran: generate plots from Fortran using Python's matplotlib.pyplot, by Jacob Williams
SPLASH: visualisation tool for Smoothed Particle Hydrodynamics (SPH) simulations in one, two and three dimensions, developed mainly for astrophysics, by Daniel Price et al. It uses a command-line menu but data can be manipulated interactively in the plotting window. SPLASH can also be used as a standalone plotting tool for any kind of tabulated or image data from ascii, csv or .fits files.
efpp: preprocessor for eFortran, a dialect of modern Fortran presented in S. Hosoyamada and A. Kageyama, A Dialect of Modern Fortran for Simulations in Methods and Applications for Modeling and Simulation of Complex Systems, Communications in Computer and Information Science, vol 946, pages 439-448, 2018 (Proceedings of AsiaSim2018).
exceptions: experiment with exceptions in Fortran via a simple preprocessing step, by Arjen Markus
f90 do nest: Python script to generated deeply nested do loops in Fortran, by Thomas Hayward-Schneider. It will generate "classical" nested do/enddo in f90code.F90 and also a do concurrent version in f90code_conc.F90.
FMacro: template preprocessor for Fortran, by Harris Snyder. Aims to address Fortran's lack of support for generic programming with a simple preprocessor, modeled after some of the language committee's early ideas for a template language feature, to be included in a future Fortran standard.
fortiel: Fortran preprocessor and metaprogramming engine, by Jhuighuy
fypp: Python-powered preprocessor, by aradi. It can be used for any programming languages but its primary aim is to offer a Fortran preprocessor, which helps to extend Fortran with condititional compiling and template metaprogramming capabilities
prep: Fortran pre-processor written in Fortran, by urbanjost
Caliper: library to integrate performance profiling capabilities into applications, from LANL. To use Caliper, developers mark code regions of interest using Caliper's annotation API. Applications can then enable performance profiling at runtime with Caliper's configuration API.
HPCToolkit: integrated suite of tools for measurement and analysis of program performance on computers ranging from multicore desktop systems to the nation's largest supercomputers. By using statistical sampling of timers and hardware performance counters, HPCToolkit collects accurate measurements of a program's work, resource consumption, and inefficiency and attributes them to the full calling context in which they occur.
MALloc Tracker (malt): finds where and how memory is allocated in C/C++/Fortran applications
Reference-Counter: extensible, object-oriented reference-counting utility for Fortran, described in Rouson, Morris & Xia (2012) This Isn't Your Parents' Fortran: Managing C++ Objects with Modern Fortran. Computing in Science & Engineering 14(2), 46-54.
timemory: performance measurement and analyis package with modular and reusable components which can be used to adapt to any existing C/C++ performance measurement and analysis API and is arbitrarily extendable by users within their application, from NERSC
FLOPPY: checks FORTRAN 77 code it according to various "coding conventions", by Julian J. Bunn. It can "tidy" the source FORTRAN, producing a new file with indented, do-loops, block if-s, and so on. The FLOW program takes the binary summary file produced by FLOPPY and produces various reports on the structure of the original FORTRAN program.
FordADT: associated with paper An Automated Tool for Upgrading Fortran Codes, by Lesley Mak and Pooya Taheri, Software (2022), discussed here
Fortran Language Program Remodeling system (FLPR): C++17 library for manipulating Fortran source code, from LANL. This package contains a "best effort" Fortran 2018 input parser for fixed and free form inputs, data structures for manipulating source code at the program unit, statement, and physical line levels, and sample applications that illustrate usage and provide some ideas as to how you could use the library.
Glasgow Fortran Source-to-Source Compiler (RefactorF4Acc): automatic refactoring tool to make Fortran code acceleration-ready, by wimvanderbauwhede and rouson. RefactorF4Acc's main purpose is to make legacy FORTRAN 77 acceleration-ready. In the process it converts FORTRAN 77 code into Fortran 95. In addition, RefactorF4Acc has a backend to translate modules to C/OpenCL.
Fortran Kernel Generator: KGen: Python tool that extracts partial codes out of a large Fortran application and converts them into a standalone/verifiable/executable kernel, by Youngsung Kim and John Dennis
fortrantools: tools to enable the use old or proprietary Fortran code with gfortran. They are intended to be used together with the gcc extensions in CodethinkLab's gcc branch.
Refactoring Of QUEstionable FORTran (Roquefort): creates module to replace existing common blocks, removes unused variable imported from modules, transforms implicit variable declaration to explicit variable declaration, and moves variables to a new module, from NLESC-JCER
Tidy: renumbers and otherwise cleans up old and tired FORTRAN source programs. TIDY accepts ANSI Fortran 77 with a default of 19 continuation cards as well as some IBM and CDC dialect FORTRAN statements, originally by Harry Murphy
camfort: refactoring and verification tool for scientific Fortran programs. It currently supports Fortran 66, 77, and 90 with various legacy extensions.
Cleanscape FortranLint: static source code analysis tool that reduces your organizational exposure to risks from latent software problems by automatically identifying problems at their source -- in the Fortran code prior to compiling or executing programs. (DO)
CompareFortranNamelists: Python class to compare Fortran namelists, by Kai Keller
Code Comprehension Assistance for Evidence-Based performance Tuning (CCA/EBT): extracts the syntactic/semantic structures from Fortran code and then provides outline views of the loop-nests and the call trees decorated with source code metrics.
FF08Diff: command line tool for obtaining the semantic difference (difference in meaning, rather than appearance) between two sets of Fortran 2008 source files, written in Fortran 2003 by IanH
flint: Little linter for Fortran, with static analysis and formatting, by JonasToth
flint: aspires to be a Fortran parser, delinter, and analyser, by marshallward. For now, it is a Fortran tokenizer, with tools for parsing and automated documentation.
flint: source-code static analyzer and quality checker with multiple programming languages support. For fortran, it intends to follow the coding conventions mentioned in OMS Documentation Wiki page.
Forcheck: oldest and most comprehensive Fortran analysis tool on the market. It performs a static analysis of a Fortran program or separate Fortran program units. (DO)
fordoctest: assures consistent documentation of a Fortran code, by Federico E. Benelli, checking on the source files included in a FORD file and warning if there is more than one module per file or if there are undocumented isolated procedures, modules, module procedures, or procedure arguments.
fortitude: Fortran linter and formatter, written in Rust, from PlasmaFAIR
FortranAS: Antlr4-powered FORTRAN parsing and code clone detection tool. FortranAS leverages grammars-v4 to generate parsers and lexers and supports any FORTRAN version with available corresponding grammars.
FortranProcedureDictionary: parses Fortran source files and extract information about procedures such as main programs, modules, functions, and subroutines, by Akhil Akkapelli. It utilizes the ANTLR4 library through PyCall to parse Fortran syntax and generates a text file containing the extracted procedure details.
fortree: Python app that creates call trees of your Fortran code, by Esther Taillifet. Fortree makes call trees, definition trees and dependencies trees.
ForUML: reverse engineering tool that generates Unified Modeling Language (UML) class diagrams from object-oriented Fortran programs, by azizn and Damian Rouson. ForUML understands and diagrams Fortran class relationships, including inheritance and aggregation. ForUML also detects and depicts operator overloading, constructors, and parallel data structures (coarrays).
fortlint: Fortran static source code analysis for more secured and bug free applications
fortrancallgraph: static source code analysis for Fortran, tracking variables in a routine's callgraph, from fortesg
fortran-callgraph: Tool to create call graphs from JULES source code
FORTRAN_callgraph_browser: browsing tool that reads in a directory of Fortran code and displays it as an interactive graph, by Dan Ellis and Richard Rigby
Fortran code quality: simple Python script that parses Fortran files and gives feedback on a few metrics relating to code quality, by Eirik F. Kjønstad and Sander Roet
Fortran linter: simple fortran syntax checker, including automatic fixing of the code, from cphyc
fortran-linter: linter for Fortran 77 using Parsec-like parsing combinators in Python, by uchchwhash
fortran_python_tools: analyzes the variable usage of fixed source form Fortran 77 code, by jinyuntang
FortranTree: parses Fortran source code and creates a call tree graph with Python, by imaliyov. The code relies on pygraphviz and fparser.
fortran-vars: static analysis library for Fortran code. It is built on top of the open source project fortran-src which provides lexing, parsing and basic analyses of Fortran code. Fortran-vars focuses on supporting the Fortran 77 standard and extensions. It provides a Fortran memory model with a symbol table and storage table, constant expressions evaluation, constant propagation analysis.
fparser: parser in Python which supports Fortran 2003 and some Fortran 2008, maintained by Andrew Porter et al., originally by Pearu Peterson
fpt - Tools for Fortran Engineering - Error Checking, Measurement and Assessment, Structural Engineering, Software Migration, Run-time Testing, and more. (DO)
fsource: Fortran static analysis tool written in pure Python, by mwallerb
ftnchek: static analyzer for Fortran 77 programs. It is designed to detect certain errors in a Fortran program that a compiler usually does not.
fxtran: parses Fortran source code and decorates it with XML tags. The result is an XML file which can be searched with XPath, and modified with the DOM API.
i-CodeCNES: static code analysis tool to help developers write code compliant with CNES coding rules for Fortran 77, Fortran 90 and Shell, from cnescatlab. Related project: sonar-icode-cnes-plugin
K-scope: source code analysis tool with graphical user interface that visualizes program structures for Fortran 90 and FORTRAN 77 source code. This tool simply visualizes call tree from AST based on compiler's static analysis.
p6-fortran: Fortran language parser in Raku, by Edward Higgins
plusFORT - multi-purpose suite of tools for analyzing and improving Fortran programs, free for personal, educational and academic users working on non-commercial projects. (DO)
pyft: Python script that reads a Fortran code, parses it in xml, performs some manipulations, and reverts it to Fortran, from UMR-CNRM. It can add and remove variable declarations, find unused variables, convert code to lower or upper case, and do other things listed here.
Simple Lint GitHub Action (simple_lint): runs simple lint-like actions on files in a git repository, from NOAA-GFDL. The current list of lint actions are to check for trailing whitespace, check Fortran files for use of tab characters, and check Fortran files for lines longer then a specified length.
tree-sitter-fortran: Fortran grammar for tree-sitter, by Matthew Stadelman et al.
Understand: static analysis tool focused on source code comprehension, metrics, and standards testing, supporting standards through Fortran 2008 (C)
atom-build-fpm: plugin for running the Fortran Package Manager (fpm) from within Atom
Code::Blocks: free C/C++ and Fortran IDE built to meet the most demanding needs of its users. It is designed to be very extensible and fully configurable. SYLau has created a short tutorial on using Fortran with Code::Blocks.
linter-gfortran: linting Fortran code in Atom with gfortran
f90.kak: modern Fortran syntax for kakoune editor, by Andre Smit
FortranCodeNav: Visual Studio Extension which helps navigate modern Fortran code, by Tiemen Schreuder. It contains several parsers to generate a code structure representation which is used to provide jump-to and search functionality with limited context-awareness.
Fortran IntelliJ Idea plugin: Fortran language plugin for IntelliJ Idea, by satamas
Fortran Language Server: A Fortran implementation of the Language Server Protocol using Python (2.7+ or 3.0+), by hansec. Editor extensions using this language server to provide autocomplete and other IDE-like functionality are available for Atom, Visual Studio Code, Visual Studio, (Neo)vim, and Emacs.
Fortran Language Server (fortls): based on @hansec's original Language Server implementation but the two projects have since diverged. fortls (this project) is now developed independently by gnikit of the upstream hansec/fortran-language-server project and contains numerous bug fixes and new features the original fortran-language-server does not.
fortranNeoVIM: neovim config for Fortran programming, by Vuncano. Config files made using Lua, inpired by third part config. Also FortranDictionary_vim, a Fortran keyword dictionary, or word list, made to use specially with vim's built-in dictionary completion
fortran_syntax_highlighter_lite-xl: syntax highlighter for Fortran in lite-xl, by Rohan Vashisht
fortran.tmbundle: TextMate support for Fortran. TextMate is a graphical text editor for macOS 10.12 or later.
fortran-vim-plugin: Vim plugin for Fortran developers that can be used to jump to the declaration of a variable, subroutine, function, etc. and to all its references, by Tobias Melson
fossil: Fortran IDE designed in Python by someone eager to learn Fortran but in an easy and accessible way, by nrwade0
Guide_VSCode-fortran: comprehensive guide on how to set up a complete development environment for Fortran in Visual Studio Code, by Julian Henneberg
Modern-Fortran: language syntax for highlighting of Fortran code in Sublime Text, by eirik-kjonstad. It highlights modern Fortran (Fortran 90 and newer) and incorporates features introduced in Fortran 2003, 2008, and 2018.
neovim: Vim-fork focused on extensibility and usability
Photran: IDE and refactoring tool for Fortran based on Eclipse and the CDT. Photran supports Fortran 77-2008. It includes 39 refactoring, including Rename, Extract Procedure, and loop transformations
qtcreator-fortran: support for Fortran projects and source files in Qt Creator as well as syntax-highlighting, by Jonas Lindemann
Simply Fortran: modern Fortran development environment for Microsoft Windows, Apple macOS, and GNU/Linux systems. It includes the Aplot library for creating two-dimensional graphs and plots quickly from Fortran routines and AppGraphics for creating graphics and graphical user interfaces from either Fortran or C. Free 30-day trial. (DO)
SublimeLinterFortran: linter plugin for SublimeLinter provides an interface to gfortran, by Ramón L. Panadés-Barrueta and Tejas Shetty. It will be used with files that have free format Fortran syntax.
TiddlyFor: single file, self-contained wiki, aa flavor of TiddlyWiki, for a Fortran programmer but that can be used for any other purposes, by Mohammad Rahmani. It can be put on the web, sent as an email attachment, or put on a thumb drive. Some features are syntax highlighting for modern Fortran and support for math formulas through katex.
vim: improved version of the UNIX editor Vi. Many new features have been added: multi-level undo, syntax highlighting, command line history, on-line help, spell checking, filename completion, block operations, script language, etc. Download here.
vimf90: Fortran ide for vim
vim-findent: vim plugin for Findent, which indents Fortran sources, by cradesto
vim-fortran-fpm: convenience functions for integrating vim with Fortran Package Manager, by Alexey Vyskubov
vim-FORTRAN-UPPER: vim plugin for automatic capitalization in Fortran source, by William C. Dawn
vim-tmux-IDE: minimal vim IDE by luco00. Sets a connection with external terminal via tmux to interactively execute code (Python, R, Julia, Fortran, Go are supported).
Visual Studio Code (vscode): combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle, from Microsoft. It provides comprehensive code editing, navigation, and understanding support along with lightweight debugging, a rich extensibility model, and lightweight integration with existing tools.
vs-fortran-ls-client: Language Server Protocol client that connects to Chris Hansen's Fortran Language Server to add IntelliSense for Fortran to Visual Studio 2017
vscode-fortran-support: extension that provides support for the Fortran programming language. It includes syntax highlighting, debugging, code snippets and a linting based on gfortran.
vscode-modern-fortran-formatter: formatter extension for modern Fortran using fprettify, by Yuki Hanayama
Yapakit: free Fortran source code editor for Windows, Linux or Mac. It can automatically an html documentation of a project and generate Fortran 90 dependencies for inclusion in a makefile, taking module dependencies into account
CFortranTranslator: translator from Fortran to C++ that provides statement-wise translation to improve readability, by Calvin Neo and Michael Tesch
f2c: convert Fortran 77 to C
F2C-Translator: translates Fortran to C++, by Bin Lei. Also HPC-Code-translation-and-generation: tests the translation and generation performance of Fortran HPC code using CodeXGLUE and ChatGPT, and OpenMP-Fortran-CPP-Translation, associated with the paper Creating a Dataset for High-Performance Computing Code Translation using LLMs: A Bridge Between OpenMP Fortran and C++
f2cpp: Converts Fortran 77 code to C++, by victorliu. Unlike f2c, the output of f2cpp.pl may or may not compile, however, only a small number of hand-tuned changes are typically needed. The resulting code is much cleaner than f2c's output, and much closer to the original intent of the original Fortran code.
f2j: translate Fortran 77 to Java, especially for BLAS, LAPACK and ARPACK
f2matlab: converts Fortran 90 code to Matlab m-files, by benbarrowes. Accordingly, only basic data types and constructions are recommended.
f2perl: translates Fortran 77 into Perl, by Steve Hancock. Also at GitHub.
f4go: Transpiling Fortran code to golang code, by Konstantin8105
F77Ccompiler: compiler from Fortran 77 to C, by Danil
Fortran-CPP-HPC-code-translation-dataset: data set for the preprint Creating a Dataset for High-Performance Computing Code Translation: A Bridge Between HPC Fortran and C++ (2023), by Bin Lei et al.
Fortran2Cpp: aims to create an accurate and comprehensive Fortran-to-C++ translation dataset for fine-tining LLMS such as ChatGPT-4, by Bin Lei and Chunhua Liao
Fortran to C++ Conversion from Objexx: conversion process preserves the structure and syntax of the Fortran to retain the value of the existing documentation and developer knowledge. Another product converts Fortran to Python (C).
fortran2julia: Python script to translate Fortran 90 to Julia, by algorithmx
fortran2julia: parses to JSON by fortran-parser, after which parse.jl converts to JSON to Julia, by Tom Rottier. Requires dotnet runtime to be installed.
Fortran2Julia.js: converts Fortran codes to Julia codes using regular Expressions, groups and backreferences, by Shuhei Ohno. A web interface is here.
FortranTranspiler.jl: partial transpiler from Fortran to Julia, by Denis Telnov
Incomplete Fortran to C/C++ converter: translates Fortran 77 to readable C/C++, by Sebastian Macke
loki: tool to explore the possible use of source-to-source translation for ECMWF's Integrated Forecasting System (IFS) and associated Fortran software packages. Loki is based on compiler technology (visitor patterns and ASTs) and aims to provide an abstract, language-agnostic representation of a kernel, as well as a programmable (Pythonic) interface that allows developers to experiment with different kernel implementations and optimizations.
c2f: partial C to Fortran translator by David Frank
Macrofort: Fortran code generator in Maple, by Claude Gomez
makeFortran: converts Mathematica Code to Fortran, by joelgog
matlab2fmex: small translator which aims to convert numerical Matlab m-files to Fortran90 mex files, by Ben Barrowes. matlab2fmex first translates an m-file to a Fortran90 mex source file then compiles that Fortran90 file using Matlab's mex and the local compiler.
matlab2fortran: performs some simple conversions from Matlab code to Fortran, by ebranlard
Mc2For: MATLAB to Fortran compiler, from Sable
numeta: simple Just-In-Time (JIT) compiler for Python, focused on metaprogramming, by Andrea Bianchi. Currently, the code generates Fortran code that is compiled and executed.
pyccel: Pyccel can be viewed as a Python-to-Fortran/C converter or a compiler for a Domain Specific Language with Python syntax
automates: Automated Model Assembly from Text, Equations, and Software, from ml4ai
bench-cli: cross-platform command line tool to benchmark commands and other executables/scripts in command lines written in Fortran, by Lateralus138. Very precise and fast.
Fortran Debug Utilities: collection of some utilities useful for debugging code, by Pål Levold
Fortran-gdb-pp: gdb pretty printer for Fortran dynamic types, by Peter Hill
fortran-git: Fortran 2008 ISO C binding interfaces to libgit2, by interkosmos
Fortran-RefCount: simple reference counting for Fortran
fortran-sigwatch: library of routines to provide simple signal watching for Fortran programs, originally by Norman Gray, modified by Michael Hirsch. This allows a minimal level of control of a running program from outside it, for example to tell it to checkpoint itself on receipt of a signal.
Fortran-Standard-Search: shell script searching a string in the titles of the subsection of the Fortran standard, and opening the pages in a PDF viewer, by Vincent Magnin. It is based on pdfgrep, cut and okular.
irep: tool for filling C/C++ or Fortran data structures from Lua input tables, from LLNL
libconfort: a small library to handle simple configuration files from Modern Fortran (2008+), by Dominik Gronkiewicz
nmltab: Python 3 module and command-line tool to tabulate, semantically diff, superset and consistently format Fortran namelist files, with output to text, markdown, csv, latex and namelists, by Andrew Kiss and Aidan Heerdegen. Requires Python 3.4 or later, and f90nml (amongst other packages).
nml-to-f90: generates Fortran source code for handling parameter I/O from a namelist, by perrette
progRESS+repORT (progrep}: utility to show live progress, status and stats of a running simulation or any compute job that executes a given number of iterations, by SomajitDey. Progrep can report for both serial (single-core) and parallel (multi-core/multi-node - eg OpenMP/MPI) jobs.
f90tw: provides Fortran wrappers for a limited subset of the Boost and Google test frameworks functionality, by loudove. At the same time, it offers a rather simple mechanism for setting up and managing test suites in Fortran projects.
ForDebug: library designed for debugging Fortran code, especially within pure procedures, by Seyed Ali Ghasemi
FortCompare: tool to mitigate the amount of behavior changed between two implementations of the same Fortran function or subroutine, by aijac0
fort_test: very lightweight testing framework that supports basic assertions and running of test sets, by Thomas Marks
fortran-testanything: test library supporting the Test Anything Protocol (TAP) inspired by Perl's Test::More module, by dennisdjensen
fortran_test_helper: library to provide assistance to testing, by Jason Christopherson
FortranTestGenerator: automatically generates unit tests for subroutines of existing Fortran applications based on an approach called Capture & Replay, from fortesg
fortran-unit-test: unit test library in Fortran to encourage scientific programmer to write tests, by dongli
fortran_unit_test: minimalistic Fortran unit tests with CMake and CTest, by Felix Chern
Fortran-Unit-Test: shows how to link Fortran code with C/C++ and a testing framework such as Google Test, by Rich Morrison
Fortran_UnitTest: unit test library based on OOP, by zhenkunl. It is strongly inspired by Zofu, and its output format is derived from fortran-unit-test.
Fortran Unit Test Framework (FortUTF): unit test framework written purely in Fortran to be compatible with as many projects as possible, by Kristian Zarębski
Fortran Unit Test Library: pure Fortran library using Object-Oriented Programming (OOP), by zhenkunl. It is strongly inspired by Zofu, and its output format is derived from fortran-unit-test.
Fortran Unit Testing Objects (Fortuno): flexible and extensible Fortran unit testing framework for testing serial, MPI-parallelized and coarray-parallelized applications, by Bálint Aradi
ForUnitTest: simple, object-oriented unit testing framework, by Seyed Ali Ghasemi.
FRUIT: Fortran unit test framework in Ruby, by mortele and michaelkonecny
ftest: minimalistic unit testing, by Ladislav Méri
FUnit: lightweight library for writing, administering, and running unit tests in Fortran, by Andrey Pudov. It is an instance of the xUnit architecture and provides Fortran programmers a basic testing functionality with a flexible variety of user interfaces.
fytest: lightweight unit testing framework for Fortran, by aradi. Thanks to its header-only design, it can be easily bundled with any Fortran project without creating extra dependencies.
julienne: compiler-portable, unit-testing framework for modern Fortran, including accelerated coarray Fortran software, by Katherine Rasmussen and Damian Rouson
M_framework: aggregate of Fortran modules useful for creating terminal messages, comparing expected values to results, writing logfiles and playback journals and performing unit tests for Fortran, by urbanjost
par-funnel: unit test parameterizer using namelist, by Tomohiro Degawa. Par-funnel is not a unit test framework but is intended to be used with other unit test frameworks.
pFUnit: unit testing framework enabling JUnit-like testing of serial and MPI-parallel software written in Fortran, from Goddard-Fortran-Ecosystem. Limited support for OpenMP is also provided in the form of managing exceptions in a thread-safe manner.
tap: minimal producer implementation of the "Test Anything Protocol" (TAP) in Fortran 90, from gzahl
test-drive: lightweight, procedural unit testing framework based on nothing but standard Fortran, by awvwgk. Integration with meson, cmake and Fortran package manager (fpm) is available. testdrive_util by Tomohiro Degawa provides procedures to make using test-drive more convenient.
Testing Or ASsertion Toolkit (TOAST): unit testing library by thomasms and Bob Apthorpe
Vegetables: testing framework written using functional programming principles, by Brad Richardson. As many of its procedures as possible are marked with the pure keyword while still allowing the framework to test impure code.
XFunit: object oriented framework to implement unit testing in Fortran 2018, by Fran Martinez Fadrique. Unit testing with XFunit is structured in suites and units. A test suite typically define all test to be implemented for a Fortran module.