You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying out coupledmodeldriver on ParallelWorks, I realized there are some issues with the existing implementation, and also that it's hard to customize some of the aspects of the run jobs:
Processors count is not honored
Number of nodes cannot be specified
Launcher is "hardcoded" based on Platform enum. Enum objects are not extendable
The schism job might be more complicated (more commands) than just the executable name after the launcher name
The combine hotstart job does not need the same resources as the actual run!
Modules and path prefixes are not customizable (except through including a source file)
The text was updated successfully, but these errors were encountered:
When trying out
coupledmodeldriver
on ParallelWorks, I realized there are some issues with the existing implementation, and also that it's hard to customize some of the aspects of the run jobs:Platform
enum.Enum
objects are not extendableThe text was updated successfully, but these errors were encountered: