Changeset 3852 for trunk/LMDZ.MARS/changelog.txt
- Timestamp:
- Jul 16, 2025, 4:10:15 PM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/changelog.txt
r3849 r3852 4913 4913 == 15/07/2025 == JBC 4914 4914 Simplification 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 4917 Improve 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.