Skip to content

Benchmark suggestions requested #3672

Answered by WeiqunZhang
gcstoianowski asked this question in Q&A
Discussion options

You must be logged in to vote

I think https://github.com/AMReX-Codes/amrex/tree/development/Tests/LinearSolvers/ABecLaplacian_C could be a good test. Multigrid solver is often the bottleneck of many AMReX applications. At large scales, the communication cost starts to dominate. You can use the setup in https://github.com/AMReX-Codes/amrex/tree/development/Tests/LinearSolvers/ABecLaplacian_C/scalingtest. 256^3 cells per GPU is probably a good target for weak scaling runs. (For example, n_cell=256 for 1 GPU and n_cell=512 for 8 GPUs.)
To use GPU aware MPI, run with amrex.use_gpu_aware_mpi=1.

Replies: 2 comments 11 replies

Comment options

You must be logged in to vote
6 replies
@gcstoianowski
Comment options

@gcstoianowski
Comment options

@WeiqunZhang
Comment options

@gcstoianowski
Comment options

@WeiqunZhang
Comment options

Answer selected by gcstoianowski
Comment options

You must be logged in to vote
5 replies
@WeiqunZhang
Comment options

@gcstoianowski
Comment options

@WeiqunZhang
Comment options

@gcstoianowski
Comment options

@gcstoianowski
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants