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

EXODUS_FOR: Refactor to avoid fortran malloc free #443

Merged
merged 5 commits into from
Mar 13, 2024

Conversation

gsjaardema
Copy link
Member

The flang-new compiler did not have the gnu fortran extensions of MALLOC and FREE. Rewrote addrwrap.F and exo_jack.c to not require the fortran malloc/free -- now any integer conversions are done in exo_jack.c.

Need to see if can reduce code duplication in exo_jack.c, but addrwrap.F is much cleaner...

@gsjaardema gsjaardema self-assigned this Mar 8, 2024
@gsjaardema gsjaardema merged commit 13f2ffe into master Mar 13, 2024
51 checks passed
@gsjaardema gsjaardema deleted the flang-exodus_for-refactor branch March 13, 2024 18:18
@github-actions github-actions bot locked and limited conversation to collaborators Mar 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants