Jim Edwards
Jim Edwards
I'm sorry - I gave you the wrong branch name ``` cd /glade/derecho/scratch/wwieder/CTSM_RME git checkout branches/CESM3_dev.n04_ctsm5.1.dev145_rme ``` then try again.
git-submodules is an official git tool, they probably wouldn't like us repurposing that name. I'm about to push an update of the tool, it will include a fix for that...
There really is a purpose to the git- prefix. If this tool is in your path you can run it like any other git command: git fleximod (without the hyphen)....
Please consider the following article. I fully believe this to be a git command it is totally general and not tied to escomp models in any way. https://gitbetter.substack.com/p/automate-repetitive-tasks-with-custom
@wwieder I have updated ctsm branch branches/CESM3_dev.n04_ctsm5.1.dev145_rme with a new version of git-fleximod, please give it a try.
If a restart happens at a time which is not a boundary of the history variable accumulation time then a restart history file must also be restored from the archive...
> @jedwards4b - I appreciate your implementing this - but I am concerned that many of the nice and user-friendly features of manage_externals are now lost. I am not seeing...
> I just checked out your branch and tried `./install` per the instructions above: > > ``` > $ ./install > bash: ./install: No such file or directory > ```...
Superceeded by #253
I am working on an asyncronous implementation of the parallelio library in cesm. I would like to prototype parallelio moving data from cpu memory to gpu memory, doing some data...