-
Notifications
You must be signed in to change notification settings - Fork 55
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
No output files generating while using mpirun with JAX #477
Comments
Yes, unfortunately it looks that way. Could you try to add |
Also, could you post the output of |
backports.ssl-match-hostname==3.5.0.1 |
what does this line mean? |
Veros should print progress updates even when using MPI. They may just be drowned out by the trace output. You can switch back to normal verbosity if things are working now.
This sets the number of threads used by some packages we rely on (like the SciPy solvers). Since you are using MPI for multiprocessing you shouldn't use more than 1 thread per processor. |
Thanks! |
Every simulated year takes 4.78 hours of real time. |
360 (number of grid cells) isn't divisible by 16 (number of processors). |
With |
I can't debug this without further information. Please dump a logfile with I also suggest you get in contact with your cluster support about how MPI should be called. For example, whether |
Sure! I'll ask the admin once. |
Thanks, this is useful. Looks like this may be a problem on our end with mismatched MPI calls. I'll keep looking. |
Actually it looks to me like the MPI calls are correctly matched, it's just that one rank (
Hope that helps. |
Thanks! I will try these and let you know. |
I am trying the veros run with MPI + JAX; While the model run is going on, no output files are generating as well as the progress is not showing in the stdout file. Is the model run stuck ?
The text was updated successfully, but these errors were encountered: