-
Notifications
You must be signed in to change notification settings - Fork 405
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
Warn people when MOOSE submodule is out of date #34
Comments
I definitely like this idea... but can we make it an error instead of a warning? I'd love to do it for MOOSE / libMesh too... |
We can. I have it as warning, because sometimes I run with newer MOOSE than the submodule links and in that case, it would stop the build... |
We already have a Warning for libMesh being out of date too. It's in the On Tue, May 24, 2016 at 4:07 PM David Andrs [email protected]
|
I was looking for the warning, but I could not find it. I know, I based my code on it, so it has to be somewhere. Also, I fixed a small problem where we were reporting module not up to date, while it was ok. The line with One more thing, why would build libmesh script report libmesh submodule not up to date? It should be reported when we execute make, right? |
David you're right. It's in moose.mk. On Wed, May 25, 2016 at 12:23 PM David Andrs [email protected]
|
Thanks @permcody. I was grepping for "git submodule" and did not find it, becuase of that
so our |
…r_circle_averages_34 return closest element info in Circle UserObjects, closes idaholab#34
udpate error macros to use new moose functions
This is what we have in RELAP-7's Makefile:
When people's MOOSE submodule is out of date, the first message they see is the WARNING line.
This seemed to be working for us for some time, so should we add this into
stork
? There might be some corner cases with this that I do not see....The text was updated successfully, but these errors were encountered: