-
Notifications
You must be signed in to change notification settings - Fork 228
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
aarch64 : CompileError #2293
Comments
What's the actual compilaton error? And what's your configuration ( |
|
It looks like you have a lot of flags set in your system (i.e The only case devito would use those if you don't set any configuration. I would recommend following: to set the devito configuration to something that matches your system, |
@gfkdliucheng any updates on that issue? |
no |
from devito import *
import matplotlib.pyplot as plt
def solver(I, dt, T, eqs):
The text was updated successfully, but these errors were encountered: