-
Notifications
You must be signed in to change notification settings - Fork 23
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
Performance notes of PySM3 #25
Comments
It runs fine on Popeye single node with 1 MPI process (48 cores and 768 GB of RAM) at 4096 , using a max of 25GB of RAM in 6 minutes. |
Timing, initialize sky and run bandpass integration and beam smoothing for 10 channels:
Checked for increased memory between channel 0 and 9, seems fine. |
Only thing that worries me is that at 10 MPI processes sometimes the MPI job hangs after creating Sky, I guess in one of the all-to-all communications....how do I debug that?? |
Breakdown for 10 nodes10 nodes (4 MPI 12 OMP per node)
|
Running PySM3 standalone using modifications of this script:
https://github.com/healpy/pysm/blob/master/mpi_examples/pysm3_mpi_so_pysm_models.py
I have all the 8 components requested for the TOD sims, which load a total of 30 maps. Plus bandpass integration of 5 points each for 10 channels and distributed smoothing with
libsharp
.The text was updated successfully, but these errors were encountered: