-
Notifications
You must be signed in to change notification settings - Fork 0
Simply Parallel Parflow implementation #43
Comments
Attempted implementation: Performance: Not good.
split_loop_72hrx3hr_f2f7d6
basic_kokkos_omp_72hrx3hr_fe7c39:
basic_kokkos_serial_72hrx3hr_based_fe7c39:
A non-statistical experiment of scaling shows a negative scaling pattern. Likely cause: Parallelism within boxes is too fine grain. Boxes small, too little work for too many threads. Tasks:
|
Attempted Implementation: Performance: Again, not great.
split_loop_72hrx3hr_f2f7d6:
simple_omp_threads-1_72hrx3hr_48f278:
simple_omp_threads-2_72hrx3hr_48f278:
simple_omp_threads-4_72hrx3hr_48f278:
simple_omp_threads-8_72hrx3hr_48f278:
Exhibits negative scaling effects. Likely cause: again, parallelism within boxes is too fine grain. Boxes small, too little work for too many threads. Tasks:
|
Get a very simple parallel parflow implementations using some form of OpenMP.
The text was updated successfully, but these errors were encountered: