-
Notifications
You must be signed in to change notification settings - Fork 67
Lfric2lfric multi cpu #201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 4 commits
a6a7fbd
b4df63e
cdbeaf2
d7fe894
4acd070
41df24c
cf37023
6ea37ae
d2f32d2
eb7c0a1
f0526d2
792985c
18026b7
4ee7122
e5ac5f5
0d6d952
480729d
532e842
a98a405
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -136,11 +136,23 @@ subroutine init_mesh( configuration, & | |||||||
| ! Extract and check configuration variables | ||||||||
| !============================================================================ | ||||||||
| ! Read partitioning namelist for source and destination meshes | ||||||||
| if (.not. configuration%namelist_exists('partitioning', 'source')) then | ||||||||
| write( log_scratch_space, '(A)' ) & | ||||||||
| 'Partitioning parameters for the source mesh were not found, '// & | ||||||||
| 'please specify a partitioning namelist with mesh_target=source.' | ||||||||
|
||||||||
| 'Partitioning parameters for the source mesh were not found, '// & | |
| 'please specify a partitioning namelist with mesh_target=source.' | |
| 'Source mesh partitioning namelist (partitioning:source) not found.' |
If the code cannot find the required partitioning profile namelist, then that is all it should state, the code doesn't know why it can't be found, so it cannot suggest a solution. For example, if this error message was given for Marks problem, he would have checked the namelist file which was not at fault. This message also would have to be updated if a different key instance member was used.
The Rose metadata is enough for the user to be able to check their configuration settings.
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 'Partitioning parameters for the source mesh were not found, '// & | |
| 'Destination mesh partitioning namelist (partitioning:destination) not found.' |
As before, the code doesn't know why the namelist is not found. Also the error message still referred to the source mesh.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| Inner product checksum zh = 41EC942AC03AF332 | ||
| Inner product checksum rho = 40FA7F5C1F732D71 | ||
| Inner product checksum theta = 4252B9378905BFA5 | ||
| Inner product checksum zh = 41EC942AC03AF31C | ||
| Inner product checksum rho = 40FA7F5C1F732DD0 | ||
| Inner product checksum theta = 4252B9378905BF6B |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| Inner product checksum zh = 41ECDF73332019EF | ||
| Inner product checksum rho = 40FAC5EEBDF23EBB | ||
| Inner product checksum theta = 4252EB3465F61645 | ||
| Inner product checksum zh = 41ECDF7333201A1E | ||
| Inner product checksum rho = 40FAC5EEBDF2402D | ||
| Inner product checksum theta = 4252EB3465F61725 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| Inner product checksum zh = 41EC942AC03A5271 | ||
| Inner product checksum rho = 40FA7F5C1F732DAC | ||
| Inner product checksum theta = 4252B937890592AE | ||
| Inner product checksum zh = 41EC942AC03A5274 | ||
| Inner product checksum rho = 40FA7F5C1F732DE9 | ||
| Inner product checksum theta = 4252B937890592A2 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| Inner product checksum zh = 41ECDF7333201A20 | ||
| Inner product checksum rho = 40FAC5EEBDF24024 | ||
| Inner product checksum rho = 40FAC5EEBDF24045 | ||
| Inner product checksum theta = 4252EB3465F61708 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.