-
Notifications
You must be signed in to change notification settings - Fork 379
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
Error in ALM running BGC resolution in debug mode #603
Comments
which compiler and compiler version? |
good point... Using gnu 4.8.2 on LANL IC machine mustang |
Ok. A land group person can try to reproduce this on Blues with the Gnu 5.2 compiler and take it from there. @thorntonpe , feel free to re-assign. |
@jonbob : I got the following error when I tried to create the case on Blues.
|
I just realized that I should have been using |
@rljacob : Run on Blues failed with the following error message I had created the case using the following commands:
|
I am trying a build on blues to see if I get the same error. |
I am getting the same error as @bishtgautam (for the case above on blues + rljacob/compsets/add-acmebgc),
|
I am working on a possible fix (blues runtime error with netcdf shared libs) and will ping you ( @bishtgautam ) soon. |
thanks. |
Can you see if the following patch works for you? If so I will create a new bug report and fix it.
|
A new job is now in the queue and will get back to you, once it finishes. |
A different error this time: |
I will first try out some cases on master and see the issues persist and then create a new bug report (to continue the discussion) |
Is this is a gnu-specific issue? blues+pgi should work otherwise. |
The CAM code (
|
Sorry about that, this (CAM+blues+pgi failure) is an existing issue - #596 . |
The compset |
Fix and Enhancement for Diurnal Cycle of Precipitation
In setting up initial tests of the BGC resolution, I created a case using the following command:
create_newcase -case ACME-BGC-stang -compset A_B1850CN -res ne30_oEC -mach mustang -compiler gnu
When I turned the DEBUG mode on, the the env_build.xml file, the run dies during the first land run call with the following error in the cesm log:
ERROR: ERROR in /turquoise/users/jonbob/ACME/components/clm/src/main/subgridAveMod.F90 at line 509
#0 0x2B013425A2F7
#1 0x22C3E79 in __shr_sys_mod_MOD_shr_sys_backtrace
#2 0x22C4270 in __shr_sys_mod_MOD_shr_sys_abort
#3 0x221EAC2 in __shr_assert_mod_MOD_shr_assert
#4 0x221EA79 in __shr_assert_mod_MOD_shr_assert_all_1d
#5 0x161517D in __subgridavemod_MOD_p2g_1d
#6 0x15A2509 in __histfilemod_MOD_hist_update_hbuf_field_1d at histFileMod.F90:0
#7 0x15A3DB0 in __histfilemod_MOD_hist_update_hbuf
#8 0x1546AFE in __clm_driver_MOD_clm_drv
#9 0x153361C in __lnd_comp_mct_MOD_lnd_run_mct
#10 0x42C588 in __component_mod_MOD_component_run
#11 0x40F509 in cesm_comp_mod_MOD_cesm_run
#12 0x4279FF in MAIN at cesm_driver.F90:0
The text was updated successfully, but these errors were encountered: