-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have case dir echoed at beginning of build as well as at end #691
Comments
Is this similar to #369 or different? |
This is different, though 369 brings up a good point of "heritage after the run". My request is while the job is actually in the middle of building, I would like to know where to go to check that the namelist has been built properly, see how far the compiles have gotten, change my project #, etc. The "Case Dir" is echoed to the screen at the end of the create_test, and I'm just requesting that it be echoed at the beginning of the process as well. |
Fixed by #693 |
I am reopening #691 as I see it was closed, but my request has not yet been implemented. My request must not have been clear - sorry. I'm requesting that the Case Dir lines at the end of the create_test output be echoed at the beginning of the run as well as at the end. I've included the output from my .create_test command and have shown a possible location for the Case Dir. The Case Dir line I'd like to see echoed at the beginning of the create_test run is at the end of this output. yslogin5$ execca ./create_test --xml-machine yellowstone --xml-category aux_cam_short --walltime 0:30 --project CESM0005 Requesting 1 core(s) to caldera queue, bsub -Is -q caldera -n1 -PP93300606 -W24:00 "./create_test --xml-machine yellowstone --xml-category aux_cam_short --walltime 0:30 --project CESM0005" please wait.. Job <903793> is submitted to queue . |
An alternative to echoing all of the Case Dirs at the beginning of the run would be to echo the timestamp qualifier which is attached to the end of all the Case Dirs. This single line would allow users to easily find the correct directories while create_test is running (and before the case dirs are echoed at the end of create_test). |
I find that while my case is building, I sometimes want to investigate how it is being setup or the progress of the build. I have to do some investigating as to what the actual case dir name is at this point. If the case dir was echoed at the beginning of the build, this would allow me to easily go the appropriate directory.
The text was updated successfully, but these errors were encountered: