-
Notifications
You must be signed in to change notification settings - Fork 383
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
./case.setup ignores changes to env_batch.xml #1210
Comments
Note that I edited the env_batch.xml manually - I did not use xmlchange. Perhaps this is the reason that the change was not recognized? |
I'll test that. |
Any progress? It is still happening in my recent Edison experiment. |
@worleyph sorry this dropped off my radar. I will look at it today. |
@worleyph , I tried this with both ESMCI and ACME and it doesn't matter if you run xmlchange or not, the case.run and case.test files will not get regenerated unless you clean the setup first. I have a solution in mind that I'm going to propose to the ESMCI team. |
@jgfouca , thanks. |
This issue is fixed by On the ESMCI side. |
Reopening until fix is in place and tested in ACME. |
This is now on master. |
On Edison, if create a case (./create_newcase), execute ./case.setup, then change settings in env_batch.xml (like WALLTIME and QUEUE), then call ./case.setup again, the changes in env_batch.xml are not used to update case.run .
If I instead call ./case.setup -c followed by ./case.setup, then changes do take effect. However, this also sets BUILD_COMPLETE to .false. in env_build.xml.
According to @jgfouca , this is incorrect behavior, that ./case.setup should recognize and implement changes indicated in env_batch.xml.
The text was updated successfully, but these errors were encountered: