Commit d59e286
committed
Use dynamic symbol resolution for libmpi_caf on macOS
Unfortunately mpi_caf.c now calls into libgfortran for the random seed
functionality.
It would be nice to avoid this if possible, but it's stateful so I
doubt that it would be possible.
Any code that links to the library should be Fortran code and/or pull in libgfortran.1 parent 31f7f18 commit d59e286
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
83 | 91 | | |
84 | 92 | | |
85 | 93 | | |
| |||
0 commit comments