Skip to content

Version 2.2.1

Compare
Choose a tag to compare
@fluidnumerics-joe fluidnumerics-joe released this 12 Jun 20:30
· 44 commits to master since this release
2162a72

This release includes the following changes

FEQParse.F90

  • Derived type declaration for indepVar type has been moved above its first reference. This is required for builds with amdflang to pass. ( Issue #33 )
  • Priority function now considers cases for operator, function, and monadic tokens separately to assign priority. This removes ambiguity in assigning priority for subtraction and applying a negative sign and resolves user reported issues ( Issue #31 )

CMakeLists.txt

  • Add compiler flag settings for Flang and NVHPC to support amdflang and nvfortran compilers ( Issue #33 )

Additional CI tests have been added for

  • Ubuntu 22.04 OS with ROCm 6.2 - amdflang compiler
  • Ubuntu 22.04 OS with nvidia-hpc 23.11 - nvfortran compiler