Skip to content

Latest commit

 

History

History
72 lines (60 loc) · 3.75 KB

CHANGELOG.md

File metadata and controls

72 lines (60 loc) · 3.75 KB

GPF Changelog

The intent of this changelog is to keep everyone in the loop about what's new in the GPF project. It is a curated, chronologically ordered list of notable changes including records of change such as bug fixes, new features, changes, and relevant notifications.


2022-01-09 John S. Urbanhttps://github.com/urbanjost

🟢 ADD:

  • production version of prep(1) with $PARCEL/$POST working with string substitution

🔴 FIX:

  • Mersenne twister routine in M_random.f90 was undersubscripting the init_key array creating a working (it was passing tests) but potentially non-repeatable initialization

  • set_environment_variable(3f) failed to reset set environment variables because it did not specify a (non-zero) flag value when calling setenv(3c).

  • removed creation of temporary arrays from CALL statements to assignment to a TEMP variable to work around ifort 11 segfault; marked with "kludge for bug ...".


2021-03-01 Somajit Dey https://github.com/SomajitDey

🟢 ADD:

Added the new routine system_signal to module M_system.

 system_signal(3f) - [M_system:SIGNALS] install a signal handler (LICENSE:PD)
  • manpage
  • demo program
  • unit test