Opened 6 years ago
Closed 4 years ago
#2050 closed Task (duplicate)
read namelists using single processor
Reported by: | andmirek | Owned by: | andmirek |
---|---|---|---|
Priority: | low | Milestone: | Unscheduled |
Component: | OCE | Version: | trunk |
Severity: | minor | Keywords: | |
Cc: |
Description
Context
In NEMO namelists are read by all processors. This ticket is to implement reading of the namelists by single processors and broadcasting the data.
Implementation plan
a) Read namelist using single processor
b) broadcast the data to all processors.
This task will require an extension of lib_mpp.F90. New subroutines are needed to handle broadcasting of different types of data (from namelists).
Commit History (7)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
9443 | andmirek | 2018-03-27T16:45:12+02:00 | #2050 move sbc_init to original place |
9395 | andmirek | 2018-03-14T09:40:56+01:00 | #2050 move sbc_init |
9387 | andmirek | 2018-03-08T13:36:26+01:00 | #2050 changes for sette 3 to work |
9383 | andmirek | 2018-03-08T10:22:55+01:00 | #2050 fixes and changes |
9366 | andmirek | 2018-02-28T16:29:13+01:00 | #2050 first version. Compiled OK in moci test suite |
9358 | andmirek | 2018-02-26T12:49:05+01:00 | #2050 wrong reference branch |
9357 | andmirek | 2018-02-26T12:34:25+01:00 | #2050 read namelist using single procerssor |
Change History (13)
comment:1 Changed 6 years ago by andmirek
- Status changed from new to assigned
- Summary changed from namelists using single processor to read namelists using single processor
comment:2 Changed 6 years ago by andmirek
comment:3 Changed 6 years ago by andmirek
dev_r5518_GO6_package_fix_rnf_MOCI_TEST_SUITE_namelist_read http://forge.ipsl.jussieu.fr/nemo/browser/branches/UKMO/dev_r5518_GO6_package_fix_rnf_MOCI_TEST_SUITE_namelist_read created
comment:4 Changed 6 years ago by andmirek
In 9358:
comment:5 Changed 6 years ago by andmirek
test_moci_test_suite_namelist_read http://forge.ipsl.jussieu.fr/nemo/browser/branches/UKMO/test_moci_test_suite_namelist_read created.
comment:6 Changed 6 years ago by andmirek
In 9366:
comment:7 Changed 6 years ago by andmirek
In 9383:
comment:8 Changed 6 years ago by andmirek
In 9387:
comment:9 Changed 6 years ago by andmirek
In 9395:
comment:10 Changed 5 years ago by andmirek
In 9443:
comment:11 Changed 5 years ago by andmirek
It looks that sbc_init must be called before the first mpi communication associated with namelist read. Unfortunately moving sbc_init results in result change for GO6. The problem seems to be only during restart, first cycle was OK
comment:12 Changed 5 years ago by andmirek
- Version changed from v3.6 to trunk
comment:13 Changed 4 years ago by andmirek
- Resolution set to duplicate
- Status changed from assigned to closed
In 9357: