LILAC namelist read should just be done by master task, then broadcast
Open
enhancement
- Dominant language
- Fortran
- Stars
- 352
- Forks
- 361
- Avg merge
- 6d 6h
- Merged PRs (30d)
- 8
Description
Currently, LILAC's namelist read is done on all tasks. In CTSM, we do the namelist read on just the master task then broadcast the values; I assume it's done that way because it's better for performance, particularly when running on many tasks. We should probably do the same for LILAC's namelist read.
Contributor guide
Assessment
This issue has not been assessed yet.