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

Amrvis 3D Compilation Error #7

Open
shivajimedida opened this issue Mar 9, 2020 · 4 comments
Open

Amrvis 3D Compilation Error #7

shivajimedida opened this issue Mar 9, 2020 · 4 comments

Comments

@shivajimedida
Copy link

Hi,

I am seeing the following error when trying to compile the 3D version of Amrvis. I have a compiled version of volpack library at the same directory level as amrex and Amrvis.

../volpack/libvolpack.a(vp_renderC.o):(.data.rel.ro+0x20): undefined reference to VPCompAC1NB' ../volpack/libvolpack.a(vp_renderC.o):(.data.rel.ro+0x30): undefined reference to VPCompAC1NB'
collect2: error: ld returned 1 exit status
Make.rules:47: recipe for target 'amrvis3d.gnu.ex' failed
make: *** [amrvis3d.gnu.ex] Error 1

Thanks

@WeiqunZhang
Copy link
Member

Could you try

make DIM=3 XTRLIBS=-Wl,--unresolved-symbols=ignore-all

@shivajimedida
Copy link
Author

Hi Weiqun, thanks for the suggestion. It's still showing the same error with the additional flags.

@ajnonaka
Copy link
Contributor

I just ran into this issue on a new Ubuntu20 installation. My guess is some ubuntu package is missing as it works on every other Ubuntu20 system I've encountered that is configured with the full CCSE list. But I can't figure out which one.

@WeiqunZhang
Copy link
Member

Did you rebuild volpack on the new machine?

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

3 participants