Skip to content

New names for CCPP instances#138

Open
mkavulich wants to merge 2 commits intoESCOMP:mainfrom
mkavulich:multiple_instances
Open

New names for CCPP instances#138
mkavulich wants to merge 2 commits intoESCOMP:mainfrom
mkavulich:multiple_instances

Conversation

@mkavulich
Copy link
Collaborator

Description

Adding names for CCPP instances, number_of_ccpp_instances and ccpp_instance_number.

@climbfuji @gold2718 If you have suggestions for better/more detailed descriptions please let me know.

Issues

Resolves #133

* `ccpp_thread_number`: Number of current OpenMP thread. This variable may only be used during CCPP run phase
* `integer`: units = index
* `number_of_ccpp_instances`: Number of parallel CCPP instances
* `integer`: units = index
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* `integer`: units = index
* `integer`: units = count

I think this must be count.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this, done.

Copy link
Collaborator

@climbfuji climbfuji left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Copy link
Collaborator

@gold2718 gold2718 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is okay but I have a suggested clarification for one description.

<type units="index">integer</type>
</standard_name>
<standard_name name="number_of_ccpp_instances"
description="Number of parallel CCPP instances">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is okay but I suggest distinguishing this case from other ensemble methods:

Suggested change
description="Number of parallel CCPP instances">
description="Number of parallel CCPP instances on this MPI task">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Standard names for multiple instances?

3 participants