Bring in Makefile for ctsm5.2 branch to build all datasets with multiple batch submissions at the same time #1869
Labels
enhancement
new capability or improved behavior of existing capability
Milestone
I'm going to bring back the Makefile mechanism we have used to the mksurfdata_esmf ctsm5.2 branch so that the Makefile can send off multiple batch submission to create datasets at the same time. This also allows us to use different number of processors for different tests. This also allows us to integrate with #1674. This still relies on the new python batch scripts submission in mksurfdata_esmf, it just adds a thin layer on top of it that actually runs each of the batch script generation and then submits.
One change I'll need to make to get this to work is that right now the python batch submission creates a batch submission filename thats the same name no matter what scenario is chosen. This will need to change so that the filename depends on the scenario. That way the can all run at the same time and be submitted together without having to lock files for each.
The text was updated successfully, but these errors were encountered: