Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flang compiler support #108

Merged
merged 6 commits into from
Aug 24, 2022
Merged

Flang compiler support #108

merged 6 commits into from
Aug 24, 2022

Conversation

godotalgorithm
Copy link
Collaborator

@godotalgorithm godotalgorithm commented Aug 19, 2022

This pull request is working to fix completion of MOPAC with classic Flang. Flang is missing some non-standard Fortran intrinsics used by MOPAC, it uses C-style backslash characters by default, and it is failing numerous tests in the absence of these problems, mostly because of input file parsing problems. It is intended to resolve problems being discussed in #105, #106, and #107.

Status

  • Ready for merge

@codecov-commenter
Copy link

codecov-commenter commented Aug 20, 2022

Codecov Report

Merging #108 (37baa3c) into main (0788c28) will not change coverage.
The diff coverage is 78.57%.

@@           Coverage Diff           @@
##             main     #108   +/-   ##
=======================================
  Coverage   68.27%   68.27%           
=======================================
  Files         330      330           
  Lines       71694    71694           
=======================================
  Hits        48946    48946           
  Misses      22748    22748           
Impacted Files Coverage Δ
src/PARAM/datinp.F90 0.00% <ø> (ø)
src/PARAM/parkey.F90 0.00% <ø> (ø)
src/PARAM/savgeo.F90 0.00% <ø> (ø)
src/input/wrtkey.F90 64.13% <ø> (ø)
src/run_param.F90 0.00% <0.00%> (ø)
src/input/getdat.F90 44.58% <66.66%> (ø)
src/integrals/mndod.F90 97.89% <100.00%> (ø)
src/models/calpar.F90 96.77% <100.00%> (ø)
src/output/to_screen.F90 36.77% <100.00%> (ø)
src/output/writmo.F90 69.73% <100.00%> (ø)
... and 1 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@godotalgorithm godotalgorithm merged commit d46ce82 into main Aug 24, 2022
@godotalgorithm godotalgorithm deleted the flang-fix branch March 29, 2023 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants