Fixed build settings for Aurora at ALCF#488
Draft
rhager wants to merge 1 commit intogafusion:masterfrom
Draft
Conversation
Member
|
Hi Robert . First a question: what parts of gacode do you need on Aurora? I only build xgyro (which depends on cgyro) and so have not run across the nclass issue. Are you using NEO? |
Author
|
Hi Jeff! I tried to compile everything. But most likely, I am going to use
TGLF and CGYRO with PORTALS. The issue with nclass appeared when
compiling NEO.
…On Fri, Mar 13, 2026 at 8:03 PM Jeff Candy ***@***.***> wrote:
*jcandy* left a comment (gafusion/gacode#488)
<#488 (comment)>
Hi Robert . First a question: what parts of gacode do you need on Aurora?
I only build xgyro (which depends on cgyro) and so have not run across the
nclass issue. Are you using NEO?
—
Reply to this email directly, view it on GitHub
<#488 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVZUUCKFAHBLPREXFM44EL4QSOTRAVCNFSM6AAAAACWRPVS4GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DANJYHAYTQMJYGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Member
|
Right, so hopefully you can just compile TGLF and CGYRO. Is that sufficient? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I ran into some issues building
gacodeon Aurora, particularly the F77 sources ofnclass. The variableFMATHused an option for free-form Fortran, which did not like#as line continuation character. I introduced a separate variableFMATH_FIXEDto address this.Since
FMATH_FIXEDis currently defined only in the build setup for Aurora, this will probably break other builds. Please advise how to make this fix more general, or feel free to take over this PR to implement a clean solution.