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
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.
The text was updated successfully, but these errors were encountered:
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 usedmepo
command exists then...mepo status --hashes
capture 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.
The text was updated successfully, but these errors were encountered: