-
Notifications
You must be signed in to change notification settings - Fork 25
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
Problem about compilation of GCHP #397
Comments
Hi @beiduqiu, the steps you are taking will compile the entire model. If there was a problem compiling and it exited early then your rerun will not include the changes. Does the timestamp of the You can output the build to log and include that in this issue if you would like me to look. When you recompile you can do this command to send the output log, including stderr: |
When you build the model there should be output to the screen. Please send it to log using the following command: |
build.log |
Thanks for sharing the file. This line indicates that
After you do When you rerun you should get the new text at the end of the run log in the timing section. Have you already done this and not seen the new text? |
The problem is that there is a pre-built version of gchp in the image, and the script will always execute that executable gchp instead of recompiled. When I use an interactive server and use mpi run to execute gchp, the problem is solved. Thanks for all the help. |
Ok, great. I will close out the issue. |
Name and Institution (Required)
Name: Zifan WANG
Institution: WashU
Confirm you have reviewed the following documentation
Description of your issue or question
When I try to recompile the GCHP, I met some problems. After I add some print information in GCHP and recompile it. But the result of the program doesn't change at all. Even if I corrupt the program such as comment some important function and recompile it, it can still compile and run. So I want to ask is there a way to compile the whole program. Currently I am using
Thanks in advance for your generous help.
Please provide as much detail as possible. Always include the GCHP version number and any relevant configuration and log files.
The text was updated successfully, but these errors were encountered: