Replies: 1 comment 6 replies
-
I like your's better, but with a change to the pd = rp.PilotDescription({
'resource': 'ornl.summit',
'partitions': {
'prte': {
'config': {
'base': 'agent_prte',
'dvm_count': 4}, # number of DVMs, thus each DVM will handle up to 256 nodes
'nodes' : 1024,
},
'raptor': {
'config': 'agent_raptor',
'nodes' : 8
}
}) Otherwise we pollute the partition name space with keys which are not understood by all configurations... That |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Andre's proposal
Mikhail's updates
Beta Was this translation helpful? Give feedback.
All reactions