You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
h5fc -g -O2 -L/usr/local/opt/curl-openssl/lib -o h5ex_g_visit_F03 h5ex_g_visit_F03.o
h5fc -g -O2 -c -o h5ex_g_traverse_F03.o h5ex_g_traverse_F03.f90
h5ex_g_traverse_F03.f90:123:40:
123 | i = group_check(od, infobuf%addr)
| 1
Error: 'addr' at (1) is not a member of the 'h5o_info_t' structure
Here's my machine's setting:
nene-[10:53am]~/src/hdf5-examples>h5fc --version
GNU Fortran (Homebrew GCC 11.2.0) 11.2.0
Darwin nene.ad.hdfgroup.org 20.6.0 Darwin Kernel Version 20.6.0: Wed Jun 23 00:26:31 PDT 2021; root:xnu-7195.141.2~5/RELEASE_X86_64 x86_64
Does it only work on Linux?
The text was updated successfully, but these errors were encountered:
hyoklee
changed the title
5ex_g_traverse_F03.f90 doesn't compile on Mac OS X Catalina.
5ex_g_traverse_F03.f90 doesn't compile on macOS Catalina.
Aug 30, 2021
hyoklee
changed the title
5ex_g_traverse_F03.f90 doesn't compile on macOS Catalina.
5ex_g_traverse_F03.f90 doesn't compile on macOS Big Sur.
Aug 31, 2021
I just ran ./configure && make.
Here's my machine's setting:
Does it only work on Linux?
The text was updated successfully, but these errors were encountered: