Skip to content
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

Issues with VELOCIRAPTOR running on GADGET4 snapshots #109

Open
swati-gavas opened this issue Nov 13, 2021 · 1 comment
Open

Issues with VELOCIRAPTOR running on GADGET4 snapshots #109

swati-gavas opened this issue Nov 13, 2021 · 1 comment

Comments

@swati-gavas
Copy link

I am facing some issues when running VELOCIRAPTOR on Gadget4 snapshots. I have elaborated them below.

I have snapshots with 128^3 particles in hdf5 format. On running VELOCIRAPTOR on the hdf5 files I get the following error:

terminate called after throwing an instance of 'std::invalid_argument'
what(): attribute not found NumPart_Total_HighWord

I know VELOCIRAPTOR is not meant to work on GADGET4 hdf5 snapshots (Although it would be great to have this functionality).

I also converted my snapshots to GADGET-2/3 legacy formats and tried running VELOCIRAPTOR again. In case of legacy binary formats code is picking wrong number of particles and it throws the following error.

ERROR: MPI Process has zero particles associated with it, likely due to too many mpi tasks requested or too coarse a mesh used.
Current number of tasks: 4
Current mesh resolution 8^3
Total number of particles loaded 4580513888
Suggested number of particles per mpi processes is > 1e7
Suggested number of mpi processes using 1e7 is 459
Increase mesh resolution or reduce MPI Processes
application called MPI_Abort(MPI_COMM_WORLD, 8) - process 0

The snapshots, log files and the config file can be accessed through the following link. Note: The folder also contains a README file which describes the file naming convention used.

https://drive.google.com/drive/folders/1gTlBqqyD3SsWorCja0y2MSXS59uuPf3S?usp=sharing

Any help will be highly appreciated
Thank you
~Swati

@pelahi
Copy link
Owner

pelahi commented Nov 15, 2021

Hi @swati-gavas
I am quite busy for the next few days but will get to this soon. I think the main thing will be to update the hdf5 reader to load the appropriate fields/attributes/data spaces. If I have a spare moment, I'll have a deeper look at the gadget 4 format to implement it.
Cheers,
Pascal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants