Skip to content

Releases: Goddard-Fortran-Ecosystem/pFUnit

Minor workaround for WSL using gfortran

29 Jul 12:05
14f8d2e
Compare
Choose a tag to compare
v4.1.10

Update CMakeLists.txt

minor bugfix

02 Jun 12:11
e9df502
Compare
Choose a tag to compare

In the early CMake adoption, pFUnit introduced a "tests" target which has always worked. But a simple "make test" would fail to build some targets that were protected by EXCLUDE_FROM_ALL. This release fixes that discrepancy.

Workarounds for GFortran 10.1

18 May 15:04
019f780
Compare
Choose a tag to compare

GFortran 10.1 introduced a regression. Minor workarounds implemented.

Various items

06 Apr 21:02
608657a
Compare
Choose a tag to compare

Added

Changed

  • Fixed support for building shared libraries
  • Updated to latest submodules

Various bug fixes

06 Apr 02:44
0732763
Compare
Choose a tag to compare

Fixes for two bugs:

  • Corrected problem with cmake -DSKIP_FHAMCREST
  • Command line arguments not working with MPI

Fixed XML functionality

20 Dec 15:57
932130e
Compare
Choose a tag to compare
  • Added a command line option to activate XML
  • Updated external dependencies (bugfix in fArgParse)
  • Added "-v" short name for "--verbose" command line options
  • Updated travis

Another OpenMP fix

18 Dec 20:10
7910e98
Compare
Choose a tag to compare
  • Fix bug in exported pFUnit.mk file. Was not correctly expanding
    openmp libraries for projects built with Make.

  • Improved pFunit driver to avoid name conflicts with
    user defined initialize()

Fix for add_pfunit_test() macro

10 Dec 18:54
97ec8dc
Compare
Choose a tag to compare

Intel MPI requires an explicit path to the executable with CMake's add_test() macro.

Minor bug fix

08 Dec 01:52
69d0f9b
Compare
Choose a tag to compare

Previously pFUnit was incorrectly propagating OpenMP dependencies to projects that build with OpenMP.

These fixes will help to automatically link to the OpenMP library when pFUnit is built with OpenMP support.

Minor fix for issue #122 - global paths for test names in cmake macro

11 Nov 00:28
479cff7
Compare
Choose a tag to compare
Merge pull request #151 from Goddard-Fortran-Ecosystem/develop

Develop