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

Compilation failures with gasnet locally #2883

Closed
stress-tess opened this issue Dec 14, 2023 · 1 comment · Fixed by #2885
Closed

Compilation failures with gasnet locally #2883

stress-tess opened this issue Dec 14, 2023 · 1 comment · Fixed by #2885
Labels
bug Something isn't working

Comments

@stress-tess
Copy link
Member

I'm seeing the following error while trying to do a gasnet build of the server with master:

/Users/pierce/proj/arkouda//src/MultiTypeSymEntry.chpl:317: In function 'createSymEntry':
/Users/pierce/proj/arkouda//src/MultiTypeSymEntry.chpl:318: error: ambiguous call 'makeDistArray([domain(1,int(64),one)] int(64))'
/Users/pierce/proj/arkouda//src/compat/e-132/SymArrayDmapCompat.chpl:77: note: candidates are: makeDistArray(a: [])
/Users/pierce/proj/arkouda//src/compat/e-132/SymArrayDmapCompat.chpl:84: note:                 makeDistArray(a: [])
  /Users/pierce/proj/arkouda//src/KExtremeMsg.chpl:52: called as createSymEntry(a: [domain(1,int(64),one)] int(64), max_bits: int(64))
note: generic instantiations are underlined in the above callstack
make: *** [arkouda_server] Error 1

@jeremiah-corrado is there any chance this is related to the recent updates in SymArrayDmapCompat?

@stress-tess stress-tess added the bug Something isn't working label Dec 14, 2023
@stress-tess
Copy link
Member Author

It seems like PR #2879 is the issue, since the commit before this seems to build fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant