-
Notifications
You must be signed in to change notification settings - Fork 128
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
Problem with running GRMHD examples with the use of MPI #439
Comments
This is nothing relevant to HDF5 nor GR but is the same issue as #436. For now, please turn off the uov output in the input file. |
Just wondering, is the second issue related? |
The second issue would need more information, but I suspect it's unrelated. How was the environment reconfigured? Was the HDF5 library switch to a serial version? Was |
I do not think so... I am not sure yet, but the second issue looks like related to versions of the standard library. As @c-white said, it is important to (re)build the code in a clean environment. |
Unfortunately,
Does it arise because of the newest version of python installed? I saw a similar issue before (check #169). Do I need to downgrade my python version in order to produce plots? |
Try replacing all |
It doesn't help as well:
|
@c-white may be referring to the |
It worked! Thank you all for helping such a silly person as me :) |
@c-white do we need to update the division operators in all Python plotting scripts? |
@felker I actually thought we had already done it, but I guess there are some places that fell through the cracks. |
Hi. Recently I installed Athena++ in the clean Ubuntu 22.04 LTS system. I encounter a bunch of problems while running examples with hdf5 (without tag
-hdf5
everything works fine). I installed paralell hdf5 with the help ofconda install
. More specifically, when I'm running configuration./configure.py -g -b --prob gr_torus --coord=kerr-schild --flux hlle --nghost 4 -hdf5 --hdf5_path="${CONDA_PREFIX}" -mpi --mpiccmd=mpic++
And trying to analyse the results with
~/athena/bin/athena -i ~/athena/inputs/mhd_gr/athinput.fm_torus time/nlim=0
I get an error
What could it be? If I'm running aforementioned configuration without mpi, I get more complicated error with
make -j
:I'll be grateful for any response.
The text was updated successfully, but these errors were encountered: