colorzircon

Results 9 comments of colorzircon

> Option 2 should do the job Thank you for your prompt reply to my previous inquiry. I've been attempting to implement Option 2, AddPushing, in my model. However, I've...

> Can you please create this setup with the Julia interface and send me a Julia script that does the same. See [LaMEM.jl](https://github.com/JuliaGeodynamics/LaMEM.jl) and [example](https://juliageodynamics.github.io/LaMEM.jl/dev/juliasetups/). > > The Matlab setup...

> apologies, I was too fast in my response. > > Option 2 was available in a very old version of LaMEM but has been removed since. In fact all...

``` $ mpirun -np 16 LaMEM -Paramfile subduction2d.dat -mode save_grid -------------------------------------------------------------------------- Lithosphere and Mantle Evolution Model Compiled: Date: Jul 16 2025 - Time: 18:43:37 Version : 2.2.0 -------------------------------------------------------------------------- STAGGERED-GRID FINITE...

Sorry for the format. Thanks for your kindly reminder.

I stop the task manually as no convergence with KSP , so no error message. Would you like me to test more and collect more information?

Thank you very much @boriskaus @IskanderI . I'm currently doing field surveys and will perform the tests once I return in the next few days. I'll keep you updated with...

@boriskaus @IskanderI Yes, ```hypre``` does not work with GPU, the error is "out of GPU memory". So I just add ```-vec_type cuda -mat_type mpiaijcusparse -use_gpu_aware_mpi 1``` to my current ```gamg```...