FDS Makefile : Make gfortran libraries statically linked for osx targ…#15907
Merged
marcosvanella merged 1 commit intofiremodels:masterfrom Feb 2, 2026
Merged
FDS Makefile : Make gfortran libraries statically linked for osx targ…#15907marcosvanella merged 1 commit intofiremodels:masterfrom
marcosvanella merged 1 commit intofiremodels:masterfrom
Conversation
…ets. Switch opt target flag to -O3.
Contributor
Author
|
@rmcdermo @ericvmueller @cxp484 FYI, Glenn is working on an ARM OSX bundle and we are in the process of statically linking all libraries. I added static link to gfortran libs. Check you can still compile in your macs without issues. |
Contributor
|
I am able to compile successfully.
otool -L fds_ompi_gnu_osx
fds_ompi_gnu_osx:
/opt/homebrew/opt/open-mpi/lib/libmpi_usempif08.40.dylib (compatibility
version 81.0.0, current version 81.3.0)
/opt/homebrew/opt/open-mpi/lib/libmpi_usempi_ignore_tkr.40.dylib
(compatibility version 81.0.0, current version 81.1.0)
/opt/homebrew/opt/open-mpi/lib/libmpi_mpifh.40.dylib (compatibility version
81.0.0, current version 81.1.0)
/opt/homebrew/opt/open-mpi/lib/libmpi.40.dylib (compatibility version
81.0.0, current version 81.7.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version
1351.0.0)
…On Mon, Feb 2, 2026 at 11:37 AM marcosvanella ***@***.***> wrote:
*marcosvanella* left a comment (firemodels/fds#15907)
<#15907 (comment)>
@rmcdermo <https://github.com/rmcdermo> @ericvmueller
<https://github.com/ericvmueller> @cxp484 <https://github.com/cxp484>
FYI, Glenn is working on an ARM OSX bundle and we are in the process of
statically linking all libraries. I added static link to gfortran libs.
Check you can still compile in your macs without issues.
You should only see the following dynamic libraries linked to the
executable:
ompi_gnu_osx (master) $ otool -L fds_ompi_gnu_osx
fds_ompi_gnu_osx:
/opt/homebrew/opt/open-mpi/lib/libmpi_usempif08.40.dylib (compatibility version 81.0.0, current version 81.3.0)
/opt/homebrew/opt/open-mpi/lib/libmpi_usempi_ignore_tkr.40.dylib (compatibility version 81.0.0, current version 81.1.0)
/opt/homebrew/opt/open-mpi/lib/libmpi_mpifh.40.dylib (compatibility version 81.0.0, current version 81.1.0)
/opt/homebrew/opt/open-mpi/lib/libmpi.40.dylib (compatibility version 81.0.0, current version 81.7.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1351.0.0)
—
Reply to this email directly, view it on GitHub
<#15907 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHF23EWQWJ5GW3MKMQMZOTL4J54NVAVCNFSM6AAAAACTWQYL5OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTQMZWGM2TCOBXGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
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.
…ets. Switch opt target flag to -O3.