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
Version of VIC that you are using (e.g. VIC.5.0.0): VIC Version 5.0 Image Driver
Name and version of the C compiler you are using: Apple clang version 16.0.0 (clang-1600.0.26.3)
Operating system: MacOSx Sequoia (15.0.1)
A description of relevant model settings
NECTDF Version: netcdf 4.9.2
OPEN-MPI Version: open-mpi 5.0.5
A summary of the bug or error message you are getting
Hi good people, I need to install VIC image driver (classic driver worked fine for me) to support MPI functionality and NETCDF support. But when I am trying to run "make" in vic image driver, I am getting the following error:
ld: 3 duplicate symbols
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [model] Error 1
make: *** [all] Error 2
duplicate symbols:
duplicate symbol '_vic_run_ref_str' in:
/private/var/folders/pr/c0c0wd3x0cjbdx4rzvgl384c0000gq/T/CalcBlowingSnow-6cd169.o
duplicate symbol '_LOG_DEST' in:
/private/var/folders/pr/c0c0wd3x0cjbdx4rzvgl384c0000gq/T/CalcBlowingSnow-6cd169.o
duplicate symbol '_funcd' in:
/private/var/folders/pr/c0c0wd3x0cjbdx4rzvgl384c0000gq/T/CalcBlowingSnow-6cd169.o
Any possible solution or workaround regarding this error? Thanks in advance.
The text was updated successfully, but these errors were encountered:
Bug Reports
Version of VIC that you are using (e.g. VIC.5.0.0): VIC Version 5.0 Image Driver
Name and version of the C compiler you are using: Apple clang version 16.0.0 (clang-1600.0.26.3)
Operating system: MacOSx Sequoia (15.0.1)
A description of relevant model settings
NECTDF Version: netcdf 4.9.2
OPEN-MPI Version: open-mpi 5.0.5
A summary of the bug or error message you are getting
Hi good people, I need to install VIC image driver (classic driver worked fine for me) to support MPI functionality and NETCDF support. But when I am trying to run "make" in vic image driver, I am getting the following error:
ld: 3 duplicate symbols
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [model] Error 1
make: *** [all] Error 2
duplicate symbols:
duplicate symbol '_vic_run_ref_str' in:
/private/var/folders/pr/c0c0wd3x0cjbdx4rzvgl384c0000gq/T/CalcBlowingSnow-6cd169.o
duplicate symbol '_LOG_DEST' in:
/private/var/folders/pr/c0c0wd3x0cjbdx4rzvgl384c0000gq/T/CalcBlowingSnow-6cd169.o
duplicate symbol '_funcd' in:
/private/var/folders/pr/c0c0wd3x0cjbdx4rzvgl384c0000gq/T/CalcBlowingSnow-6cd169.o
Any possible solution or workaround regarding this error? Thanks in advance.
The text was updated successfully, but these errors were encountered: