Ignore:
Timestamp:
Jul 16, 2025, 4:10:15 PM (3 weeks ago)
Author:
jmauxion
Message:

Mars PCM:
Improve the omp_chunk computation to fix a MPI request error arising for some combinations of llm/omp_size:

  • Make sure that the omp_chunk is not too large so that the last thread do nothing.
  • Check and raise a warning if the chunk is so small that the loop distribution require a second cycle over the threads (which is not optimum).

JM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/changelog.txt

    r3849 r3852  
    49134913== 15/07/2025 == JBC
    49144914Simplification and generalization of the "display_netcdf.py" script which can now handle more cases of shapes/dimensions in the variables + using 'pcolormesh' instead of 'imshow' to better stick to the original data.
     4915
     4916== 16/07/2025 == JM
     4917Improve the omp_chunk computation to fix a MPI request error arising for some combinations of llm/omp_size:
     4918- Make sure that the omp_chunk is not too large so that the last thread do nothing.
     4919- Check and raise a warning if the chunk is so small that the loop distribution require a second cycle over the threads (which is not optimum).
     4920
Note: See TracChangeset for help on using the changeset viewer.