Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trouble installing VIC Image Driver in MacOSx #954

Open
nbiswasuw opened this issue Nov 8, 2024 · 0 comments
Open

Trouble installing VIC Image Driver in MacOSx #954

nbiswasuw opened this issue Nov 8, 2024 · 0 comments

Comments

@nbiswasuw
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant