Skip to content

GFDL vortex tracker and gnu #1624

Locked Answered by ghost
fipoucat asked this question in Installation
May 18, 2022 · 7 comments · 3 replies
Discussion options

You must be logged in to vote

So the issue with GNU 10+ for ubuntu 22.04 has to do with the removal of some silent processing of old fortran code. On Ubuntu 20.04, which had GNU9, boz files and scalar integers could be calculated even if they were not in modern code format.

With GNU 10+ this changed and the following flags were needed for FCFLAGS and FFLAGS.

-fallow-argument-mismatch
-fallow-invalid-boz

So when trying to install the vortex following package on ubuntu 22.04 these flags would need to be added somewhere. Sadly the make files are pointing to several locations and nailing down where they go isn't easy.

Perhaps someone who is familiar with the code and make files can figure it out now that you know this fla…

Replies: 7 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@georgemccabe
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@georgemccabe
Comment options

Comment options

You must be logged in to vote
1 reply
@georgemccabe
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by georgemccabe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: external dependency External dependency issue
2 participants
Converted from issue

This discussion was converted from issue #1622 on May 18, 2022 18:41.