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

Ballooning parallel times #49

Open
MTCam opened this issue Aug 6, 2020 · 3 comments
Open

Ballooning parallel times #49

MTCam opened this issue Aug 6, 2020 · 3 comments

Comments

@MTCam
Copy link
Member

MTCam commented Aug 6, 2020

Ballooning setup times vs. number of elements have been observed on Quartz. Looks like these are associated with the mesh distribution (i.e. mesh_dist.send_mesh_parts ) NOT partitioning with metis.

Serial I/O rates seem ok - I'm checking (with LC) on what to expect from NFS on this particular FS
quartz_serial_nfs_io_rate

Parallel I/O rates do not scale as expected. Our viz files write in roughly constant time at (IO BW HERE). I/O also does not seem to be a parallel bottleneck (yet). Here are initial parallel timings from Quartz (CPU only), gotten by strong scaling the Y0 case (running only 5 steps).
Y0ParallelTimes_1
5 steps may not be enough to see the actual scaling of advancement, due to (code generation?) on the first call to constructs using kernels.

@MTCam MTCam changed the title Ballooning setup times Ballooning parallel times Aug 7, 2020
@inducer
Copy link
Contributor

inducer commented Aug 7, 2020

@inducer
Copy link
Contributor

inducer commented Aug 7, 2020

  • As discussed in the meeting, could you try raw write throughput? (from Python or C?)

@MTCam
Copy link
Member Author

MTCam commented Aug 8, 2020

Here's the raw write speeds gathered with LukeO's code here running on Quartz on the shared file space where the previous tests were run.
rates.pdf

And here is the one from running the same benchmark on the parallel filesystem, but from Lassen this time due to Quartz DAT. I'll grab the same timing data for that filesystem and start running exclusively there from the parallel filesystem from now on.

lassen_io_rates_scratch.pdf

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