Fortran newsletter: May 2022#
Welcome to the May edition of the monthly Fortran newsletter. The newsletter comes out at the beginning of every month and details Fortran news from the previous month.
fortran-lang.org#
Here’s what’s new in the fortran-lang.org repo:
#359: Fix time calculation in the PRs script
#387: Newsletter for April 2022
#389: Add librsb to package index
#390: Add Elk to package index
#391: Add pencil-code to package index
#392: Add PROPACK to package index
#398: Add feed link to HTML head element
#369: Resolves Issue #217
#400: fix dependency of include files under
learn/building_programs
mini-book
Work in progress:
#397 (WIP): Add NUFFT to package index
#396 (WIP): Add OpenFFT to package index
#395 (WIP): Add 2DECOMP&FFT to package index
#394 (WIP): Add SLICOT to package index
#393 (WIP): Add FATODE to package index
#347 (WIP): Fortran Intrinsics
Let us know if you have any suggestions for the website and its content. We welcome any new contributors to the website and the tutorials page in particular - see the contributor guide for how to get started.
Fortran Standard Library#
Here’s what’s new in stdlib:
Work in progress:
#656 (WIP): Add hint for building error with make
#655 (WIP): fixed 32-bit integer overflow in stdlib_io_npy
#652 (WIP): Feature: loadtxt skiprows and max_rows
#625 (WIP): Gamma special function
#611 (WIP): Hash maps
#604 (WIP): Add get_argument, get_variable and set_variable
#580 (WIP): Add terminal and color escape sequences
#552 (WIP): fixed bug in stringlist
#536 (WIP): Fix conversion warnings
#520 (WIP): [stdlib_io] add
disp
(display variable values formatted).#517 (WIP): adding SPEC_TEMPLATE.md #504
#514 (WIP): pop, drop & get with basic range feature for stringlist
#491 (WIP): Stdlib linked list
#473 (WIP): Error stop improvements
#363 (WIP): Sorting string’s characters according to their ASCII values
#286 (WIP): Probability Distribution and Statistical Functions – Beta Distribution Module
#278 (WIP): Probability Distribution and Statistical Functions – Gamma Distribution Module
#189 (WIP): Initial implementation of COO / CSR sparse format
Please help improve stdlib by testing and reviewing pull requests!
The candidate for file system operations to be included in stdlib is being developed by @MarDiehl and @arjenmarkus in this repository. Please try it out and let us know how it works, if there are any issues, or if the API can be improved.
Fortran Package Manager#
Here’s what’s new in fpm:
Work in progress:
#693 (WIP): Fix show-model option
#692 (WIP): Fix for non-portable GFortran
-J
flag in install script#686 (WIP): fix: remove extra space from help-test cmd
#685 (WIP): fix: function for getting executable path
#676 (WIP): Tree shaking for modules
#671 (WIP): Add
library-dir
to support-Lpath
#653 (WIP): Enable profiles in toml
#608 (WIP): –env switch lets you specify the prefix of the compiler-related environment variables
#539 (WIP): Add parent packages into dependency tree
#498 (WIP): Compiler flags profiles
fpm
is still in early development and we need as much help as we can get.
Here’s how you can help today:
Use it and let us know what you think! Read the fpm packaging guide to learn how to build your package with fpm, and the manifest reference to learn what are all the things that you can specify in the fpm.toml file.
Browse existing fpm packages on the fortran-lang website
Browse the open issues and see if you can help implement any fixes or features.
Adapt your Fortran package for fpm and submit it to the Registry.
Improve the documentation.
The short-term goal of fpm is to make development and installation of Fortran packages with dependencies easier. Its long term goal is to build a rich and decentralized ecosystem of Fortran packages and create a healthy environment in which new open source Fortran projects are created and published with ease.
Компиляторы#
Flang#
Recent development updates:
FIR
Lower various intrinsics:
character related intrinsics, array related intrinsics, index intrinsics, present, exit, btest, ceiling, nearest, scale, matmul, trim, transpose, command, environment, repeat, aint, anint, cmplx, conjg, dble, dprod, sign, spacing, rrspacing, merge intrinsics, lbound, ubound, ior, exp, log, log10, sqrt, atan, sinh, cosh, sin, cos, mvbits, achar
Add IO lowering test
Add more lowering tests for dummy arguments
Add equivalence lowering tests
Add array constructor lowering tests
Lower more array expressions
Lower statement function
Lower length on character storage
Lower select case statement
Add OpenMP Conversion patterns
Lower procedure designator
Lower boxed procedure
Flush and master constructs
Add lowering C interoperability test
Add misc lowering tests
Handle zero extent case in LBOUND
Lower some coarray statements to their runtime function
Options to lower math intrinsics to relaxed, precise variants
Lower optionals in GET_COMMAND_ARGUMENT and GET_ENVIRONMENT_VARIABLE
Added lowering support for atomic read and write constructs
fix LBOUND lowering with KIND and no DIM arguments
Keep fully qualified !fir.heap type for fir.freemem op
Update the conversion code for fir.coordinate_of
Set lower bounds of array section fir.embox to one
Fix fir.embox codegen with constant interior shape
Do not fold fir.box_addr when it has a slice
Driver
Make –version and -version consistent with clang
Add support for -mmlir
Make the plugin API independent of the driver internals
Add support for generating executables
OpenMP
Lowering critical construct
Added assembly format for omp.wsloop and remove parseClauses
Added lowering support for sections construct
Added ReductionClauseInterface
Added parallel sections translation
Revert «[Flang][openmp] Add semantic check for OpenMP Private, Firstprivate and Lastprivate clauses.»
Added allocate clause translation for OpenMP block constructs
Support export/import OpenMP Threadprivate Flag
Add implementation of privatisation
Add checks and tests for hint clause and fix empty hint
OpenACC
Lower enter data directive
Lower exit data directive
Lower init/shutdown directive
Lower update directive
Lower data directive
Lower wait directive
Runtime
Error recovery improvement in runtime (IOMSG=)
Initial UTF-8 support in runtime I/O
Ensure PointerDeallocate actually deallocate pointers
Add runtime API to catch unit number out of range
Prefer process time over thread time in CPU_TIME
Raise FP exceptions from runtime conversion to binary
Preserve effect of positioning in record in non-advancing output
Don’t skip input spaces when they are significant
Fix ENDFILE for formatted stream output
Don’t emit empty lines for bad writes
Ignore leading spaces even in BZ mode
Fix edge-case FP input bugs
Enforce some limits on kP scale factors
Signal record read overrun when PAD=“NO“
Fix KIND=16 real/complex component I/O
Fix total MAXLOC/MINLOC for non-integer data
Handle allocatable components when creating array temps
[Parser] Add a node for individual sections in sections construct
Add explanatory messages to grammar for language extensions
Convert RUNTIME_CHECK to better error for user errors in transformational.cpp
Accept legacy aliases for intrinsic function names
Expose error recovery cases in external I/O
Fix crash: ENTRY with generic interface of the same name
Fold DBLE
Single construct translation from PFT to FIR
UBOUND() edge case: empty dimension
Make not yet implemented messages more consistent
Fix LBOUND rewrite on descriptor components
Ensure descriptor lower bounds are LBOUND compliant
Fix cycle-catcher in procedure characterization
Fix bogus error from assignment to CLASS(*)
Mark C_ASSOCIATED specific procedures as PURE
Catch bad OPEN(STATUS=) cases
Fold NEAREST() and its relatives
Prevent undefined behavior in character MAXLOC folding
Fix invalid overflow check
Skip D when including D debug line
Allow user to recover from bad edit descriptor with INTEGER
Fold instantiated PDT character component length when needed
Add one semantic check for allocatable/pointer argument association
[cmake] Make CMake copy «omp_lib.h» into the build directory
Handle dynamically optional argument in EXIT
Fix semantic analysis for «forall» targeted by «label»
Emit a portability warning for padding in COMMON
Expand the num_images test coverage
Fold IBITS() intrinsic function
Error handling for out-of-range CASE values
Respect left tab limit with Tn editing after ADVANCE=“NO“
Allow IMPLICIT NONE(EXTERNAL) with GenericDetails
Do not ICE on out-of-range data statement designator
Fix ICE for sqrt(0.0) evaluation
Fix float-number representation bug
Fix intrinsic interface for DIMAG/DCONJG
Improve appearance of message attachments
Fix combining cases of USE association & generic interfaces
Defer all function result type processing
Always encode multi-byte output in UTF-8
Fix shape analysis of RESHAPE result
Use full result range for clock_gettime implementation of SYSTEM_CLOCK
Correct interaction between generics and intrinsics
Make F0.1 output editing of zero edge case consistent
Inner INTRINSIC must not shadow host generic
Local generics must not shadow host-associated generics
Fix TYPE/CLASS IS (T(…)) in SELECT TYPE
Allow modification of construct entities
Defer NAMELIST group item name resolution
Accept TYPE(intrinsic type) in declarations only for non-extension type
Finer control over error recovery with GetExpr()
Handle parameter-dependent types in PDT initializers
Upgrade short actual character arguments to errors
Allow POINTER attribute statement on procedure interfaces
Accept KIND type parameter inquiries on RE, IM, etc.
Add & use a better visit()
Fix regression with recent work on intrinsic/generic interactions
Do not pass derived type by descriptor when not needed
Fix LBOUND() folding for constant arrays
Set LBOUND() folding for (x) expression as ones
Semantics limits on kP scale factors
Do not ICE on recursive function definition in function result
Fold transformational bessels when host runtime has bessels
Do not create arith.extui with same from/to type
Disambiguate F(X)=Y case where F is a function returning a pointer
Avoid global name conflict when BIND(C,NAME=) is used
Accept «INFINITY» as real input
Add semantic checks for intrinsic function REDUCE()
Fix crash from PDT component init in module file
Call notes are recorded and publicly available here.
LFortran#
Compiling stdlib
with lfortran
Addition of ASR Optimization Passes
libasr
Implementing ArrayBound node to replace
lbound
,ubound
as function callsMade scope private in SymbolTable struct and added interface methods to modify scope
Implementing
ArraySize
node to replace function call tosize
Fill function in FunctionCall of len expr of Character type after completing symbol table
WASM
Miscellaneous
Contributors
We are looking for new contributors. Please do not hesitate to contact us if you are interested. We will help you get up to speed.
Events#
We had our 25th Fortran Monthly call on April 22. You can watch the recording below:
Visual Studio Code’s popular Modern Fortran extension joined the fortran-lang GitHub organization.
Join and follow the Fortran Discourse to stay tuned with the future meetings.
Contributors#
We thank everybody who contributed to fortran-lang in the past month by commenting in any of these repositories: