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

Error while compiling DIM=3 #12

Open
Jessica-Lopez opened this issue Feb 6, 2021 · 3 comments
Open

Error while compiling DIM=3 #12

Jessica-Lopez opened this issue Feb 6, 2021 · 3 comments

Comments

@Jessica-Lopez
Copy link

Hello!,
I cloned Armvis and volpack at the same level.
I got the executable of DIM=1 and DIM=2. And I typed make in volpack without any problem.
But when I type make DIM=3 I get this error message

VolRender.cpp:193:61: error: no matching function for call to ‘ignore_unused(int&, int&, int&)’
193 | amrex::ignore_unused(iPaletteEnd, iBlackIndex, iWhiteIndex);
| ^

What can I do to fix it out?

@WeiqunZhang
Copy link
Member

I suspect you are using an old version of AMReX. What's the commit hash of AMReX?

@Jessica-Lopez
Copy link
Author

Actually I'm using the version compatible with axionyx

https://github.com/axionyx/amrex4axionyx_1.0

@WeiqunZhang
Copy link
Member

Maybe you can use the latest AMReX to compile Amrvis.

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

2 participants