An interesting thought via @viral211. It would be good to capture the mepo state of GEOSgcm (etc.) if built using mepo. This should be doable in CMake:
- If
.mepo/ exists, we know mepo was used
- If
mepo command exists then...
- Run
mepo status --hashes capture the output and put it in a file we install and then
copy into the run directory. Maybe a dotfile?
I'm not sure what I'd want to call the file. Maybe .mepo_status? Hmm.
First step, get the code working, then I can bother @sdrabenh.
An interesting thought via @viral211. It would be good to capture the mepo state of GEOSgcm (etc.) if built using mepo. This should be doable in CMake:
.mepo/exists, we know mepo was usedmepocommand exists then...mepo status --hashescapture the output and put it in a file we install and thencopy into the run directory. Maybe a dotfile?
I'm not sure what I'd want to call the file. Maybe
.mepo_status? Hmm.First step, get the code working, then I can bother @sdrabenh.