(C) Указывает коммерческий продукт
AD_DNSVM: FORTRAN автоматическая дифференциация с использованием режима прямого режима для скаляров (S), векторов (V) и матриц (M), David Lauvergnat. Он не имеет предела с точки зрения количества независимых переменных (это число определяется во время выполнения) и может вычислять до третьих производных.
ADF95: Модификация Jingchang Shi для работы с GFORTRAN программы, описанной в ADF95: Инструмент для автоматической дифференциации кода FORTRAN, предназначенного для большого количества независимых переменных, Кристиан В. Страка, Компьютерная физическая коммуникация, том 168, выпуск 2, 1 июня 2005 г., страница 123-139, с предварительным
Adifor: Учитывая исходный код Fortran 77 и спецификация пользователя зависимых и независимых переменных, Adifor генерирует дополненный производственный код, который вычисляет частичные производные всех указанных зависимых переменных по отношению ко всем указанным независимым переменным в дополнение к исходному результату.
Примыкание: автоматическая дифференциация для генерации редких якобианцев, используя перегрузку Fortran 95 и оператора, Pauli Virtanen
Audito: Инструмент автоматической дифференциации для Фортрана, Мишель В. Хайнц. Математические операторы были перегружены для работы с недавно определенными типами, которые включают не только значение функции, но и градиент, гессьян и лапласиан.
AUTO_DERIV: модуль, состоящий из набора процедур FORTRAN 95, которые можно использовать для расчета первой и второй частичной производной (смешанных или нет) любой непрерывной функции со многими независимыми переменными, S. Stamatiadis, и SC Farantos, частью библиотеки программной коммуникации компьютерной физики. Математическая функция должна быть выражена как одна или несколько процедур Fortran 77/90/95.
Autodiff: автоматическая дифференциация для до 4 -го производного, Саймона Гирда
Auto-Diff: реализация в современном Fortran автоматической дифференциации обратного режима, Zoziha.
Двойное число автоматического дифференциации (DNAD): обновление кода от Yu, W. и Blair, M.: «DNAD, простой инструмент для автоматической дифференциации кодов FORTRAN с использованием двойных чисел», Computer Physics Communications, vol. 184, 2013, с. 1446-1452, от Oddlehod. Связанный проект: fortran_dnad. Вилка от Oyvindyr использует макросы FYPP. Преимущество этого подхода заключается в том, что интерфейсы и реализации математических функций могут быть «введены» в модули, где они используются.
Fazang: Библиотека для автоматической дифференциации обратного режима, вдохновленная библиотекой Stan/Math, Yi Zhang. Zoziha обновил проект, чтобы работать с Gfortran и Ifort.
OpenAD: инструмент для автоматической дифференциации (AD) численных компьютерных программ
Tapenade: автоматическая дифференциация, разработанный в INRIA. Его можно запустить онлайн или загружаться и установить локально в качестве набора классов Java (Archive JAR).
Преобразование алгоритмов в Fortran (TAF): переводчик источника в источник для кода Fortran 77-95, то есть TAF принимает код Fortran 77-95 в качестве ввода, применяет семантическое преобразование и генерирует код Fortran 77-95. TAF поддерживает несколько семантических преобразований. Наиболее важным является автоматическая дифференциация (AD), т.е. генерация кода для оценки производной первого порядка (Jacobian Matrix). (C)
Doxygen: генерирует онлайн-браузер документации (в HTML) и/или в автономном эталонном руководстве (в латекске) из набора документированных исходных файлов. Существует также поддержка генерации вывода в RTF (MS-Word), PostScript, Hyperlinding PDF, сжатый HTML, Docbook и Unix Man Pages.
F90tohtml: Perl Script для преобразования исходных файлов Fortran в гиперссывленный веб -сайт
Ford: автоматически генерирует документацию Fortran из комментариев в коде, от Fortran-Foss-Procrammers
HTMLINDEX: C ++ Код, который создает HTML -страницу «Skeleton» для файла исходного кода C, C ++, FORTRAN77 или FORTRAN90, документируя каждую подпрограмму в файле ... если каждая подпрограмма была надлежащим образом помечена Джоном Буркардтом. Информация после маркера обычно является одной линией объяснений того, что делает рутина.
Protex: Perl Script, который может лишить информацию из стандартного заголовка документа Fortran и сохранить его в латексном файле, Arlindo Da Silva et al.
Версия F: Реализация семантических версий 2.0.0 от Minh Dao, целью которой является быть удобным для пользователя инструмент для обработки версий в проектах Fortran
Buildnis: распределенная платформа независимая система сборки, которая может обрабатывать C ++ 20 и модули Fortran и достаточно гибкая, чтобы построить что -либо еще и обрабатывать различные шаги сборки
Cmake Cross-платформенный генератор системы сборки с открытым исходным кодом. FORTRAN_WITH_CMAKE_EXAMPLES от Christensencode дает несколько конкретных примеров с как можно большим объяснением, чтобы прояснить кому -то с относительно небольшим опытом с CMAKE.
Cmake Utils: полезные сценарии и модули для Cmake, особенно для научных вычислений, HPC и Fortran, из Scivision
CookieCutter-Fortran-Project: шаблоны для настройки новых проектов FORTRAN, позволяющие пользователю выбирать из различных систем сборки (CMAKE, FPM и MESON) и различные модели параллелизации, такие как последовательный, MPI и CAORRY. Сгенерированные проекты включают в себя библиотеку, модульные тесты (в настоящее время используя структуру тестирования модуля Fortuno) и, необязательно, автономное приложение и пример.
Легко: шаги по настройке хранилища GitHub с помощью FPM и GitHub, включая документацию Ford (1) и модульные тесты, UrbanJost
F90_makefile_builder: программа Python для создания MakeFile для программы Fortran 90, поиска по каждому модулю для зависимостей, Бенджамин Пичзински. Алгоритм определяет порядок зависимостей и строит файл создания в правильном порядке.
FAB: Система сборки для проектов FORTRAN и C. Первоначально предназначен для создания основных научных приложений Met Office, LFRIC и UM.
FCM: современная система сборки Fortran + обертки для подрывной деятельности для разработки научного программного обеспечения, от Metomi
FF08Depends: инструмент командной строки для получения информации о зависимости от файлов для исходных файлов Fortran 2008, написанного в Fortran 2003 Ianh
Fobis.py, система строительства Fortran для бедных людей: автоматическое анализ файлов для создания иерархии зависимостей в случае использования и включения заявлений, а также автоматическое создание всех программ, найденных в корневом каталоге, или только определенной выбранной цели Szaghi et al.
FortDep: сценарий Python 3 для создания зависимостей между модулями Fortran для Make, Dominik Gronkiewicz
FortDepend: Python Script для создания зависимостей для проектов Fortran, Zedthree
Forte: короткий сценарий, способный выполнять код Fortran 90 из оболочки Linux более гибко, Эд Хиггинс
Fortran-компилятор с двумя компьютерами: код Python, чтобы облегчить рабочий процесс компиляции исходных файлов Fortran на одном компьютере и запуска скомпилированного вывода (DLL) на другом, Jucelio Tavares Junior. Он идеально подходит для распределенных сред, где процессы моделирования и компиляции обрабатываются отдельными машинами.
FORTRANDEP: Python Tool для определения зависимостей Makefil для проекта Fortran, Райана Орведала
FORTRAN_MAKEDEPS: небольшой сценарий Python для сканирования источников FORTRAN и генерации зависимостей, соответствующих MakeFile, Джеймсом Биддлом
Fortranmakeutils: сценарии Python для генерации деревьев и макияжек зависимостей, Denis Eiras
Fortran Package Manager для Visual Studio: добавляет параметры и записи меню для создания, запуска и тестирования вашего проекта Fortran с использованием диспетчера пакетов Fortran (FPM), по функциональному
Шаблон проекта FORTRAN: шаблон проекта с предварительными проверками, компилированные проверки со fpm build , автоматизированное тестирование с fpm test , форматирование кода с fprettify и облицование с современным расширением VSCODE FORTRAN, по Matthalex
FPM: Fortran Package Manager (FPM)-это диспетчер пакетов и система сборки для Fortran, от Fortran-Lang
FPM-COMPLOTIONS: Функции завершения командной строки для менеджера пакетов Fortran, Shinobu Amasaki. ZSH должен использовать этот пакет в настоящее время.
FPM-GUI: графический пользовательский интерфейс StraigtForward для диспетчера пакетов Fortran (FPM), Arjen Markus
FPM-Registry: централизованный реестр пакетов FPM для сайта Fortran-Lang
FPM-Search: списки доступных пакетов в FPM-регистрации из командной строки, UrbanJost и Sebastian Ehlert. Это позволяет быстро определить местонахождение пакетов FPM (1) и генерировать соответствующие линии зависимости для вставки в файлы MANIFEST пакета FPM (1) (FPM.TOML), которые хотят их использовать.
GFORTRAN-CONFIG: пакетный сценарий Windows для автоматического создания и запуска кода FORTRAN в среде Mingw-W64 GFORTRAN и аналогичный сценарий BASH для Ubuntu Linux, Cloudy-Sfu
githubactions_intro: представляет действия Github в качестве инструмента для легкой автоматизации рабочих процессов научных данных с примерами в Python и Fortran с использованием Gnuplot, Oscar Mojica
Homebrew-Fortran: предоставляет инструкции по сборке пакетов для инструментов и библиотек вокруг Fortran, совместимых с домашним набором инструментов, Federico Perini et al. Доступные пакеты из этого нажатия являются FPM: Fortran Package Manager и Lfortran: современный интерактивный компилятор на основе LLVM.
Intel® OneApi Math Math Kernel Library Line Line Line Advisor: Запрашивает информацию о компьютерной системе и о том, как можно использовать библиотеку Untel® OneApi Math Math kernel (ссылка динамически или статически, используйте резьбовые или последовательные режима и так далее) и автоматически генерирует соответствующую строку ссылки для приложения.
JAMS_MAKEFILE: предоставляет портативный, универсальный способ компиляции Fortran, C, C ++ и смешанных проектов, Mcuntz
MAKEDEPF90: генерирует зависимости от кода FORTRAN, Эрика Эдельмана
MakeFile Maker: автоматический производитель Fortran Makefile, Garl4nd. Программа сначала сканирует все файлы fortran на предмет импорта других исходных файлов и создает направленный график зависимостей, где каждая вершина представляет файл, а стрелка из A в B соответствует файлу A в зависимости от B.
Makemake: Perl Script, впервые разработанный Майклом Вестера для построения правильных макияж для современного кода Fortran и модифицирован для новых компиляторов и для работы на C ++ Кэтрин Холкомб. Его использование обсуждается здесь.
Makemake90: сценарий Python, который генерирует Makefiles для модульных программ Fortran, Ян Бергес. Он рекурсивно ищет рабочий каталог для файлов .f90 и определяет их зависимости.
Месон: система сборки следующего поколения. Test-Meson является примером Python Project с Fortran Code.
Mingw Package для диспетчера пакетов Fortran: предоставляет инструкции по сборке пакетов для диспетчера пакетов Fortran (FPM), совместимого с инструментом MSYS2. Этот проект предоставляет предварительно построенные пакеты Mingw на странице выпуска.
Mkhelper: Сбор коммунальных услуг, которые будут использоваться с GNU AutoConf и GNU, создают для строительства проектов FORTRAN, Skosukhin
MKMF: Инструмент, написанный в Perl5, который будет построить MakeFile из распределенного источника, из NOAA-GFDL. Единственная исполняемая программа является типичным результатом.
PYFPM: предоставляет пиддантскую модель формата MANIFEST пакета FPM, используемого в менеджере пакетов Fortran, Sebastian Ehlert
Run-Fortran: сортирует файлы Fortran на основе определений и использования модулей, Lycantropos
SPACK: Диспетчер пакетов для суперкомпьютеров, Linux и MacOS, который упрощает установку научного программного обеспечения. Он не привязан к конкретному языку - можно создать программный стек в Python или R, ссылку на библиотеки, написанные в C, C ++ или Fortran, и легко обменивать компиляторы или нацеленные на конкретные микроархитектуры.
Правозаводы: генерирует шаблоны проекта Fortran, Годдард Гурион. Сценарий create_project.sh принимает имя проекта (и, необязательно, имя каталога проекта) в качестве входов, создает папку проекта, папки сборки и документов внутри него и сохраняет файлы шаблонов для Cmake и Doxygen.
Xmake: легкая кроссплатформенная утилита сборки на основе LUA. Он использует xmake.lua для поддержания сборки проекта. Два поддерживаемых компилятора Fortran являются Gfortran и ifort.
CHATGPT: генерирует код FORTRAN из описания проблемы на английском языке или на другом естественном языке и переводит код из других языков программирования в Fortran, иногда с ошибками. Расширение Rungpt Chrome позволяет компилировать код с GFORTRAN и работать в веб -интерфейсе CHATGPT. Другими LLMS, которые могут генерировать код Fortran, являются недоумение, Groq, Claude, Mistral, Vertex Ai с Gemini от Google, Llama 3 на Meta AI и Github Copilot.
IRPF90: среда программирования FORTRAN, которая помогает разработать большие коды FORTRAN, применяя неявную ссылку на метод параметров (IRP)
Maple: имеет команду Fortran, которая переводит кленовый код в Fortran 77 (c)
MathCode F90: генерирует автономный код Fortran 90 из кода Mathematica, необязательно подключенным через MathLink to Mathematica (C)
MATLAB: Функция FORTRAN генерирует фрагменты кода FORTRAN из символического выражения или генерирует файлы, содержащие фрагменты кода (C)
Maxima Встроенная команда Fortran печатает выражение в качестве оператора Fortran. F77 - это улучшение.
Parametric Fortran: генератор программного генератора Fortran, который может создавать расширения Fortran, специализированного на поддержку программирования конкретных приложений, Martin Erwig et al. Расширения указываются через структуры параметров, которые могут быть направлены в программах Fortran для описания зависимости частей программы от этих параметров.
Psyclone: доменная система преобразования компилятора и кода для конечных различий/объема/элемента моделей Земля в Fortran
Sympy: библиотека Python для символической математики, которая может генерировать код Fortran, как показано Иваном Прибеком
ARGV-FORTRAN: Лучше get_command_argument для Fortran, который возвращает аргумент в строке Allocatable символа, Джейкоб Уильямс
Cmdff: делает более приятные командные строки для кодов Fortran, Брэд Ричардсон
Command_args: автоматически обрабатывает аргументы командной строки, которые передаются в программу, Ардженом Маркусом
f90getopt: getOpt ()-и getOpt_long ()-как функциональность (аналогично C-функциям) для Fortran 90, Хани Андреас Ибрагим, на основе кода Марка Гейтса
Fargparse: командная строка Аргумент, подготовленный для Фортрана, часть экосистемы Годдарда Фортрана
Зал: библиотека, предназначенная для упрощения (повторяющейся) конструкции сложного CLI в Fortran 2003, Стефано Заги. Лоскут был вдохновлен модулем Python Argparse и пытается имитировать его.
Ftn_getopt: поставляет метод для обработки аргументов командными аргументами способом, аналогичным объекту getopt в C, Рейнхольд Бадер
M_CLI: взломает командную строку, когда ему дают намелитель и строку прототипа, которая очень похожа на вызов программы, Урбанджост и Лоуренс Кедвард. Использование группы ииналистов имеет то преимущество, что нет необходимости преобразовать строки в их необходимые типы или дублировать объявления типа.
M_CLI2: взломает командную строку, когда ему дают прототипную строку, которая очень похожа на вызов программы, UrbanJost et al. Вызов GET_ARGS (3F) или один из его вариантов затем выполняется для каждого имени параметра, чтобы установить переменные надлежащим образом в программе.
M_KRACKEN95: FORTRAN 95 Версия процедуры Kracken (3F) (и связанных с ними) для анализа командной строки, UrbanJost
OptionsF90: модуль для определения и анализа параметров командной строки и параметров ввода для программ FORTRAN, Кристофер Н. Гилбрет. Его дизайн вдохновлен модулем Python OptParse.
PARAMCARD: ввод параметров командной строки сделан простым, Takahiro Ueda
Fortran-Compiler-test-suite: содержит структуру и набор случаев для тестирования компилятора Fortran с основными целями, чтобы сообщество Fortran было легко добавить тесты и облегчение использования структуры с широким диапазоном компиляторов Brad Richardson et al.
Fortran Testing Framework (ftframework): сбор сценариев Python и Bash, чтобы обеспечить легкое тестирование компиляторов Fortran, используя биты на автоматическую тестирование Bash, Agforero
AMD оптимизация компилятора C/C ++/FORTRAN (AOCC): высокопроизводительный инструмент генерации кода качества производства. Среда AOCC предоставляет различные варианты для разработчиков при создании и оптимизации приложений C, C ++ и Fortran, нацеленных на 32-разрядные и 64-битные платформы Linux®.
AOMP: компилятор Clang/LLVM с открытым исходным кодом с добавленной поддержкой API OpenMP® на графических процессорах Radeon ™. Инструкции по установке F18 здесь.
Компилятор Arm Fortran: адаптирован для сервера, HPC и научных кодов, с поддержкой Fortran и OpenMP. Компилятор построен на фронт-конце Flang с открытым исходным кодом, а также оптимизация на основе LLVM и обработка кода. (C)
F18-LLVM-проект: вилка LLVM/LLVM-проект для F18. В синхронизации с F18-Mlir и F18.
Flang: Flang (также известный как «Classic Flang»)-это компилятор Fortran, предназначенного вне дерева, нацеленный на LLVM. Это версия PGFORTRAN, компилятор PGFORTRAN PGFORTRAN, из PGI/NVIDIA
Flang-Wasm: содержит инструменты для создания исправленной версии Flang-New Compiler LLVM, которую можно использовать для составления источников Fortran для Webassembly. Предварительно созданная библиотека времени выполнения Fortran также создана для Webassembly с использованием Emscripten.
Fortran-Dev-Image: Image содержит последние версии компиляторов, MPI и HDF5 библиотек, а также базовые инструменты сборки (Cmake, Ninja), Håkon Strandenes. Эти изображения могут затем использоваться для компиляции приложений Fortran, которые зависят от MPI и HDF5.
Синтез высокого уровня FORTRAN (Fortran-HLS-MAIN): позволяет FORTRAN на устройствах AMD Xilinx через интеграцию Flang LLVM в экосистеме Vitis, что позволяет использовать все его функции, такие как моделирование, профилирование и генерация аппаратных бит. Связанная статья: Синтез высокого уровня Fortran: уменьшение барьеров для ускорения кодов HPC на FPGA, Габриэль Родригес-Канал и соавт.
FORTRAN-IOIS: Сценарий, который действует как компилятор Fortran, который использует Flang для создания источников для iOS ARM64, Эмма Колд
Fortran ядра для Jupyter с поддержкой Calarray: от SourceryInstitute
Fortran-Setup: скрипт для настройки системы для использования Fortran в системе на основе Ubuntu, Федерико Э. Бенелли. Он устанавливает диспетчер пакетов Python для некоторых инструментов на основе Python, GFORTRAN, необязательно Intel Oneapi HPC, BLAS и LAPACK, GDB, Fuzzy-Finder (FZF), Fortran Package Manager (FPM), Finder, Flinter, Ford, Fortls и Fortran_project, скрещивание для создания и открытых проектов.
fortran.rs: интерпретатор Fortran, написанный в Rust, Xavier2p, разработка в процессе
Full-Stack-Fortran: инструмент для компиляции Fortran To Webassembly и несколько проектов, использующих его, Christoph Honal et al.
GFORTRAN: GNU FORTRAN Project, разрабатывающий бесплатный компилятор Fortran 95/2003/2008 для GCC, коллекции компилятора GNU. В усилиях по разработке Gfortran используется открытая среда разработки, чтобы привлечь более крупную команду разработчиков и обеспечить, чтобы Gfortran мог работать над несколькими архитектурами и разнообразными средами. Установка GFORTRAN на различных платформах обсуждается в Fortran-Lang. Для Windows есть QuickStart Fortran.
GFORTRAN-FOR-MACOS: GFORTRAN для MacOS Intel, FXCOUDERT.
G95: стабильный производственный компилятор Fortran 95, доступный для нескольких архитектур процессора и операционных систем. Части стандартов F2003 и F2008 были реализованы
Среда программирования HPE CRAY: полностью интегрированный программный набор с компиляторами, инструментами и библиотеками, предназначенными для повышения производительности программиста, масштабируемости приложений и производительности. Помимо поддержки нескольких языков программирования, моделей программирования, компиляторов, библиотек ввода -вывода и научных библиотек, Suite предлагает различные поддерживаемые инструменты для областей, включая отладку, анализ производительности, управление рабочей нагрузкой и настройку среды. (C)
IBM FORTRAN: XL FORTRAN для AIX®: Постройте оптимизированные и настроенные приложения FORTRAN на IBM AIX.
XL Fortran для Linux: оптимизируйте ваши HPC и когнитивные приложения Fortran для Linux в системах IBM Power®, включая процессоры Power9 ™.
VS FORTRAN: Разработка эффективных применений для IBM Z® и Z/VM® с IBM против FORTRAN. (C)
Intel Fortran: основан на длинной истории создания оптимизированного кода, который поддерживает отраслевые стандарты, используя преимущества встроенной технологии для масштабируемых процессоров Intel® Xeon® и процессоров Intel® Core ™. Оставаясь в соответствии с развивающимися и разнообразными архитектурами Intel, компилятор теперь поддерживает графические процессоры.
LFORTRAN: Современный с открытым исходным кодом (Licensed BSD) интерактивный компилятор Fortran, построенный на вершине LLVM. Он может интерактивно выполнять код пользователя, чтобы позволить исследовательскую работу (так же, как Python, Matlab или Julia), а также компиляцию двоичных файлов с целью запуска кода пользователя на современных архитектурах, таких как многоядерные процессоры и GPU.
Macos-Cross-компилятор: Compile C, C ++ и код Fortran на Linux, который будет выполнен на MacOS, Джерредом Шепардом. Этот проект сосредоточен на поддержке новых версий MacOS.
Mercurium: C/C ++/Fortran Source-To-Source Инфраструктура, направленная на быстрое прототипирование, разработанное группой моделей программирования в центре суперкомпьютеров Барселоны. Mercurium используется вместе с библиотекой времени выполнения Nanos ++, чтобы реализовать модель программирования OMPSS. Оба инструмента также предоставляют реализацию OpenMP 3.1.
Modern-Fortran-Docker: Dockerfile, чтобы построить современный образ Docker. Он основан на Ubuntu 23.10, который имеет несколько улучшений ядра Linux и поддерживает GCC GFORTRAN V13.2.0. Этот DockerFile устанавливает GFORTRAN, OPENMPI и OpenCoarrays, а также клонирует современные проекты.
NAG: надежный и высокопрофильный компилятор Fortran, оцененный за его возможности проверки и подробную отчетность об ошибках. Доступно на Linux, Microsoft Windows и Mac OS X, включая Apple Silicon Mac. (C)
NEC: Компилятор FORTRAN соответствует стандарту FORTRAN-2003 (ISO/IEC 1539-1: 2004) и поддерживает множество функций от FORTRAN-2008 (ISO/IEC 1539-1: 2010). NEC имеет более чем 30-летний опыт работы в области компилятора для высококлассных векторных машин, и эти недавно разработанные компиляторы будут основаны на этом опыте и поддерживают все стратегии оптимизации, которыми известны компиляторы NEC. (C)
Набор для разработки программного обеспечения NVIDIA HPC: NVIDIA HPC SDK C, C ++ и FORTRAN Компиляторы поддерживают ускорение GPU приложений моделирования и моделирования HPC со стандартными C ++ и FORTRAN, OpenACC® и CUDA®. Математические библиотеки, ускоренные графическими процессорами, максимально увеличивают производительность на общих алгоритмах HPC, а оптимизированные библиотеки связи позволяют программировать много-GPU на основе стандартов.
OMPI: Реализация интерфейса (MPI) с открытым исходным кодом (MPI), которая разрабатывается и поддерживается консорциумом академических, исследований и отраслевых партнеров
Открытый компилятор Fortran (OFC): Цели-предоставить инструмент анализа статического кода Fortran, модернизатор Fortran, который может перепечатать Legacy Fortran как F90, где это возможно, и альтернативный фронт-энд Fortran для компиляторов с открытым исходным кодом.
Oracle Developer Studio Fortran Compiler, F95: предоставляет следующие функции и расширения: оптимизированная автоматическая и явная цикла параллелизации для многопроцессорных систем, расширения VAX/VMS Fortran, Directions Parallelization OpenMP, а глобальные, Peephole и потенциальные оптимизации параллелизации создают высокую производительность. (C)
Игровая площадка: интерактивная детская площадка Fortran в браузере, Ashirwad Mishra et al. Его основная цель - для новичков легко почувствовать вкус к языку и изучить основы программирования Fortran.
Роза: Инфраструктура компилятора для создания инструментов преобразования и анализа программ источника в источник для крупномасштабного C (C89 и C98), C ++ (C ++ 98 и C ++ 11), UPC, Fortran (77/95/2003), OpenMP, Java, Python и Php (77/95/2003), OpenMP, Java, Python и Php (77/95/2003), OpenMP, Java, Python и Php (77/95/2003), OpenMP, Java, Python и Php (77/95/2003), OpenMP, Java, Python и PH
Setup-Fortran: GitHub Action для настройки компилятора Fortran и инструментального оборудования на Ubuntu, MacOS и Windows, от Fortran-Lang. Доступными компиляторами являются GFORTRAN, IFX, IFORT, LFORTRAN и NVFORTRAN.
Silverfrost fortran FTN95: Полный компилятор стандартов Fortran 95, способный производить быстрые исполнители для Win32 и для Microsoft .net. FTN95 поставляется с лучшей в мире проверкой времени выполнения и большим спектром вспомогательного программного обеспечения. Есть бесплатное личное издание. (C)
VSI Fortran для OpenVMS: поддерживает стандарты Fortran 66, Fortran 77, Fortran 90 и Fortran 95
xcc-project: c/c ++/compiler compilers Compiler, написанная на Java, Jianpingzeng
Fortran Stacktrace: генерирует трассы стека, предоставляя обертку Fortran вокруг библиотеки C ++ Backward-Cpp. Он также интегрируется с библиотекой обработки ошибок Fortran, чтобы создать ошибки, которые включают в себя Stacktrace.
GDB_FORTRAN_TOOLS: Поддержка более продвинутой отладки GDB кода FORTRAN: Общий доступ ко многим основным операторам Numpy Array: Sum, Min, Max, Log10 и т. Д.; Графика: Сюжет, Имшоу, разбросание; Сохранить данные: Pickle, CSV, Кен Манкофф и X-Neon
Serialbox: Библиотека сериализации данных и инструменты для C/C ++, Fortran и Python3, используемые для создания структур проверки против эталонных прогонов, из Zurich Zurich
UPS: Уровень источника C, C ++ и отладчик Fortran, который работает под X11, Марк Рассел. В настоящее время поддерживаемые системы представляют собой FreeBSD и GNU/Linux на Intel X86 и Solaris на SPARC.
Align-F90: поддержка выравнивания Fortran 90 в Emacs, Jannisteunissen
Doom Emacs Fortran Module: обеспечивает полную современную среду разработки для Fortran. Он имеет интеграцию с FPM, поддержку LSP через Fortls, автоформатирование через Fpretier и поддержку Gfortran и Intel Fortran.
EMACS: расширяемый, настраиваемый, бесплатный текстовый редактор. Скачать здесь.
F90Format: пакет, который подключает Fprettify со Стивом Перселлом EMACS-Reformatter, чтобы форматировать современный источник Fortran, Трой Брамли
F90-IFACE: браузер на базе EMACS для общих интерфейсов Fortran 90, Wence- и Monnier
F90-Namelist-Mode: расширение на EMACS F90-Mode для обработки намелистов Fortran, Zedthree
Fortpy: Python emacs Intellisense и поддержание для тестирования подразделения для Fortran, Rosenbrockc и Wsmorgan
Fortpy-El: LISP Package для EMACS, который интегрируется с Fortpy для обеспечения специфического для контекста автоматического завершения и Intellisense для Fortran 2003, включая объектно-ориентированные конструкции, Rosenbrockc
FORTRAN-INDEX-ARGS: Числа подпрограммы аргументы и показывают индексы перед каждым аргументом в списке, FFEVOTTE. Такие индексы просто отображаются на экране, но не изменяют базовый буфер.
Слой Fortran: базовый слой конфигурации Spacemacs для языка Fortran, Marco Scopesi
FORTRAN-TAGS: инструмент индексации исходного кода FORTRAN с целью поиска определения любой переменной или процедуры, Raullaasner et al. Он может правильно найти все глобальные и локальные переменные и, как ожидается, будет работать с любым соответствующим кодом Fortran 2008, за некоторыми исключениями, как упомянуто ниже.
fprettify.el: интерфейс для fprettify, автоматическое образование для современного кода Fortran, Osada-Yum
CCX_FFF: скрипт Python преобразует старый код Fortran 77 в тот, который со свободной формой, из Calculix. Сдвигает комментарии и следы продолжения для лучшего складывания кода.
EZUP: инструмент для преобразования фиксированного исходного исходного исходного образования в Fortran в Free Source Form, которая будет совместима с ELF90, Август Миллер
F2F: Perl Script, который выполняет большую часть утомительной работы по преобразованию исходного кода Fortran 77 в современный Fortran, Colby Lemon
F2F90: полезность для преобразования формы Fortran 77 Fixed Source в Fortran 90 Free Source Form, Майкл Меткалф, Питер А. Рочфорд и Бен Треттель
F77TOF90: Скрипт Python, который считывает в файле фиксированной формы Fortran 77 (. Он был успешно использован для преобразования устаревшей кодовой базы (более 400 файлов .f/.f и миллионы строк кода) из Fortran 77 в Fortran 90.
FFIXED2Free: преобразование исходного кода с фиксированным форматом Fortran (стиль Fortran 77) в исходный код свободного формата (стиль Fortran 90), Пирмин Кауфманн и Мартин Шранер. Ffixed2free не требует, чтобы код с фиксированным форматом был ограничен стандартом Fortran 77.
FORTRAN77_TO_FORTRAN90: преобразовать старый фиксированный источник FORTRAN 77 Код в бесплатную форму FORTRAN 90 CODE, от Koushikphy
Fortran-Legacy Tools: Инструменты для борьбы с кодом Fortran: исправлено на свободный преобразователь исходной формы, преобразователь с верхним в нижний
fortran_tools: сценарий Python 2 Джеймса Гопперта и Ленны Петерсон
Фристайл: скрипт для преобразования фиксированных форм файлов fortran (написанный в Fortran 77) и файлы заголовков в бесплатную форму, Bast
GCONVERT: Программа для преобразования фиксированной формы FORTRAN в код, который работает как фиксированная или бесплатная форма, Georgetsikas.
TO_F90: инструмент Алана Миллера для преобразования кода Fortran 77 в бесплатный код Fortran 90, из JBDV-NO
Eggx/Procall: x11 графическая библиотека для C, C ++ и Fortran, созданные для достижения простоты. Можно легко создать 2D-графику в системе x Window, используя функции чертежа базового стиля.
FTK: предоставляет простые средства для создания графических пользовательских интерфейсов в Fortran на основе TCL/TK, от Arjen Markus. В своем нынешнем состоянии это доказательство концепции, а не полноценная библиотека.
Fortran-Graphics: графическая библиотека, написанная в OpenGL, Эд Хиггинс
Джино: высококачественный API, богатый функциями, для создания сложных 2D и 3D-графики и приложений для графического интерфейса. Продукты Gino доступны для Fortran под Windows и Linux. (C)
GTK-Fortran: кроссплатформенная библиотека для создания графических пользовательских интерфейсов (GUI), Vincent Magnin et al. GTK-FORTRAN-это частичное привязка GTK / FORTRAN, написанное в FORTRAN, благодаря модулю ISO_C_BINDING для совместимости между C и FORTRAN.
Диалоговые окна в крошечных файлах: предлагает множество модальных и файловых диалогов в C и предоставляет интерфейс / модуль ISO_C_BINDING для вызова этих функций из Fortran, Guillaume Vareille
Winteracter: GUI набор инструментов для языка программирования Fortran. Он состоит из различных инструментов визуальной разработки и существенной подпрограммной библиотеки. Несколько компиляторов Fortran поддерживаются. (C)
AJT-FORTRAN.VIM: Порт Аджита Дж. Таккара.
FF08obfuscate: инструмент командной строки для создания поверхностного запутанного варианта источника программы Fortran 2008, написанного в Fortran 2003 Ianh. Это происходит путем изменения идентификаторов в программе и отменения кода без каких -либо комментариев источника.
Найти: отступы и красивые источники Fortran, фиксированный и свободный формат и преобразует фиксированный формат Fortran в свободный формат Fortran, Wvermin и Mftabriz. На Finding-pypi, от Gnikit, есть колеса PYPI.
Цветок: конвертирует свободный формат код Fortran во все строчные или все прописные, UrbanJost. В каждом случае комментарии и цитируемый текст остаются как есть.
FORTRANINDENT: Инструменты для рассмотрения источников Fortran 90, от Kairzhan
FORTRANINDENTER_UNESP_2007: Индентор для Fortran 77, разработанный в C, Рафаэль Делалибера Родригес и Паулу Энрике Арантес Ургал
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. (C)
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. (C)
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. (C)
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. (C)
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. (C)
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.