-
Notifications
You must be signed in to change notification settings - Fork 13
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
Running error on TM_Subduction_example.jl #51
Comments
What was the line you typed just before this error message and are you using the latest version of LaMEM? You can determine that with julia > ]
pkg> status |
Dear Prof Boris Kaus Thanks for your reply I'll send you the julia status a little later as I'm not on that laptop (Win11) right now. I am running the code by typing the command I currently tested it on another server (ubuntu 20.04) as well and ran into a different problem, it was about the Petsc error (see below 1).
The error output 1
The error output 2
|
Hi, Prof Boris Kaus Here is julia pkg status on my laptop( test in Win11)
|
Ok, I finally managed to look at this:
|
Hi, Prof Boris Kaus Thanks for it. Now LaMEM.jl works correctly on the linux server (according to (1), TM_Subduction_example.jl) But on Windows platform, the example TM_Subduction_example.jl still gives the same error as below (installed via LaMEM.jl, same error on both Windows PC platforms (
BTW, what is the highest Petsc version currently supported for, is it 3.18.6? |
Thanks for reporting. I was able to reproduce your error, which caused by the fact that MPI is currently broken on windows (for the version of I am working on an automatic fix. Until that is released you have two options:
|
If you want to compile LaMEM manually, you need to use PETSc version 3.18.x for the current version of LaMEM as discussed in the manual. We believe it works with 3.19.x as well, but we have not tested that extensively. |
Hi, Prof Boris Kaus Now I can run it correctly under Linux. Looking forward to fixing the Windows version. Thanks for your reply, this solved my problem! |
@tyszwh I have now updated |
Hi, Prof Boris kaus, thanks for your work, I just got back from the field. I tried under WSL and mumps worked correctly, it seems superlu_dist still doesn't work.
|
Which version of LaMEM and petsc are you using? |
Hi, Prof Boris kaus, I installed Lamem.jl manually No other changes. Do I need to install PETSc_jll separately?
|
Does |
All tests pass.
|
Yes that is correct. |
Hi, Prof Boris kaus, I didn't find the test information for superlu_dist. |
If you scroll through the online test results you’ll see it: |
I reinstalled julia and LaMEM under wsl and the problem(superlu_dist.) persists. |
Apologies for the delay; this puzzled me for some time as |
Hi, everyone
I just started using lamem.jl. I tried to run TM_Subduction_example.jl under scripts, but I got the following error.
I'm also new to julia, even though I have quite a bit of experience with python. I'm not sure what the problem with this is?
How can I fix it?
Thanks a lot.
The text was updated successfully, but these errors were encountered: