Skip to content

Commit

Permalink
Merge pull request #89 from Goddard-Fortran-Ecosystem/hotfix/mathomp4…
Browse files Browse the repository at this point in the history
…/fix-for-intel

Fix for Intel 2021.7
  • Loading branch information
tclune authored Jan 26, 2023
2 parents 76f099a + 63d7973 commit 6011e59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Package was incorrectly assuming that all extant compilers support
128 bit reals. Now a check is performed to optionally include
support for 128 bit reals.
- Fix `Parser()` declaration for Intel 2021.7

## [1.9.2] - 2023-01-23

Expand Down
2 changes: 1 addition & 1 deletion src/LoggerManager.F90
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ subroutine load_file(this, file_name, unusable, extra, comm, rc)
call extra_%insert('_GLOBAL_COMMUNICATOR',comm)
end if

p = Parser('Core')
p = Parser()
c = p%load(file_name)

call this%load_config(c, extra=extra_, comm=comm, rc=status)
Expand Down

0 comments on commit 6011e59

Please sign in to comment.