Michael E. Thomadakis

Results 11 comments of Michael E. Thomadakis

Thanks Fabio! Yes, I am using padding. What is "weird" but telling is that running the same models with the same parameters some times works, other times crashes as above....

The above issue is purely on CPUs: AMD Zen2 and Zen3 (all 120-core Azure VMs). Sorry to piggy-back on this :), but can how can I let Devito use a...

Running outside the MPI stack it generates the following: ``` $ python3 ./examples/FWI/example_tti_miket.py 10 550 550 210 1 nt,nx,ny,nz,block; 10 550 550 210 1 ## nt,nx,ny,nz; 10 550 550 210...

I set linearize='False' ``` ... ./examples/FWI/example_tti_miket.py:op = Operator([stencil_p, stencil_m, src_term], opt=('advanced', {'min-storage': True, 'linearize': False}), subs=spacing_map, name='OpExampleTti') ... ``` but it is unfortunately giving me ``` "/home/U/cs691/performance/analysis/systems/ccNUMA/Intel64/ESD/devito/devito/finite_differences/differentiable.py", line 149, in...

Can you suggest any way I can allow the code escape this behavior? I cannot put together the MFE. Should I clear any Python caching? thanks ...

I am attaching a .TXT file with the stderr/stdout of running one of the standard examples.py codes and a ZIP file with the two JiT *.c files Devito generated. Note...

Thank you for your response. I am in the process of switching my Python environment out of Conda. Do you have a recommendation for a non-Conda Python environment ? thanks!...

I am attaching a trace of git-lfs failing to pull in the files it is tracking. [Uploading git-lfs_ERRORS.txt; No https_proxy envvars defined in Shell] ([git-lfs-no-proxyenvvar_ERRORS.txt; https_proxy vars defined in Shell]...

I added my credentials for http[s]_proxy at ~/.gitconfig (very unwillingly : ) and it worked. Is there any way we can encrypt the credentials instead of adding them cleartext? Or,...

It was a mixture of outdated proxy configuration scripts in our environment. As soon as the https proxy authentication info was corrected at ~/.gitconfig for https proxy git-lfs was functional....