Skip to content
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

Add check_flux_state_consistency to shoc interface #2418

Merged
merged 3 commits into from
Aug 3, 2023

Conversation

tcclevenger
Copy link
Contributor

New check_flux_state_consistency() from @oksanaguba suggestion #2372 (comment). Called directly before shoc_main().

Copy link
Contributor Author

@tcclevenger tcclevenger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've left some questions I have on the implementation. An overarching question: How should I test this is improving simulations?

@tcclevenger tcclevenger linked an issue Jul 7, 2023 that may be closed by this pull request
@E3SM-Bot
Copy link
Collaborator

E3SM-Bot commented Jul 7, 2023

Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request.

@E3SM-Bot
Copy link
Collaborator

E3SM-Bot commented Jul 7, 2023

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: SCREAM_PullRequest_Autotester_Mappy

  • Build Num: 4065
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 2418
SCREAM_SOURCE_BRANCH tcclevenger/flux_state_consistency_checks
SCREAM_SOURCE_REPO https://github.com/E3SM-Project/scream
SCREAM_SOURCE_SHA 2c29f45
SCREAM_TARGET_BRANCH master
SCREAM_TARGET_REPO https://github.com/E3SM-Project/scream
SCREAM_TARGET_SHA 002dcac
TEST_REPO_ALIAS SCREAM

Build Information

Test Name: SCREAM_PullRequest_Autotester_Weaver

  • Build Num: 4617
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 2418
SCREAM_SOURCE_BRANCH tcclevenger/flux_state_consistency_checks
SCREAM_SOURCE_REPO https://github.com/E3SM-Project/scream
SCREAM_SOURCE_SHA 2c29f45
SCREAM_TARGET_BRANCH master
SCREAM_TARGET_REPO https://github.com/E3SM-Project/scream
SCREAM_TARGET_SHA 002dcac
TEST_REPO_ALIAS SCREAM

Build Information

Test Name: SCREAM_PullRequest_Autotester_Blake

  • Build Num: 4665
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 2418
SCREAM_SOURCE_BRANCH tcclevenger/flux_state_consistency_checks
SCREAM_SOURCE_REPO https://github.com/E3SM-Project/scream
SCREAM_SOURCE_SHA 2c29f45
SCREAM_TARGET_BRANCH master
SCREAM_TARGET_REPO https://github.com/E3SM-Project/scream
SCREAM_TARGET_SHA 002dcac
TEST_REPO_ALIAS SCREAM

Using Repos:

Repo: SCREAM (E3SM-Project/scream)
  • Branch: tcclevenger/flux_state_consistency_checks
  • SHA: 2c29f45
  • Mode: TEST_REPO

Pull Request Author: tcclevenger

@E3SM-Bot
Copy link
Collaborator

E3SM-Bot commented Jul 7, 2023

Status Flag 'Pull Request AutoTester' - Jenkins Testing: all Jobs PASSED

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: SCREAM_PullRequest_Autotester_Mappy

  • Build Num: 4065
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 2418
SCREAM_SOURCE_BRANCH tcclevenger/flux_state_consistency_checks
SCREAM_SOURCE_REPO https://github.com/E3SM-Project/scream
SCREAM_SOURCE_SHA 2c29f45
SCREAM_TARGET_BRANCH master
SCREAM_TARGET_REPO https://github.com/E3SM-Project/scream
SCREAM_TARGET_SHA 002dcac
TEST_REPO_ALIAS SCREAM

Build Information

Test Name: SCREAM_PullRequest_Autotester_Weaver

  • Build Num: 4617
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 2418
SCREAM_SOURCE_BRANCH tcclevenger/flux_state_consistency_checks
SCREAM_SOURCE_REPO https://github.com/E3SM-Project/scream
SCREAM_SOURCE_SHA 2c29f45
SCREAM_TARGET_BRANCH master
SCREAM_TARGET_REPO https://github.com/E3SM-Project/scream
SCREAM_TARGET_SHA 002dcac
TEST_REPO_ALIAS SCREAM

Build Information

Test Name: SCREAM_PullRequest_Autotester_Blake

  • Build Num: 4665
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 2418
SCREAM_SOURCE_BRANCH tcclevenger/flux_state_consistency_checks
SCREAM_SOURCE_REPO https://github.com/E3SM-Project/scream
SCREAM_SOURCE_SHA 2c29f45
SCREAM_TARGET_BRANCH master
SCREAM_TARGET_REPO https://github.com/E3SM-Project/scream
SCREAM_TARGET_SHA 002dcac
TEST_REPO_ALIAS SCREAM

@E3SM-Bot
Copy link
Collaborator

E3SM-Bot commented Jul 7, 2023

Status Flag 'Pre-Merge Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
THE LAST COMMIT TO THIS PULL REQUEST HAS BEEN REVIEWED, BUT NOT ACCEPTED OR REQUIRES CHANGES

@E3SM-Bot
Copy link
Collaborator

E3SM-Bot commented Jul 7, 2023

All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...

3 similar comments
@E3SM-Bot
Copy link
Collaborator

E3SM-Bot commented Jul 8, 2023

All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...

@E3SM-Bot
Copy link
Collaborator

E3SM-Bot commented Jul 9, 2023

All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...

@E3SM-Bot
Copy link
Collaborator

All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...

@bogensch
Copy link
Contributor

bogensch commented Jul 11, 2023

Thanks for working on this @tcclevenger . I took a look at your code and the fortran snippet that Oksana added in issue #2372. I have big concerns with one of the lines here.

It seems as if we are applying adjustment anytime the surface latent flux is less than zero (i.e. anytime cc < 0)? Is that true @oksanaguba? If so then I do not agree with this as cc < 0 (surface latent flux less than zero) is something that can and does happen quite often in nature and the model and SCREAM can handle this gracefully in 99.999999% of instances... However there are a few instances (primarily during spin-up) when the negative surface latent heat flux can exhaust the moisture in the lowest model level. It is only in these outlier cases where the fixer/adjust should be applied. Therefore I propose replacing line

if (cc < 0.0_r8) then

with a trigger something in the spirit in qneg4.F90

 excess(i) = qflx(i,1) - (qmin(1) - qbot(i,1))/(ztodt*gravit*srfrpdel(i)) 
  
 if (excess(i) < 0._r8) then 

Where it checks to see if the bottom layer vapor will be exhausted or not. If it is, then carry on with Oksana's fixer. Else, if we do this whenever cflx < 0 if we will be overly applying this adjustment and I anticipate that simulation quality will be deteriorated.

Apologies if I've misinterpreted the c++ code or oksana's code.

@E3SM-Bot
Copy link
Collaborator

All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...

1 similar comment
@E3SM-Bot
Copy link
Collaborator

All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...

@E3SM-Bot
Copy link
Collaborator

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

oksanaguba
oksanaguba previously approved these changes Jul 14, 2023
@E3SM-Bot
Copy link
Collaborator

Status Flag 'Pre-Merge Inspection' - SUCCESS: The last commit to this Pull Request has been INSPECTED AND APPROVED by [ oksanaguba ]!

@E3SM-Bot
Copy link
Collaborator

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

@oksanaguba
Copy link
Contributor

Replying to Peter's @bogensch comment:
If i understood it correctly, Peter suggests to not redistribute QFLX<0 values along the whole column, but to instead redistribute only a leftover that would not drive Q1 to less than Q1_min value. I have no opinion (as i asked about my crude code before, i do not know the best way to do it), but i can redo my F code following this suggestion to make it easier for Conrad to change his.

Regarding how often QFLX<0 happens, while i don't think it is relevant to how we need to do the limiter, I think it happens often enough: check Figure 5 panel b for averaged QFLX, it seems there is enough of light green color in the plot (which indicates QFLX<0).

thanks!

@E3SM-Bot
Copy link
Collaborator

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

1 similar comment
@E3SM-Bot
Copy link
Collaborator

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....


if (surf_evap(i) < 0) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems as if we are applying adjustment anytime the surface latent flux is less than zero (i.e. anytime cc < 0)? Is that true @oksanaguba? If so then I do not agree with this as cc < 0 (surface latent flux less than zero) is something that can and does happen quite often in nature and the model and SCREAM can handle this gracefully in 99.999999% of instances... However there are a few instances (primarily during spin-up) when the negative surface latent heat flux can exhaust the moisture in the lowest model level. It is only in these outlier cases where the fixer/adjust should be applied. Therefore I propose replacing line

if (cc < 0.0_r8) then

with a trigger something in the spirit in qneg4.F90

 excess(i) = qflx(i,1) - (qmin(1) - qbot(i,1))/(ztodt*gravit*srfrpdel(i)) 
  
 if (excess(i) < 0._r8) then 

Where it checks to see if the bottom layer vapor will be exhausted or not. If it is, then carry on with Oksana's fixer. Else, if we do this whenever cflx < 0 if we will be overly applying this adjustment and I anticipate that simulation quality will be deteriorated.

@E3SM-Bot
Copy link
Collaborator

Status Flag 'Pre-Merge Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
THE LAST COMMIT TO THIS PULL REQUEST HAS BEEN REVIEWED, BUT NOT ACCEPTED OR REQUIRES CHANGES

@E3SM-Bot
Copy link
Collaborator

All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....

@bogensch
Copy link
Contributor

Thanks @oksanaguba but my issue is that as written we are calling this adjustment WAY more often than it is necessary and will likely have detrimental impacts on our simulation. This does not need to be triggered/called every instance the QFLX < 0 as the vast majority of the time no adjustment needs to be done. See my comment above. All I suggest is that the trigger be revised to be something similar to what qneg4 has (only call the adjustment when the application of the surface latent heat flux will exhaust/exceed all vapor at the surface). So just a one/two line change and the rest of the fixer I don't have a problem with.

@bogensch
Copy link
Contributor

What I propose (using Oskana's code from issue #2372 as a basis)

do i=1,ncol
  trigger = cam_in%cflx(i,1) - (qmin(1) - state%q(i,pver,1))/(ztodt*gravit*state%rpdel(1,pver))
  if (trigger < 0.0_r8) then
    cc = cam_in%cflx(i,1)*ztodt*gravit
    cc=abs(cc)
    mm=0.0_r8
    do k=1,pver
      mm = mm + state%q(i,k,1)*state%pdel(i,k)
    enddo
    cam_in%cflx(i,1) = 0.0_r8
    if (mm < cc) then
      state%q(i,1:pver,1) = 0.0_r8 !allow leak
    else
      do k=1,pver
        qq = state%q(i,k,1)
        pp = state%pdel(i,k)
        adjust = cc *  qq*pp/mm
        state%q(i,k,1) = (qq*pp - adjust)/pp
      enddo
    endif
!print *, "OG cc, mm, new mm",cc,mm,sum(state%q(i,:,1)*state%pdel(i,:))
!print *, 'OG before, after',mm-cc, sum(state%q(i,:,1)*state%pdel(i,:))
  endif
enddo

Note that only the first three lines within the ncol loop has changed. Everything else stays the same.

@E3SM-Bot
Copy link
Collaborator

Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request.

@E3SM-Bot
Copy link
Collaborator

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: SCREAM_PullRequest_Autotester_Mappy

  • Build Num: 4092
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 2418
SCREAM_SOURCE_BRANCH tcclevenger/flux_state_consistency_checks
SCREAM_SOURCE_REPO https://github.com/E3SM-Project/scream
SCREAM_SOURCE_SHA 9172bdb
SCREAM_TARGET_BRANCH master
SCREAM_TARGET_REPO https://github.com/E3SM-Project/scream
SCREAM_TARGET_SHA 002dcac
TEST_REPO_ALIAS SCREAM

Build Information

Test Name: SCREAM_PullRequest_Autotester_Weaver

  • Build Num: 4641
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 2418
SCREAM_SOURCE_BRANCH tcclevenger/flux_state_consistency_checks
SCREAM_SOURCE_REPO https://github.com/E3SM-Project/scream
SCREAM_SOURCE_SHA 9172bdb
SCREAM_TARGET_BRANCH master
SCREAM_TARGET_REPO https://github.com/E3SM-Project/scream
SCREAM_TARGET_SHA 002dcac
TEST_REPO_ALIAS SCREAM

Build Information

Test Name: SCREAM_PullRequest_Autotester_Blake

  • Build Num: 4688
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 2418
SCREAM_SOURCE_BRANCH tcclevenger/flux_state_consistency_checks
SCREAM_SOURCE_REPO https://github.com/E3SM-Project/scream
SCREAM_SOURCE_SHA 9172bdb
SCREAM_TARGET_BRANCH master
SCREAM_TARGET_REPO https://github.com/E3SM-Project/scream
SCREAM_TARGET_SHA 002dcac
TEST_REPO_ALIAS SCREAM

Using Repos:

Repo: SCREAM (E3SM-Project/scream)
  • Branch: tcclevenger/flux_state_consistency_checks
  • SHA: 9172bdb
  • Mode: TEST_REPO

Pull Request Author: tcclevenger

@E3SM-Bot
Copy link
Collaborator

Status Flag 'Pull Request AutoTester' - Jenkins Testing: 1 or more Jobs FAILED

Note: Testing will normally be attempted again in approx. 4 Hrs. If a change to the PR source branch occurs, the testing will be attempted again on next available autotester run.

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: SCREAM_PullRequest_Autotester_Mappy

  • Build Num: 4092
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 2418
SCREAM_SOURCE_BRANCH tcclevenger/flux_state_consistency_checks
SCREAM_SOURCE_REPO https://github.com/E3SM-Project/scream
SCREAM_SOURCE_SHA 9172bdb
SCREAM_TARGET_BRANCH master
SCREAM_TARGET_REPO https://github.com/E3SM-Project/scream
SCREAM_TARGET_SHA 002dcac
TEST_REPO_ALIAS SCREAM

Build Information

Test Name: SCREAM_PullRequest_Autotester_Weaver

  • Build Num: 4641
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 2418
SCREAM_SOURCE_BRANCH tcclevenger/flux_state_consistency_checks
SCREAM_SOURCE_REPO https://github.com/E3SM-Project/scream
SCREAM_SOURCE_SHA 9172bdb
SCREAM_TARGET_BRANCH master
SCREAM_TARGET_REPO https://github.com/E3SM-Project/scream
SCREAM_TARGET_SHA 002dcac
TEST_REPO_ALIAS SCREAM

Build Information

Test Name: SCREAM_PullRequest_Autotester_Blake

  • Build Num: 4688
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 2418
SCREAM_SOURCE_BRANCH tcclevenger/flux_state_consistency_checks
SCREAM_SOURCE_REPO https://github.com/E3SM-Project/scream
SCREAM_SOURCE_SHA 9172bdb
SCREAM_TARGET_BRANCH master
SCREAM_TARGET_REPO https://github.com/E3SM-Project/scream
SCREAM_TARGET_SHA 002dcac
TEST_REPO_ALIAS SCREAM
Console Output (last 100K lines) : SCREAM_PullRequest_Autotester_Mappy # 4092 (click to expand)

        Start 138: shoc_tests_omp10
273/314 Test #138: shoc_tests_omp10 .........................................   Passed    1.53 sec
        Start 154: shoc_sk_tests_omp10
274/314 Test #117: p3_tests_fail_omp12 ......................................   Passed    2.02 sec
        Start 139: shoc_tests_omp11
        Start 294: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np2_output_bfb
275/314 Test #294: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np2_output_bfb .......   Passed    0.07 sec
        Start 295: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np3_output_bfb
276/314 Test #295: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np3_output_bfb .......   Passed    0.07 sec
        Start 296: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np4_output_bfb
277/314 Test #296: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np4_output_bfb .......   Passed    0.06 sec
278/314 Test #154: shoc_sk_tests_omp10 ......................................   Passed    0.68 sec
        Start 155: shoc_sk_tests_omp11
279/314 Test #155: shoc_sk_tests_omp11 ......................................   Passed    0.65 sec
280/314 Test #139: shoc_tests_omp11 .........................................   Passed    1.54 sec
        Start 118: p3_tests_fail_omp13
197/303 Test   #4: io_basic_np4 .............................................   Passed   14.41 sec
        Start   8: io_packed_np4
281/314 Test #118: p3_tests_fail_omp13 ......................................   Passed    2.07 sec
        Start 119: p3_tests_fail_omp14
198/303 Test   #8: io_packed_np4 ............................................   Passed    2.30 sec
        Start  12: io_diags_np4
282/314 Test #119: p3_tests_fail_omp14 ......................................   Passed    1.81 sec
        Start 120: p3_tests_fail_omp15
199/303 Test  #12: io_diags_np4 .............................................   Passed    0.65 sec
        Start  16: io_test_se_grid_np4
283/314 Test #298: homme_shoc_cld_spa_p3_rrtmgp_128levels_np2 ...............   Passed  238.11 sec
200/303 Test  #16: io_test_se_grid_np4 ......................................   Passed    0.81 sec
        Start  32: io_remap_test_np4
284/314 Test #120: p3_tests_fail_omp15 ......................................   Passed    1.92 sec
        Start 121: p3_tests_fail_omp16
201/303 Test #280: homme_shoc_cld_spa_p3_rrtmgp_np2 .........................   Passed  241.45 sec
        Start  40: field_utils_np4
202/303 Test  #40: field_utils_np4 ..........................................   Passed    0.47 sec
        Start  45: grid_np4
203/303 Test  #32: io_remap_test_np4 ........................................   Passed    2.43 sec
        Start  49: coarsening_remapper_np4
204/303 Test  #45: grid_np4 .................................................   Passed    0.47 sec
        Start  53: vertical_remapper_np4
285/314 Test #121: p3_tests_fail_omp16 ......................................   Passed    1.88 sec
        Start 122: p3_run_and_cmp_cxx_omp16
205/303 Test  #53: vertical_remapper_np4 ....................................   Passed    0.58 sec
        Start  57: time_interpolation_np4
206/303 Test  #49: coarsening_remapper_np4 ..................................   Passed    1.12 sec
        Start  63: horizontal_remap_np4
207/303 Test  #63: horizontal_remap_np4 .....................................   Passed    1.01 sec
        Start  67: homme_pd_remap_np4
286/314 Test #122: p3_run_and_cmp_cxx_omp16 .................................   Passed    2.19 sec
        Start 123: p3_run_and_cmp_f90_omp16
208/303 Test  #67: homme_pd_remap_np4 .......................................   Passed    0.85 sec
        Start  71: dyn_grid_io_np4
287/314 Test #123: p3_run_and_cmp_f90_omp16 .................................   Passed    0.31 sec
        Start 124: p3_run_and_cmp_cxx_fail_omp16
209/303 Test  #71: dyn_grid_io_np4 ..........................................   Passed    0.75 sec
        Start  75: physics_test_data_omp4
210/303 Test  #75: physics_test_data_omp4 ...................................   Passed    0.30 sec
        Start  76: physics_test_data_omp5
211/303 Test  #57: time_interpolation_np4 ...................................   Passed    3.56 sec
        Start  91: p3_tests_omp4
212/303 Test  #76: physics_test_data_omp5 ...................................   Passed    0.28 sec
        Start  92: p3_tests_omp5
213/303 Test #268: homme_shoc_cld_p3_rrtmgp_np1 .............................   Passed  258.28 sec
        Start 272: homme_shoc_cld_p3_rrtmgp_np1_vs_np2_bfb
214/303 Test #272: homme_shoc_cld_p3_rrtmgp_np1_vs_np2_bfb ..................   Passed    0.04 sec
        Start 273: homme_shoc_cld_p3_rrtmgp_np1_vs_np3_bfb
215/303 Test #273: homme_shoc_cld_p3_rrtmgp_np1_vs_np3_bfb ..................   Passed    0.04 sec
        Start 274: homme_shoc_cld_p3_rrtmgp_np1_vs_np4_bfb
216/303 Test #274: homme_shoc_cld_p3_rrtmgp_np1_vs_np4_bfb ..................   Passed    0.04 sec
288/314 Test #124: p3_run_and_cmp_cxx_fail_omp16 ............................   Passed    2.21 sec
        Start 125: p3_baseline_f90_fake_omp16
289/314 Test #125: p3_baseline_f90_fake_omp16 ...............................***Not Run (Disabled)   0.00 sec
        Start 126: p3_baseline_cxx_fake_omp16
290/314 Test #126: p3_baseline_cxx_fake_omp16 ...............................***Not Run (Disabled)   0.00 sec
        Start 140: shoc_tests_omp12
        Start 156: shoc_sk_tests_omp12
291/314 Test #156: shoc_sk_tests_omp12 ......................................   Passed    0.66 sec
292/314 Test #140: shoc_tests_omp12 .........................................   Passed    1.51 sec
        Start 141: shoc_tests_omp13
217/303 Test  #91: p3_tests_omp4 ............................................   Passed    3.81 sec
        Start 107: p3_tests_fail_omp4
218/303 Test  #92: p3_tests_omp5 ............................................   Passed    3.84 sec
        Start  77: physics_test_data_omp6
293/314 Test #141: shoc_tests_omp13 .........................................   Passed    1.57 sec
        Start 142: shoc_tests_omp14
219/303 Test  #77: physics_test_data_omp6 ...................................   Passed    0.27 sec
        Start  93: p3_tests_omp6
294/314 Test #142: shoc_tests_omp14 .........................................   Passed    1.30 sec
        Start 143: shoc_tests_omp15
220/303 Test #107: p3_tests_fail_omp4 .......................................   Passed    2.53 sec
        Start 125: shoc_tests_omp4
295/314 Test #143: shoc_tests_omp15 .........................................   Passed    1.31 sec
        Start 144: shoc_tests_omp16
221/303 Test  #93: p3_tests_omp6 ............................................   Passed    2.93 sec
        Start 108: p3_tests_fail_omp5
222/303 Test #125: shoc_tests_omp4 ..........................................   Passed    1.55 sec
        Start 126: shoc_tests_omp5
296/314 Test #144: shoc_tests_omp16 .........................................   Passed    1.33 sec
        Start 157: shoc_sk_tests_omp13
297/314 Test #299: homme_shoc_cld_spa_p3_rrtmgp_128levels_np3 ...............   Passed  179.76 sec
        Start 158: shoc_sk_tests_omp14
298/314 Test #157: shoc_sk_tests_omp13 ......................................   Passed    0.61 sec
299/314 Test #158: shoc_sk_tests_omp14 ......................................   Passed    0.50 sec
        Start 159: shoc_sk_tests_omp15
223/303 Test #108: p3_tests_fail_omp5 .......................................   Passed    1.97 sec
        Start 141: shoc_sk_tests_omp4
224/303 Test #281: homme_shoc_cld_spa_p3_rrtmgp_np3 .........................   Passed  174.15 sec
        Start 157: spa_read_data_test_np4
300/314 Test #159: shoc_sk_tests_omp15 ......................................   Passed    0.47 sec
        Start 160: shoc_sk_tests_omp16
225/303 Test #126: shoc_tests_omp5 ..........................................   Passed    1.51 sec
        Start 142: shoc_sk_tests_omp5
226/303 Test #141: shoc_sk_tests_omp4 .......................................   Passed    0.58 sec
        Start 161: spa_one_to_one_remap_test_np4
301/314 Test #160: shoc_sk_tests_omp16 ......................................   Passed    0.57 sec
        Start 161: shoc_run_and_cmp_cxx_omp16
227/303 Test #142: shoc_sk_tests_omp5 .......................................   Passed    0.67 sec
        Start 240: surface_coupling_np4
302/314 Test #161: shoc_run_and_cmp_cxx_omp16 ...............................   Passed    1.00 sec
        Start 162: shoc_run_and_cmp_f90_omp16
228/303 Test #157: spa_read_data_test_np4 ...................................   Passed    1.77 sec
229/303 Test #240: surface_coupling_np4 .....................................   Passed    1.15 sec
        Start  78: physics_test_data_omp7
230/303 Test #161: spa_one_to_one_remap_test_np4 ............................   Passed    1.61 sec
        Start 109: p3_tests_fail_omp6
303/314 Test #162: shoc_run_and_cmp_f90_omp16 ...............................   Passed    0.33 sec
        Start 163: shoc_baseline_f90_fake_omp16
304/314 Test #163: shoc_baseline_f90_fake_omp16 .............................***Not Run (Disabled)   0.00 sec
        Start 164: shoc_baseline_cxx_fake_omp16
305/314 Test #164: shoc_baseline_cxx_fake_omp16 .............................***Not Run (Disabled)   0.00 sec
231/303 Test  #78: physics_test_data_omp7 ...................................   Passed    0.26 sec
        Start  94: p3_tests_omp7
232/303 Test #109: p3_tests_fail_omp6 .......................................   Passed    1.77 sec
        Start 127: shoc_tests_omp6
233/303 Test  #94: p3_tests_omp7 ............................................   Passed    2.95 sec
        Start 110: p3_tests_fail_omp7
234/303 Test #127: shoc_tests_omp6 ..........................................   Passed    1.44 sec
        Start 143: shoc_sk_tests_omp6
235/303 Test #143: shoc_sk_tests_omp6 .......................................   Passed    0.57 sec
236/303 Test #110: p3_tests_fail_omp7 .......................................   Passed    1.87 sec
        Start  79: physics_test_data_omp8
237/303 Test  #79: physics_test_data_omp8 ...................................   Passed    0.25 sec
        Start  80: physics_test_data_omp9
238/303 Test  #80: physics_test_data_omp9 ...................................   Passed    0.24 sec
        Start  81: physics_test_data_omp10
239/303 Test  #81: physics_test_data_omp10 ..................................   Passed    0.25 sec
        Start  82: physics_test_data_omp11
240/303 Test  #82: physics_test_data_omp11 ..................................   Passed    0.26 sec
        Start  83: physics_test_data_omp12
241/303 Test  #83: physics_test_data_omp12 ..................................   Passed    0.25 sec
        Start  84: physics_test_data_omp13
242/303 Test  #84: physics_test_data_omp13 ..................................   Passed    0.24 sec
        Start  95: p3_tests_omp8
243/303 Test #300: homme_shoc_cld_spa_p3_rrtmgp_pg2_np4 .....................   Passed   62.43 sec
        Start  96: p3_tests_omp9
244/303 Test  #95: p3_tests_omp8 ............................................   Passed    3.03 sec
        Start 111: p3_tests_fail_omp8
245/303 Test #111: p3_tests_fail_omp8 .......................................   Passed    1.48 sec
        Start 128: shoc_tests_omp7
        Start 301: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1_vs_np2_output_bfb
246/303 Test #301: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1_vs_np2_output_bfb ...   Passed    0.05 sec
        Start 302: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1_vs_np3_output_bfb
247/303 Test #302: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1_vs_np3_output_bfb ...   Passed    0.04 sec
        Start 303: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1_vs_np4_output_bfb
248/303 Test #303: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1_vs_np4_output_bfb ...   Passed    0.04 sec
306/314 Test #297: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1 ...............   Passed  286.40 sec
249/303 Test  #96: p3_tests_omp9 ............................................   Passed    3.00 sec
        Start  97: p3_tests_omp10
250/303 Test #128: shoc_tests_omp7 ..........................................   Passed    1.42 sec
        Start 144: shoc_sk_tests_omp7
251/303 Test #144: shoc_sk_tests_omp7 .......................................   Passed    0.55 sec
252/303 Test  #97: p3_tests_omp10 ...........................................   Passed    2.95 sec
        Start  85: physics_test_data_omp14
253/303 Test  #85: physics_test_data_omp14 ..................................   Passed    0.24 sec
        Start  86: physics_test_data_omp15
254/303 Test  #86: physics_test_data_omp15 ..................................   Passed    0.24 sec
        Start  87: physics_test_data_omp16
255/303 Test  #87: physics_test_data_omp16 ..................................   Passed    0.24 sec
        Start  98: p3_tests_omp11
256/303 Test  #98: p3_tests_omp11 ...........................................   Passed    3.22 sec
        Start  99: p3_tests_omp12
257/303 Test  #99: p3_tests_omp12 ...........................................   Passed    3.20 sec
        Start 100: p3_tests_omp13
258/303 Test #100: p3_tests_omp13 ...........................................   Passed    3.35 sec
        Start 101: p3_tests_omp14
259/303 Test #101: p3_tests_omp14 ...........................................   Passed    2.82 sec
        Start 102: p3_tests_omp15
260/303 Test #102: p3_tests_omp15 ...........................................   Passed    2.83 sec
        Start 103: p3_tests_omp16
307/314 Test #300: homme_shoc_cld_spa_p3_rrtmgp_128levels_np4 ...............   Passed  142.03 sec
        Start 301: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb
        Start 304: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1
        Start 305: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2
        Start 306: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3
        Start 307: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4
261/303 Test #279: homme_shoc_cld_spa_p3_rrtmgp_np1 .........................   Passed  294.12 sec
308/314 Test #305: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2 ....   Passed    0.31 sec
309/314 Test #304: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1 ....   Passed    0.32 sec
310/314 Test #307: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4 ....   Passed    0.32 sec
311/314 Test #306: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3 ....   Passed    0.33 sec
312/314 Test #301: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb ....   Passed    0.43 sec
        Start 302: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb
313/314 Test #302: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb ....   Passed    0.33 sec
        Start 303: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb
314/314 Test #303: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb ....   Passed    0.32 sec

100% tests passed, 0 tests failed out of 309

Label Time Summary:
bfbhash = 2.20 secproc (1 test)
check = 1.37 sec
proc (1 test)
cld = 6233.14 secproc (46 tests)
cld_fraction = 1.20 sec
proc (1 test)
diagnostics = 26.57 secproc (20 tests)
driver = 7313.75 sec
proc (98 tests)
dynamics = 4720.32 secproc (47 tests)
fail = 316.47 sec
proc (19 tests)
horiz_remap = 15.39 secproc (4 tests)
io = 256.12 sec
proc (24 tests)
io,remap = 29.49 secproc (4 tests)
p3 = 7310.90 sec
proc (93 tests)
physics = 8055.24 secproc (126 tests)
physics_nudging = 3.28 sec
proc (1 test)
rrtmgp = 6535.06 secproc (58 tests)
shoc = 6395.90 sec
proc (60 tests)
spa = 1275.58 secproc (23 tests)
surface_coupling = 11.88 sec
proc (4 tests)

Total Test time (real) = 334.45 sec

The following tests did not run:
89 - physics_saturation_baseline_fake (Disabled)
125 - p3_baseline_f90_fake_omp16 (Disabled)
126 - p3_baseline_cxx_fake_omp16 (Disabled)
163 - shoc_baseline_f90_fake_omp16 (Disabled)
164 - shoc_baseline_cxx_fake_omp16 (Disabled)
262/303 Test #103: p3_tests_omp16 ........................................... Passed 3.38 sec
Start 112: p3_tests_fail_omp9
Start 129: shoc_tests_omp8
263/303 Test #129: shoc_tests_omp8 .......................................... Passed 1.41 sec
Start 130: shoc_tests_omp9
264/303 Test #112: p3_tests_fail_omp9 ....................................... Passed 2.13 sec
Start 145: shoc_sk_tests_omp8
265/303 Test #145: shoc_sk_tests_omp8 ....................................... Passed 0.56 sec
Start 146: shoc_sk_tests_omp9
266/303 Test #130: shoc_tests_omp9 .......................................... Passed 1.37 sec
267/303 Test #146: shoc_sk_tests_omp9 ....................................... Passed 0.54 sec
Start 113: p3_tests_fail_omp10
268/303 Test #113: p3_tests_fail_omp10 ...................................... Passed 1.81 sec
Start 114: p3_tests_fail_omp11
269/303 Test #114: p3_tests_fail_omp11 ...................................... Passed 1.40 sec
Start 115: p3_tests_fail_omp12
270/303 Test #115: p3_tests_fail_omp12 ...................................... Passed 1.88 sec
Start 116: p3_tests_fail_omp13
271/303 Test #116: p3_tests_fail_omp13 ...................................... Passed 1.61 sec
Start 117: p3_tests_fail_omp14
272/303 Test #117: p3_tests_fail_omp14 ...................................... Passed 1.83 sec
Start 118: p3_tests_fail_omp15
273/303 Test #118: p3_tests_fail_omp15 ...................................... Passed 1.74 sec
Start 119: p3_tests_fail_omp16
274/303 Test #119: p3_tests_fail_omp16 ...................................... Passed 1.96 sec
Start 131: shoc_tests_omp10
275/303 Test #131: shoc_tests_omp10 ......................................... Passed 1.40 sec
Start 132: shoc_tests_omp11
276/303 Test #132: shoc_tests_omp11 ......................................... Passed 1.46 sec
Start 133: shoc_tests_omp12
277/303 Test #133: shoc_tests_omp12 ......................................... Passed 1.40 sec
Start 134: shoc_tests_omp13
278/303 Test #134: shoc_tests_omp13 ......................................... Passed 1.40 sec
Start 135: shoc_tests_omp14
279/303 Test #135: shoc_tests_omp14 ......................................... Passed 1.22 sec
Start 136: shoc_tests_omp15
280/303 Test #136: shoc_tests_omp15 ......................................... Passed 1.23 sec
Start 137: shoc_tests_omp16
281/303 Test #137: shoc_tests_omp16 ......................................... Passed 1.23 sec
Start 147: shoc_sk_tests_omp10
282/303 Test #147: shoc_sk_tests_omp10 ...................................... Passed 0.55 sec
Start 148: shoc_sk_tests_omp11
283/303 Test #148: shoc_sk_tests_omp11 ...................................... Passed 0.52 sec
Start 149: shoc_sk_tests_omp12
284/303 Test #149: shoc_sk_tests_omp12 ...................................... Passed 0.54 sec
Start 150: shoc_sk_tests_omp13
285/303 Test #150: shoc_sk_tests_omp13 ...................................... Passed 0.53 sec
Start 151: shoc_sk_tests_omp14
286/303 Test #151: shoc_sk_tests_omp14 ...................................... Passed 0.41 sec
Start 152: shoc_sk_tests_omp15
287/303 Test #152: shoc_sk_tests_omp15 ...................................... Passed 0.41 sec
Start 153: shoc_sk_tests_omp16
288/303 Test #153: shoc_sk_tests_omp16 ...................................... Passed 0.40 sec
289/303 Test #282: homme_shoc_cld_spa_p3_rrtmgp_np4 ......................... Passed 134.69 sec
Start 283: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np2_output_bfb
290/303 Test #283: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np2_output_bfb ....... Passed 0.07 sec
Start 284: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np3_output_bfb
291/303 Test #284: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np3_output_bfb ....... Passed 0.06 sec
Start 285: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np4_output_bfb
292/303 Test #285: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np4_output_bfb ....... Passed 0.06 sec
293/303 Test #288: homme_shoc_cld_spa_p3_rrtmgp_128levels_np3 ............... Passed 303.14 sec
294/303 Test #287: homme_shoc_cld_spa_p3_rrtmgp_128levels_np2 ............... Passed 423.82 sec
295/303 Test #289: homme_shoc_cld_spa_p3_rrtmgp_128levels_np4 ............... Passed 234.90 sec
296/303 Test #286: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1 ............... Passed 509.37 sec
Start 290: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb
Start 293: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1
Start 294: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2
Start 295: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3
Start 296: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4
297/303 Test #296: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4 .... Passed 0.31 sec
298/303 Test #295: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3 .... Passed 0.31 sec
299/303 Test #293: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1 .... Passed 0.31 sec
300/303 Test #294: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2 .... Passed 0.32 sec
301/303 Test #290: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb .... Passed 0.43 sec
Start 291: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb
302/303 Test #291: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb .... Passed 0.32 sec
Start 292: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb
303/303 Test #292: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb .... Passed 0.32 sec

100% tests passed, 0 tests failed out of 303

Label Time Summary:
bfbhash = 0.33 secproc (1 test)
check = 0.40 sec
proc (1 test)
cld = 9409.95 secproc (46 tests)
cld_fraction = 0.40 sec
proc (1 test)
diagnostics = 7.02 secproc (20 tests)
driver = 10871.71 sec
proc (98 tests)
dynamics = 8061.05 secproc (47 tests)
fail = 255.57 sec
proc (18 tests)
horiz_remap = 10.01 secproc (4 tests)
io = 240.38 sec
proc (24 tests)
io,remap = 23.65 secproc (4 tests)
p3 = 10337.02 sec
proc (90 tests)
physics = 11080.40 secproc (120 tests)
physics_nudging = 1.17 sec
proc (1 test)
rrtmgp = 9728.45 secproc (58 tests)
shoc = 9554.50 sec
proc (58 tests)
spa = 1352.18 secproc (23 tests)
surface_coupling = 10.95 sec
proc (4 tests)

Total Test time (real) = 552.80 sec

Testing 'e7fb36ed7209f6ab33b64603a23d85d38e704fb5' for test 'full_sp_debug'

RUN: taskset -c 32-63 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=32 CTEST_PARALLEL_LEVEL=32 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4092/scream/components/eamxx/ctest-build/full_sp_debug/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4092/scream/components/eamxx/ctest-build/full_sp_debug -DBUILD_NAME_MOD=full_sp_debug -S /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4092/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=mappy -DCMAKE_COMMAND="-C /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4092/scream/components/eamxx/cmake/machine-files/mappy.cmake -DNetCDF_Fortran_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DNetCDF_C_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DSCREAM_DOUBLE_PRECISION=False -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicxx -DCMAKE_C_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicc -DCMAKE_Fortran_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=32 -DSCREAM_TEST_DATA_DIR=/sems-data-store/ACME/baselines/scream/master-baselines/full_sp_debug/data" '
FROM: /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4092/scream/components/eamxx/ctest-build/full_sp_debug

Testing 'e7fb36ed7209f6ab33b64603a23d85d38e704fb5' for test 'debug_nopack_fpe'

RUN: taskset -c 64-95 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=32 CTEST_PARALLEL_LEVEL=32 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4092/scream/components/eamxx/ctest-build/debug_nopack_fpe/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4092/scream/components/eamxx/ctest-build/debug_nopack_fpe -DBUILD_NAME_MOD=debug_nopack_fpe -S /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4092/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=mappy -DCMAKE_COMMAND="-C /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4092/scream/components/eamxx/cmake/machine-files/mappy.cmake -DNetCDF_Fortran_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DNetCDF_C_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DSCREAM_PACK_SIZE=1 -DSCREAM_FPE=True -DSCREAM_ENABLE_BASELINE_TESTS=False -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicxx -DCMAKE_C_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicc -DCMAKE_Fortran_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=32" '
FROM: /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4092/scream/components/eamxx/ctest-build/debug_nopack_fpe

Testing 'e7fb36ed7209f6ab33b64603a23d85d38e704fb5' for test 'release'

RUN: taskset -c 96-127 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=32 CTEST_PARALLEL_LEVEL=32 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4092/scream/components/eamxx/ctest-build/release/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4092/scream/components/eamxx/ctest-build/release -DBUILD_NAME_MOD=release -S /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4092/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=mappy -DCMAKE_COMMAND="-C /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4092/scream/components/eamxx/cmake/machine-files/mappy.cmake -DNetCDF_Fortran_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DNetCDF_C_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DCMAKE_BUILD_TYPE=Release -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicxx -DCMAKE_C_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicc -DCMAKE_Fortran_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=32 -DSCREAM_TEST_DATA_DIR=/sems-data-store/ACME/baselines/scream/master-baselines/release/data" '
FROM: /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4092/scream/components/eamxx/ctest-build/release

Testing 'e7fb36ed7209f6ab33b64603a23d85d38e704fb5' for test 'full_debug'

RUN: taskset -c 0-31 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=32 CTEST_PARALLEL_LEVEL=32 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4092/scream/components/eamxx/ctest-build/full_debug/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4092/scream/components/eamxx/ctest-build/full_debug -DBUILD_NAME_MOD=full_debug -S /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4092/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=mappy -DCMAKE_COMMAND="-C /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4092/scream/components/eamxx/cmake/machine-files/mappy.cmake -DNetCDF_Fortran_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DNetCDF_C_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicxx -DCMAKE_C_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicc -DCMAKE_Fortran_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=32 -DSCREAM_TEST_DATA_DIR=/sems-data-store/ACME/baselines/scream/master-baselines/full_debug/data" '
FROM: /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4092/scream/components/eamxx/ctest-build/full_debug
OVERALL STATUS: PASS
Starting analysis on mappy with cmd: cd /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4092/scream/components/eamxx && module purge && module load sems-archive-env acme-env sems-archive-gcc/9.2.0 sems-archive-cmake/3.19.1 sems-archive-git/2.10.1 acme-openmpi/4.0.7 acme-netcdf/4.7.4/acme && export OMP_PROC_BIND=spread && true && ./scripts/test-all-scream --baseline-dir AUTO $compiler -c EKAT_DISABLE_TPL_WARNINGS=ON -p -i -m mappy
RUN: cd /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4092/scream/components/eamxx && module purge && module load sems-archive-env acme-env sems-archive-gcc/9.2.0 sems-archive-cmake/3.19.1 sems-archive-git/2.10.1 acme-openmpi/4.0.7 acme-netcdf/4.7.4/acme && export OMP_PROC_BIND=spread && true && ./scripts/test-all-scream --baseline-dir AUTO $compiler -c EKAT_DISABLE_TPL_WARNINGS=ON -p -i -m mappy
FROM: /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4092/scream/components/eamxx
Completed analysis on mappy

  • [[ 0 != 0 ]]
  • [[ 1 == 0 ]]
  • [[ mappy == \m\a\p\p\y ]]
  • [[ 0 == 1 ]]
  • [[ -z '' ]]
  • [[ 1 == 1 ]]
  • [[ 0 == 1 ]]
  • [[ 1 == 1 ]]
  • '[' -n 2418 ']'
  • ./scripts/git-merge-ref origin/master
  • [[ 0 != 0 ]]
  • [[ 0 == 1 ]]
  • [[ 1 == 1 ]]
  • ../../cime/scripts/create_test e3sm_scream_v1_at --compiler=gnu9 -c -b master --wait
    No project info available
    create_test will do up to 6 tasks simultaneously
    create_test will use up to 80 cores simultaneously
    Creating test directory /ascldap/users/e3sm-jenkins/acme/scratch/ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2.C.20230721_142558_xecglv
    Creating test directory /ascldap/users/e3sm-jenkins/acme/scratch/ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9.C.20230721_142558_xecglv
    Creating test directory /ascldap/users/e3sm-jenkins/acme/scratch/SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9.C.20230721_142558_xecglv
    Creating test directory /ascldap/users/e3sm-jenkins/acme/scratch/ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9.C.20230721_142558_xecglv
    Creating test directory /ascldap/users/e3sm-jenkins/acme/scratch/ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.C.20230721_142558_xecglv
    Creating test directory /ascldap/users/e3sm-jenkins/acme/scratch/PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.C.20230721_142558_xecglv
    RUNNING TESTS:
    ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2
    ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9
    SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9
    ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9
    ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9
    PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9
    Starting CREATE_NEWCASE for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 with 1 procs
    Starting CREATE_NEWCASE for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Starting CREATE_NEWCASE for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 with 1 procs
    Starting CREATE_NEWCASE for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 with 1 procs
    Starting CREATE_NEWCASE for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Starting CREATE_NEWCASE for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Finished CREATE_NEWCASE for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 in 0.609589 seconds (PASS)
    Finished CREATE_NEWCASE for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 0.611796 seconds (PASS)
    Finished CREATE_NEWCASE for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 in 0.619168 seconds (PASS)
    Finished CREATE_NEWCASE for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 0.632802 seconds (PASS)
    Finished CREATE_NEWCASE for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 in 0.646734 seconds (PASS)
    Starting XML for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Starting XML for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 with 1 procs
    Starting XML for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 with 1 procs
    Starting XML for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Starting XML for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Finished CREATE_NEWCASE for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 in 0.933481 seconds (PASS)
    Starting XML for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 with 1 procs
    Finished XML for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 in 0.965065 seconds (PASS)
    Finished XML for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 in 0.972106 seconds (PASS)
    Finished XML for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 1.021839 seconds (PASS)
    Finished XML for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 in 1.025274 seconds (PASS)
    Finished XML for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 1.045179 seconds (PASS)
    Starting SETUP for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Starting SETUP for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 with 1 procs
    Starting SETUP for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 with 1 procs
    Starting SETUP for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Starting SETUP for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Finished XML for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 in 0.932159 seconds (PASS)
    Starting SETUP for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 with 1 procs
    Finished SETUP for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 in 2.825376 seconds (PASS)
    Starting SHAREDLIB_BUILD for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 with 1 procs
    Finished SETUP for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 3.278990 seconds (PASS)
    Finished SETUP for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 3.290853 seconds (PASS)
    Finished SETUP for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 in 3.313058 seconds (PASS)
    Finished SETUP for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 in 3.110580 seconds (PASS)
    Finished SETUP for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 in 3.323678 seconds (PASS)
    Starting SHAREDLIB_BUILD for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 with 1 procs
    Starting SHAREDLIB_BUILD for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Starting SHAREDLIB_BUILD for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 with 1 procs
    Starting SHAREDLIB_BUILD for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Starting SHAREDLIB_BUILD for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Finished SHAREDLIB_BUILD for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 in 40.638603 seconds (PASS)
    Starting MODEL_BUILD for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 with 16 procs
    Finished SHAREDLIB_BUILD for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 in 40.809221 seconds (PASS)
    Starting MODEL_BUILD for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 with 16 procs
    Finished SHAREDLIB_BUILD for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 in 48.906590 seconds (PASS)
    Starting MODEL_BUILD for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 with 16 procs
    Finished SHAREDLIB_BUILD for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 55.929788 seconds (PASS)
    Starting MODEL_BUILD for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 16 procs
    Finished SHAREDLIB_BUILD for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 in 107.508850 seconds (PASS)
    Finished SHAREDLIB_BUILD for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 124.134484 seconds (PASS)
    Starting MODEL_BUILD for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 with 16 procs
    Finished MODEL_BUILD for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 in 137.838724 seconds (PASS)
    Starting RUN for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 with 1 proc on interactive node and 64 procs on compute nodes
    Finished RUN for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 in 0.890634 seconds (PEND). [COMPLETED 1 of 6]
    Starting MODEL_BUILD for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 16 procs
    Finished MODEL_BUILD for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 in 139.179662 seconds (PASS)
    Starting RUN for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 with 1 proc on interactive node and 64 procs on compute nodes
    Finished RUN for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 in 0.834837 seconds (PEND). [COMPLETED 2 of 6]
    Finished MODEL_BUILD for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 in 197.153868 seconds (PASS)
    Starting RUN for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 with 1 proc on interactive node and 64 procs on compute nodes
    Finished RUN for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 in 6.963484 seconds (PEND). [COMPLETED 3 of 6]
    Finished MODEL_BUILD for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 207.548489 seconds (PASS)
    Starting RUN for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 proc on interactive node and 64 procs on compute nodes
    Finished RUN for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 2.798751 seconds (PEND). [COMPLETED 4 of 6]
    Finished MODEL_BUILD for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 in 388.888069 seconds (PASS)
    Starting RUN for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 with 1 proc on interactive node and 64 procs on compute nodes
    Finished RUN for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 in 0.816739 seconds (PEND). [COMPLETED 5 of 6]
    Finished MODEL_BUILD for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 426.491297 seconds (PASS)
    Starting RUN for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 proc on interactive node and 64 procs on compute nodes
    Finished RUN for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 1.084280 seconds (PEND). [COMPLETED 6 of 6]
    Waiting for tests to finish
    DIFF ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 (phase BASELINE)
    Case dir: /ascldap/users/e3sm-jenkins/acme/scratch/ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9.C.20230721_142558_xecglv
    DIFF ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 (phase BASELINE)
    Case dir: /ascldap/users/e3sm-jenkins/acme/scratch/ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.C.20230721_142558_xecglv
    DIFF ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 (phase BASELINE)
    Case dir: /ascldap/users/e3sm-jenkins/acme/scratch/ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2.C.20230721_142558_xecglv
    PASS ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 RUN
    Case dir: /ascldap/users/e3sm-jenkins/acme/scratch/ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9.C.20230721_142558_xecglv
    DIFF PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 (phase BASELINE)
    Case dir: /ascldap/users/e3sm-jenkins/acme/scratch/PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.C.20230721_142558_xecglv
    DIFF SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 (phase BASELINE)
    Case dir: /ascldap/users/e3sm-jenkins/acme/scratch/SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9.C.20230721_142558_xecglv
    test-scheduler took 781.5507686138153 seconds
  • [[ 100 != 0 ]]
  • fails=0+1
  • v1_fail=1
  • set +x
    ######################################################
    FAILS DETECTED:
    SCREAM V1 TESTING FAILED!
    ######################################################
    Build step 'Execute shell' marked build as failure
    Performing Post build task...
    Match found for : : True
    Logical operation result is TRUE
    Running script : #!/bin/bash -le

cd $WORKSPACE/${BUILD_ID}/

./scream/components/eamxx/scripts/jenkins/jenkins_cleanup.sh
[SCREAM_PullRequest_Autotester_Mappy] $ /bin/bash -le /tmp/jenkins17347033533629680604.sh
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Sending e-mails to: lbertag@sandia.gov
Finished: FAILURE

Console Output (last 100K lines) : SCREAM_PullRequest_Autotester_Weaver # 4641 (click to expand)

 38/100 Test  #38: shoc_run_and_cmp_cxx ....................................   Passed    1.64 sec
        Start  39: shoc_run_and_cmp_f90
 39/100 Test  #39: shoc_run_and_cmp_f90 ....................................   Passed    0.86 sec
        Start  40: shoc_baseline_f90_fake
 40/100 Test  #40: shoc_baseline_f90_fake ..................................***Not Run (Disabled)   0.00 sec
        Start  41: shoc_baseline_cxx_fake
 41/100 Test  #41: shoc_baseline_cxx_fake ..................................***Not Run (Disabled)   0.00 sec
        Start  42: spa_read_data_test_np1
 42/100 Test  #42: spa_read_data_test_np1 ..................................   Passed    6.63 sec
        Start  43: spa_one_to_one_remap_test_np1
 43/100 Test  #43: spa_one_to_one_remap_test_np1 ...........................   Passed    1.84 sec
        Start  44: spa_main_test
 44/100 Test  #44: spa_main_test ...........................................   Passed    1.09 sec
        Start  45: nudging_tests
 45/100 Test  #45: nudging_tests ...........................................   Passed    1.88 sec
        Start  46: field_at_level
 46/100 Test  #46: field_at_level ..........................................   Passed    0.93 sec
        Start  47: field_at_pressure_level
 47/100 Test  #47: field_at_pressure_level .................................   Passed    1.42 sec
        Start  48: field_at_height
 48/100 Test  #48: field_at_height .........................................   Passed    3.23 sec
        Start  49: potential_temperature
 49/100 Test  #49: potential_temperature ...................................   Passed    1.21 sec
        Start  50: exner_function
 50/100 Test  #50: exner_function ..........................................   Passed    1.88 sec
        Start  51: virtual_temperature
 51/100 Test  #51: virtual_temperature .....................................   Passed    1.40 sec
        Start  52: atmosphere_density
 52/100 Test  #52: atmosphere_density ......................................   Passed    1.66 sec
        Start  53: vertical_layer
 53/100 Test  #53: vertical_layer ..........................................   Passed    1.46 sec
        Start  54: dry_static_energy
 54/100 Test  #54: dry_static_energy .......................................   Passed    1.25 sec
        Start  55: sea_level_pressure
 55/100 Test  #55: sea_level_pressure ......................................   Passed    1.07 sec
        Start  56: water_path
 56/100 Test  #56: water_path ..............................................   Passed    1.56 sec
        Start  57: shortwave_cloud_forcing
 57/100 Test  #57: shortwave_cloud_forcing .................................   Passed    1.98 sec
        Start  58: longwave_cloud_forcing
 58/100 Test  #58: longwave_cloud_forcing ..................................   Passed    1.07 sec
        Start  59: relative_humidity
 59/100 Test  #59: relative_humidity .......................................   Passed    1.34 sec
        Start  60: zonal_vapor_flux
 60/100 Test  #60: zonal_vapor_flux ........................................   Passed    1.17 sec
        Start  61: meridional_vapor_flux
 61/100 Test  #61: meridional_vapor_flux ...................................   Passed    1.71 sec
        Start  62: precip_ice_surf_mass_flux
 62/100 Test  #62: precip_ice_surf_mass_flux ...............................   Passed    1.39 sec
        Start  63: precip_liq_surf_mass_flux
 63/100 Test  #63: precip_liq_surf_mass_flux ...............................   Passed    1.39 sec
        Start  64: precip_total_surf_mass_flux
 64/100 Test  #64: precip_total_surf_mass_flux .............................   Passed    1.74 sec
        Start  65: surface_upward_latent_heat_flux
 65/100 Test  #65: surface_upward_latent_heat_flux .........................   Passed    1.56 sec
        Start  66: ad_ut
 66/100 Test  #66: ad_ut ...................................................   Passed    1.61 sec
        Start  67: fail
 67/100 Test  #67: fail ....................................................   Passed    2.40 sec
        Start  68: scream_fpe_check
 68/100 Test  #68: scream_fpe_check ........................................   Passed    0.88 sec
        Start  69: bfbhash
 69/100 Test  #69: bfbhash .................................................   Passed    0.92 sec
        Start  70: homme_standalone_np1
 70/100 Test  #70: homme_standalone_np1 ....................................   Passed    3.53 sec
        Start  71: p3_standalone_np1
 71/100 Test  #71: p3_standalone_np1 .......................................   Passed    2.60 sec
        Start  72: p3_tend_check_np1
 72/100 Test  #72: p3_tend_check_np1 .......................................   Passed    3.42 sec
        Start  73: shoc_standalone_np1
 73/100 Test  #73: shoc_standalone_np1 .....................................   Passed    1.95 sec
        Start  74: shoc_tend_check_np1
 74/100 Test  #74: shoc_tend_check_np1 .....................................   Passed    1.08 sec
        Start  75: check_U_V_slices_np1
 75/100 Test  #75: check_U_V_slices_np1 ....................................   Passed    0.89 sec
        Start  76: check_surf_mom_flux_slices_np1
 76/100 Test  #76: check_surf_mom_flux_slices_np1 ..........................   Passed    0.88 sec
        Start  77: check_U_V_slices_fail_diff
 77/100 Test  #77: check_U_V_slices_fail_diff ..............................   Passed    0.88 sec
        Start  78: check_U_V_slices_fail_layout
 78/100 Test  #78: check_U_V_slices_fail_layout ............................   Passed    0.88 sec
        Start  79: check_U_V_slices_fail_missing
 79/100 Test  #79: check_U_V_slices_fail_missing ...........................   Passed    0.87 sec
        Start  80: cld_fraction_standalone
 80/100 Test  #80: cld_fraction_standalone .................................   Passed    1.00 sec
        Start  81: spa_stand_alone_np1
 81/100 Test  #81: spa_stand_alone_np1 .....................................   Passed    5.18 sec
        Start  82: surface_coupling_np1
 82/100 Test  #82: surface_coupling_np1 ....................................   Passed    1.38 sec
        Start  83: rrtmgp_standalone_unit
 83/100 Test  #83: rrtmgp_standalone_unit ..................................   Passed    1.29 sec
        Start  84: rrtmgp_standalone_np1
 84/100 Test  #84: rrtmgp_standalone_np1 ...................................   Passed    1.74 sec
        Start  85: rrtmgp_standalone_chunked
 85/100 Test  #85: rrtmgp_standalone_chunked ...............................   Passed    1.58 sec
        Start  86: rrtmgp_chunked_vs_monolithic_bfb
 86/100 Test  #86: rrtmgp_chunked_vs_monolithic_bfb ........................   Passed    0.04 sec
        Start  87: shoc_cld_p3_rrtmgp_np1
 87/100 Test  #87: shoc_cld_p3_rrtmgp_np1 ..................................   Passed    3.73 sec
        Start  88: shoc_cld_spa_p3_rrtmgp_np1
 88/100 Test  #88: shoc_cld_spa_p3_rrtmgp_np1 ..............................   Passed    6.50 sec
        Start  89: shoc_p3_subcycled
 89/100 Test  #89: shoc_p3_subcycled .......................................   Passed    2.67 sec
        Start  90: shoc_p3_monolithic
 90/100 Test  #90: shoc_p3_monolithic ......................................   Passed    2.44 sec
        Start  91: check_subcycling
 91/100 Test  #91: check_subcycling ........................................   Passed    0.05 sec
        Start  92: homme_shoc_cld_p3_rrtmgp_np1
 92/100 Test  #92: homme_shoc_cld_p3_rrtmgp_np1 ............................   Passed    5.27 sec
        Start  93: model_baseline
 93/100 Test  #93: model_baseline ..........................................   Passed    5.64 sec
        Start  94: model_initial
 94/100 Test  #94: model_initial ...........................................   Passed    5.22 sec
        Start  95: model_restart
 27/101 Test  #27: p3_tests_omp1 ...........................................   Passed  135.63 sec
        Start  28: p3_tests_fail_omp1
 95/100 Test  #95: model_restart ...........................................   Passed    5.40 sec
        Start  96: restarted_vs_monolithic_check_np1
 96/100 Test  #96: restarted_vs_monolithic_check_np1 .......................   Passed    0.11 sec
        Start  97: homme_shoc_cld_spa_p3_rrtmgp_np1
 97/100 Test  #97: homme_shoc_cld_spa_p3_rrtmgp_np1 ........................   Passed    7.79 sec
        Start  98: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1
 98/100 Test  #98: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1 ..............   Passed    8.53 sec
        Start  99: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1
 99/100 Test  #99: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1 ...   Passed    0.92 sec
        Start 100: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1
100/100 Test #100: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1 ....................   Passed    7.01 sec

100% tests passed, 0 tests failed out of 95

Label Time Summary:
bfbhash = 0.92 secproc (1 test)
check = 0.88 sec
proc (1 test)
cld = 39.75 secproc (7 tests)
cld_fraction = 1.00 sec
proc (1 test)
diagnostics = 30.38 secproc (20 tests)
driver = 66.13 sec
proc (20 tests)
dynamics = 35.12 secproc (8 tests)
fail = 12.23 sec
proc (3 tests)
horiz_remap = 1.30 secproc (1 test)
io = 16.29 sec
proc (6 tests)
io,remap = 2.68 secproc (1 test)
p3 = 69.56 sec
proc (15 tests)
physics = 89.53 secproc (27 tests)
physics_nudging = 1.88 sec
proc (1 test)
rrtmgp = 47.32 secproc (13 tests)
shoc = 45.33 sec
proc (12 tests)
spa = 21.22 secproc (5 tests)
surface_coupling = 1.38 sec
proc (1 test)

Total Test time (real) = 209.17 sec

The following tests did not run:
26 - physics_saturation_baseline_fake (Disabled)
32 - p3_baseline_f90_fake (Disabled)
33 - p3_baseline_cxx_fake (Disabled)
40 - shoc_baseline_f90_fake (Disabled)
41 - shoc_baseline_cxx_fake (Disabled)
32/81 Test #32: shoc_tests_omp1 .................... Passed 160.86 sec
Start 33: shoc_sk_tests_omp1
28/101 Test #28: p3_tests_fail_omp1 ...................................... Passed 40.26 sec
Start 29: p3_run_and_cmp_cxx
29/101 Test #29: p3_run_and_cmp_cxx ...................................... Passed 7.30 sec
Start 30: p3_run_and_cmp_f90
33/81 Test #33: shoc_sk_tests_omp1 ................. Passed 37.65 sec
Start 34: shoc_run_and_cmp_cxx
34/81 Test #34: shoc_run_and_cmp_cxx ............... Passed 2.21 sec
Start 35: shoc_run_and_cmp_f90
30/101 Test #30: p3_run_and_cmp_f90 ...................................... Passed 28.38 sec
Start 31: p3_run_and_cmp_cxx_fail
31/101 Test #31: p3_run_and_cmp_cxx_fail ................................. Passed 9.34 sec
Start 32: p3_baseline_f90_fake
32/101 Test #32: p3_baseline_f90_fake ....................................***Not Run (Disabled) 0.00 sec
Start 33: p3_baseline_cxx_fake
33/101 Test #33: p3_baseline_cxx_fake ....................................***Not Run (Disabled) 0.00 sec
Start 34: rrtmgp_tests
34/101 Test #34: rrtmgp_tests ............................................ Passed 1.14 sec
Start 35: rrtmgp_unit_tests
35/101 Test #35: rrtmgp_unit_tests ....................................... Passed 1.13 sec
Start 36: shoc_tests_omp1
36/101 Test #36: shoc_tests_omp1 ......................................... Passed 153.62 sec
Start 37: shoc_sk_tests_omp1
37/101 Test #37: shoc_sk_tests_omp1 ...................................... Passed 80.92 sec
Start 38: shoc_run_and_cmp_cxx
38/101 Test #38: shoc_run_and_cmp_cxx .................................... Passed 1.49 sec
Start 39: shoc_run_and_cmp_f90
35/81 Test #35: shoc_run_and_cmp_f90 ............... Passed 277.94 sec
Start 36: shoc_baseline_f90_fake
36/81 Test #36: shoc_baseline_f90_fake .............***Not Run (Disabled) 0.00 sec
Start 37: shoc_baseline_cxx_fake
37/81 Test #37: shoc_baseline_cxx_fake .............***Not Run (Disabled) 0.00 sec
Start 38: spa_read_data_test_np1
38/81 Test #38: spa_read_data_test_np1 ............. Passed 4.74 sec
Start 39: spa_one_to_one_remap_test_np1
39/81 Test #39: spa_one_to_one_remap_test_np1 ...... Passed 1.47 sec
Start 40: spa_main_test
40/81 Test #40: spa_main_test ...................... Passed 1.04 sec
Start 41: nudging_tests
41/81 Test #41: nudging_tests ...................... Passed 1.87 sec
Start 42: field_at_level
42/81 Test #42: field_at_level ..................... Passed 1.91 sec
Start 43: field_at_pressure_level
43/81 Test #43: field_at_pressure_level ............ Passed 1.70 sec
Start 44: field_at_height
44/81 Test #44: field_at_height .................... Passed 2.33 sec
Start 45: potential_temperature
45/81 Test #45: potential_temperature .............. Passed 1.41 sec
Start 46: exner_function
46/81 Test #46: exner_function ..................... Passed 1.43 sec
Start 47: virtual_temperature
47/81 Test #47: virtual_temperature ................ Passed 1.36 sec
Start 48: atmosphere_density
48/81 Test #48: atmosphere_density ................. Passed 1.65 sec
Start 49: vertical_layer
49/81 Test #49: vertical_layer ..................... Passed 1.51 sec
Start 50: dry_static_energy
50/81 Test #50: dry_static_energy .................. Passed 1.37 sec
Start 51: sea_level_pressure
51/81 Test #51: sea_level_pressure ................. Passed 2.00 sec
Start 52: water_path
52/81 Test #52: water_path ......................... Passed 1.56 sec
Start 53: shortwave_cloud_forcing
53/81 Test #53: shortwave_cloud_forcing ............ Passed 1.56 sec
Start 54: longwave_cloud_forcing
54/81 Test #54: longwave_cloud_forcing ............. Passed 1.82 sec
Start 55: relative_humidity
55/81 Test #55: relative_humidity .................. Passed 1.53 sec
Start 56: zonal_vapor_flux
56/81 Test #56: zonal_vapor_flux ................... Passed 1.57 sec
Start 57: meridional_vapor_flux
57/81 Test #57: meridional_vapor_flux .............. Passed 2.11 sec
Start 58: precip_ice_surf_mass_flux
58/81 Test #58: precip_ice_surf_mass_flux .......... Passed 1.43 sec
Start 59: precip_liq_surf_mass_flux
59/81 Test #59: precip_liq_surf_mass_flux .......... Passed 1.49 sec
Start 60: precip_total_surf_mass_flux
60/81 Test #60: precip_total_surf_mass_flux ........ Passed 1.50 sec
Start 61: surface_upward_latent_heat_flux
61/81 Test #61: surface_upward_latent_heat_flux .... Passed 1.24 sec
Start 62: ad_ut
62/81 Test #62: ad_ut .............................. Passed 1.18 sec
Start 63: fail
63/81 Test #63: fail ............................... Passed 2.35 sec
Start 64: kokkos_fail
64/81 Test #64: kokkos_fail ........................ Passed 3.11 sec
Start 65: scream_fpe_check
65/81 Test #65: scream_fpe_check ................... Passed 0.91 sec
Start 66: bfbhash
66/81 Test #66: bfbhash ............................ Passed 0.82 sec
Start 67: p3_standalone_np1
67/81 Test #67: p3_standalone_np1 .................. Passed 3.35 sec
Start 68: p3_tend_check_np1
68/81 Test #68: p3_tend_check_np1 .................. Passed 0.96 sec
Start 69: shoc_standalone_np1
69/81 Test #69: shoc_standalone_np1 ................ Passed 3.63 sec
Start 70: shoc_tend_check_np1
70/81 Test #70: shoc_tend_check_np1 ................ Passed 1.09 sec
Start 71: check_U_V_slices_np1
71/81 Test #71: check_U_V_slices_np1 ............... Passed 0.87 sec
Start 72: check_surf_mom_flux_slices_np1
72/81 Test #72: check_surf_mom_flux_slices_np1 ..... Passed 0.86 sec
Start 73: check_U_V_slices_fail_diff
39/101 Test #39: shoc_run_and_cmp_f90 .................................... Passed 90.96 sec
Start 40: shoc_baseline_f90_fake
40/101 Test #40: shoc_baseline_f90_fake ..................................***Not Run (Disabled) 0.00 sec
Start 41: shoc_baseline_cxx_fake
41/101 Test #41: shoc_baseline_cxx_fake ..................................***Not Run (Disabled) 0.00 sec
Start 42: spa_read_data_test_np1
73/81 Test #73: check_U_V_slices_fail_diff ......... Passed 1.01 sec
Start 74: check_U_V_slices_fail_layout
74/81 Test #74: check_U_V_slices_fail_layout ....... Passed 0.89 sec
Start 75: check_U_V_slices_fail_missing
42/101 Test #42: spa_read_data_test_np1 .................................. Passed 1.89 sec
Start 43: spa_one_to_one_remap_test_np1
75/81 Test #75: check_U_V_slices_fail_missing ...... Passed 0.99 sec
Start 76: cld_fraction_standalone
43/101 Test #43: spa_one_to_one_remap_test_np1 ........................... Passed 1.33 sec
Start 44: spa_main_test
44/101 Test #44: spa_main_test ........................................... Passed 1.00 sec
Start 45: nudging_tests
76/81 Test #76: cld_fraction_standalone ............ Passed 1.83 sec
Start 77: spa_stand_alone_np1
45/101 Test #45: nudging_tests ........................................... Passed 1.77 sec
Start 46: field_at_level
46/101 Test #46: field_at_level .......................................... Passed 1.54 sec
Start 47: field_at_pressure_level
47/101 Test #47: field_at_pressure_level ................................. Passed 2.87 sec
Start 48: field_at_height
48/101 Test #48: field_at_height ......................................... Passed 1.88 sec
Start 49: potential_temperature
49/101 Test #49: potential_temperature ................................... Passed 1.51 sec
Start 50: exner_function
50/101 Test #50: exner_function .......................................... Passed 1.48 sec
Start 51: virtual_temperature
51/101 Test #51: virtual_temperature ..................................... Passed 1.40 sec
Start 52: atmosphere_density
52/101 Test #52: atmosphere_density ...................................... Passed 1.38 sec
Start 53: vertical_layer
53/101 Test #53: vertical_layer .......................................... Passed 1.55 sec
Start 54: dry_static_energy
54/101 Test #54: dry_static_energy ....................................... Passed 1.50 sec
Start 55: sea_level_pressure
55/101 Test #55: sea_level_pressure ...................................... Passed 1.23 sec
Start 56: water_path
56/101 Test #56: water_path .............................................. Passed 1.40 sec
Start 57: shortwave_cloud_forcing
57/101 Test #57: shortwave_cloud_forcing ................................. Passed 1.73 sec
Start 58: longwave_cloud_forcing
58/101 Test #58: longwave_cloud_forcing .................................. Passed 1.59 sec
Start 59: relative_humidity
59/101 Test #59: relative_humidity ....................................... Passed 1.45 sec
Start 60: zonal_vapor_flux
60/101 Test #60: zonal_vapor_flux ........................................ Passed 1.62 sec
Start 61: meridional_vapor_flux
61/101 Test #61: meridional_vapor_flux ................................... Passed 1.19 sec
Start 62: precip_ice_surf_mass_flux
62/101 Test #62: precip_ice_surf_mass_flux ............................... Passed 1.57 sec
Start 63: precip_liq_surf_mass_flux
63/101 Test #63: precip_liq_surf_mass_flux ............................... Passed 2.12 sec
Start 64: precip_total_surf_mass_flux
64/101 Test #64: precip_total_surf_mass_flux ............................. Passed 1.74 sec
Start 65: surface_upward_latent_heat_flux
65/101 Test #65: surface_upward_latent_heat_flux ......................... Passed 1.57 sec
Start 66: ad_ut
66/101 Test #66: ad_ut ................................................... Passed 1.94 sec
Start 67: fail
67/101 Test #67: fail .................................................... Passed 2.40 sec
Start 68: kokkos_fail
68/101 Test #68: kokkos_fail ............................................. Passed 3.00 sec
Start 69: scream_fpe_check
69/101 Test #69: scream_fpe_check ........................................ Passed 1.12 sec
Start 70: bfbhash
70/101 Test #70: bfbhash ................................................. Passed 0.82 sec
Start 71: homme_standalone_np1
71/101 Test #71: homme_standalone_np1 .................................... Passed 4.36 sec
Start 72: p3_standalone_np1
72/101 Test #72: p3_standalone_np1 ....................................... Passed 3.41 sec
Start 73: p3_tend_check_np1
73/101 Test #73: p3_tend_check_np1 ....................................... Passed 0.96 sec
Start 74: shoc_standalone_np1
74/101 Test #74: shoc_standalone_np1 ..................................... Passed 2.80 sec
Start 75: shoc_tend_check_np1
75/101 Test #75: shoc_tend_check_np1 ..................................... Passed 1.06 sec
Start 76: check_U_V_slices_np1
76/101 Test #76: check_U_V_slices_np1 .................................... Passed 0.88 sec
Start 77: check_surf_mom_flux_slices_np1
77/101 Test #77: check_surf_mom_flux_slices_np1 .......................... Passed 0.88 sec
Start 78: check_U_V_slices_fail_diff
78/101 Test #78: check_U_V_slices_fail_diff .............................. Passed 0.88 sec
Start 79: check_U_V_slices_fail_layout
79/101 Test #79: check_U_V_slices_fail_layout ............................ Passed 0.87 sec
Start 80: check_U_V_slices_fail_missing
80/101 Test #80: check_U_V_slices_fail_missing ........................... Passed 0.87 sec
Start 81: cld_fraction_standalone
81/101 Test #81: cld_fraction_standalone ................................. Passed 1.71 sec
Start 82: spa_stand_alone_np1
77/81 Test #77: spa_stand_alone_np1 ................ Passed 72.17 sec
Start 78: surface_coupling_np1
78/81 Test #78: surface_coupling_np1 ............... Passed 2.16 sec
Start 79: shoc_p3_subcycled
79/81 Test #79: shoc_p3_subcycled .................. Passed 2.74 sec
Start 80: shoc_p3_monolithic
80/81 Test #80: shoc_p3_monolithic ................. Passed 1.92 sec
Start 81: check_subcycling
81/81 Test #81: check_subcycling ................... Passed 0.05 sec

100% tests passed, 0 tests failed out of 76

Label Time Summary:
bfbhash = 0.82 secproc (1 test)
check = 0.91 sec
proc (1 test)
cld_fraction = 1.83 secproc (1 test)
diagnostics = 32.45 sec
proc (20 tests)
driver = 86.36 secproc (8 tests)
fail = 29.17 sec
proc (4 tests)
horiz_remap = 1.49 secproc (1 test)
io = 32.65 sec
proc (5 tests)
io,remap = 5.39 secproc (1 test)
p3 = 84.35 sec
proc (8 tests)
physics = 443.92 secproc (14 tests)
physics_nudging = 1.87 sec
proc (1 test)
shoc = 284.92 secproc (5 tests)
spa = 79.42 sec
proc (4 tests)
surface_coupling = 2.16 sec*proc (1 test)

Total Test time (real) = 770.23 sec

The following tests did not run:
24 - physics_saturation_baseline_fake (Disabled)
30 - p3_baseline_f90_fake (Disabled)
31 - p3_baseline_cxx_fake (Disabled)
36 - shoc_baseline_f90_fake (Disabled)
37 - shoc_baseline_cxx_fake (Disabled)
82/101 Test #82: spa_stand_alone_np1 ..................................... Passed 80.73 sec
Start 83: surface_coupling_np1
83/101 Test #83: surface_coupling_np1 .................................... Passed 2.65 sec
Start 84: rrtmgp_standalone_unit
84/101 Test #84: rrtmgp_standalone_unit .................................. Passed 1.43 sec
Start 85: rrtmgp_standalone_np1
85/101 Test #85: rrtmgp_standalone_np1 ................................... Passed 1.71 sec
Start 86: rrtmgp_standalone_chunked
86/101 Test #86: rrtmgp_standalone_chunked ............................... Passed 1.30 sec
Start 87: rrtmgp_chunked_vs_monolithic_bfb
87/101 Test #87: rrtmgp_chunked_vs_monolithic_bfb ........................ Passed 0.05 sec
Start 88: shoc_cld_p3_rrtmgp_np1
88/101 Test #88: shoc_cld_p3_rrtmgp_np1 .................................. Passed 2.94 sec
Start 89: shoc_cld_spa_p3_rrtmgp_np1
89/101 Test #89: shoc_cld_spa_p3_rrtmgp_np1 .............................. Passed 36.24 sec
Start 90: shoc_p3_subcycled
90/101 Test #90: shoc_p3_subcycled ....................................... Passed 2.70 sec
Start 91: shoc_p3_monolithic
91/101 Test #91: shoc_p3_monolithic ...................................... Passed 1.64 sec
Start 92: check_subcycling
92/101 Test #92: check_subcycling ........................................ Passed 0.05 sec
Start 93: homme_shoc_cld_p3_rrtmgp_np1
93/101 Test #93: homme_shoc_cld_p3_rrtmgp_np1 ............................ Passed 5.27 sec
Start 94: model_baseline
94/101 Test #94: model_baseline .......................................... Passed 6.05 sec
Start 95: model_initial
95/101 Test #95: model_initial ........................................... Passed 4.91 sec
Start 96: model_restart
96/101 Test #96: model_restart ........................................... Passed 5.14 sec
Start 97: restarted_vs_monolithic_check_np1
97/101 Test #97: restarted_vs_monolithic_check_np1 ....................... Passed 0.10 sec
Start 98: homme_shoc_cld_spa_p3_rrtmgp_np1
98/101 Test #98: homme_shoc_cld_spa_p3_rrtmgp_np1 ........................ Passed 37.27 sec
Start 99: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1
99/101 Test #99: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1 .............. Passed 39.27 sec
Start 100: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1
100/101 Test #100: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1 ... Passed 1.15 sec
Start 101: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1
101/101 Test #101: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1 .................... Passed 20.65 sec

100% tests passed, 0 tests failed out of 96

Label Time Summary:
bfbhash = 0.82 secproc (1 test)
check = 1.12 sec
proc (1 test)
cld = 142.79 secproc (7 tests)
cld_fraction = 1.71 sec
proc (1 test)
diagnostics = 32.29 secproc (20 tests)
driver = 246.87 sec
proc (20 tests)
dynamics = 113.02 secproc (8 tests)
fail = 55.01 sec
proc (4 tests)
horiz_remap = 2.36 secproc (1 test)
io = 20.17 sec
proc (6 tests)
io,remap = 2.79 secproc (1 test)
p3 = 368.11 sec
proc (15 tests)
physics = 554.58 secproc (27 tests)
physics_nudging = 1.77 sec
proc (1 test)
rrtmgp = 149.54 secproc (13 tests)
shoc = 239.14 sec
proc (12 tests)
spa = 121.19 secproc (5 tests)
surface_coupling = 2.65 sec
proc (1 test)

Total Test time (real) = 919.95 sec

The following tests did not run:
26 - physics_saturation_baseline_fake (Disabled)
32 - p3_baseline_f90_fake (Disabled)
33 - p3_baseline_cxx_fake (Disabled)
40 - shoc_baseline_f90_fake (Disabled)
41 - shoc_baseline_cxx_fake (Disabled)

Testing '86d117218eff5b11374127a400141cb8d895dcac' for test 'release'

RUN: taskset -c 104-155 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=52 CTEST_PARALLEL_LEVEL=1 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4641/scream/components/eamxx/ctest-build/release/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4641/scream/components/eamxx/ctest-build/release -DBUILD_NAME_MOD=release -S /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4641/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=weaver -DCMAKE_COMMAND="-C /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4641/scream/components/eamxx/cmake/machine-files/weaver.cmake -DNetCDF_Fortran_PATH=/projects/ppc64le-pwr9-rhel8/tpls/netcdf-fortran/4.6.0/gcc/11.3.0/openmpi/4.1.4/5ka6asw -DNetCDF_C_PATH=/projects/ppc64le-pwr9-rhel8/tpls/netcdf-c/4.9.0/gcc/11.3.0/openmpi/4.1.4/mdd6fth -DCMAKE_BUILD_TYPE=Release -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpicxx -DCMAKE_C_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpicc -DCMAKE_Fortran_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=1 -DSCREAM_TEST_DATA_DIR=/home/projects/e3sm/scream/pr-autotester/master-baselines/weaver/release/data" '
FROM: /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4641/scream/components/eamxx/ctest-build/release

Testing '86d117218eff5b11374127a400141cb8d895dcac' for test 'full_sp_debug'

RUN: taskset -c 52-103 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=52 CTEST_PARALLEL_LEVEL=1 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4641/scream/components/eamxx/ctest-build/full_sp_debug/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4641/scream/components/eamxx/ctest-build/full_sp_debug -DBUILD_NAME_MOD=full_sp_debug -S /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4641/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=weaver -DCMAKE_COMMAND="-C /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4641/scream/components/eamxx/cmake/machine-files/weaver.cmake -DNetCDF_Fortran_PATH=/projects/ppc64le-pwr9-rhel8/tpls/netcdf-fortran/4.6.0/gcc/11.3.0/openmpi/4.1.4/5ka6asw -DNetCDF_C_PATH=/projects/ppc64le-pwr9-rhel8/tpls/netcdf-c/4.9.0/gcc/11.3.0/openmpi/4.1.4/mdd6fth -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DSCREAM_DOUBLE_PRECISION=False -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpicxx -DCMAKE_C_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpicc -DCMAKE_Fortran_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=1 -DSCREAM_TEST_DATA_DIR=/home/projects/e3sm/scream/pr-autotester/master-baselines/weaver/full_sp_debug/data" '
FROM: /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4641/scream/components/eamxx/ctest-build/full_sp_debug

Testing '86d117218eff5b11374127a400141cb8d895dcac' for test 'full_debug'

RUN: taskset -c 0-51 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=52 CTEST_PARALLEL_LEVEL=1 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4641/scream/components/eamxx/ctest-build/full_debug/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4641/scream/components/eamxx/ctest-build/full_debug -DBUILD_NAME_MOD=full_debug -S /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4641/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=weaver -DCMAKE_COMMAND="-C /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4641/scream/components/eamxx/cmake/machine-files/weaver.cmake -DNetCDF_Fortran_PATH=/projects/ppc64le-pwr9-rhel8/tpls/netcdf-fortran/4.6.0/gcc/11.3.0/openmpi/4.1.4/5ka6asw -DNetCDF_C_PATH=/projects/ppc64le-pwr9-rhel8/tpls/netcdf-c/4.9.0/gcc/11.3.0/openmpi/4.1.4/mdd6fth -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpicxx -DCMAKE_C_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpicc -DCMAKE_Fortran_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=1 -DSCREAM_TEST_DATA_DIR=/home/projects/e3sm/scream/pr-autotester/master-baselines/weaver/full_debug/data" '
FROM: /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4641/scream/components/eamxx/ctest-build/full_debug
OVERALL STATUS: PASS
Starting analysis on weaver with cmd: cd /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4641/scream/components/eamxx && source /etc/profile.d/modules.sh && module purge && module load cmake/3.25.1 git/2.39.1 python/3.10.8 py-netcdf4/1.5.8 gcc/11.3.0 cuda/11.8.0 openmpi netcdf-c netcdf-fortran parallel-netcdf netlib-lapack && true && bsub -I -q rhel8 -n 4 -gpu num=4 ./scripts/test-all-scream --baseline-dir AUTO $compiler -c EKAT_DISABLE_TPL_WARNINGS=ON -p -i -m weaver
RUN: cd /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4641/scream/components/eamxx && source /etc/profile.d/modules.sh && module purge && module load cmake/3.25.1 git/2.39.1 python/3.10.8 py-netcdf4/1.5.8 gcc/11.3.0 cuda/11.8.0 openmpi netcdf-c netcdf-fortran parallel-netcdf netlib-lapack && true && bsub -I -q rhel8 -n 4 -gpu num=4 ./scripts/test-all-scream --baseline-dir AUTO $compiler -c EKAT_DISABLE_TPL_WARNINGS=ON -p -i -m weaver
FROM: /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4641/scream/components/eamxx
Completed analysis on weaver

  • [[ 0 != 0 ]]
  • [[ 1 == 0 ]]
  • [[ weaver == \m\a\p\p\y ]]
  • set +x
    Performing Post build task...
    Match found for : : True
    Logical operation result is TRUE
    Running script : #!/bin/bash -le

cd $WORKSPACE/${BUILD_ID}/

./scream/components/eamxx/scripts/jenkins/jenkins_cleanup.sh
[SCREAM_PullRequest_Autotester_Weaver] $ /bin/bash -le /tmp/jenkins15056837687091570048.sh
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Sending e-mails to: lbertag@sandia.gov
Finished: SUCCESS

Console Output (last 100K lines) : SCREAM_PullRequest_Autotester_Blake # 4688 (click to expand)

        Start 274: homme_shoc_cld_p3_rrtmgp_np1_vs_np4_bfb
231/303 Test #274: homme_shoc_cld_p3_rrtmgp_np1_vs_np4_bfb ..................   Passed    0.12 sec
246/313 Test  #78: physics_test_data_omp7 ...................................   Passed    0.49 sec
        Start  96: p3_tests_omp7
263/314 Test #151: shoc_sk_tests_omp7 .......................................   Passed    1.44 sec
247/313 Test #250: surface_coupling_np4 .....................................   Passed    1.83 sec
248/313 Test #249: surface_coupling_np3 .....................................   Passed    1.84 sec
        Start 111: p3_tests_fail_omp6
249/313 Test  #95: p3_tests_omp6 ............................................   Passed    2.13 sec
        Start 112: p3_tests_fail_omp7
264/314 Test #101: p3_tests_omp12 ...........................................   Passed    8.24 sec
        Start  84: physics_test_data_omp13
232/303 Test #109: p3_tests_fail_omp6 .......................................   Passed    6.04 sec
        Start  80: physics_test_data_omp9
250/313 Test  #96: p3_tests_omp7 ............................................   Passed    2.13 sec
        Start 133: shoc_tests_omp5
251/313 Test #111: p3_tests_fail_omp6 .......................................   Passed    1.17 sec
        Start  79: physics_test_data_omp8
252/313 Test #112: p3_tests_fail_omp7 .......................................   Passed    1.16 sec
        Start 134: shoc_tests_omp6
265/314 Test  #84: physics_test_data_omp13 ..................................   Passed    0.51 sec
        Start  85: physics_test_data_omp14
233/303 Test  #80: physics_test_data_omp9 ...................................   Passed    0.53 sec
        Start  96: p3_tests_omp9
253/313 Test  #79: physics_test_data_omp8 ...................................   Passed    0.50 sec
        Start  80: physics_test_data_omp9
254/313 Test #133: shoc_tests_omp5 ..........................................   Passed    0.66 sec
        Start 149: shoc_sk_tests_omp5
266/314 Test  #85: physics_test_data_omp14 ..................................   Passed    0.51 sec
        Start  86: physics_test_data_omp15
255/313 Test #134: shoc_tests_omp6 ..........................................   Passed    0.62 sec
        Start 150: shoc_sk_tests_omp6
256/313 Test  #80: physics_test_data_omp9 ...................................   Passed    0.49 sec
        Start  97: p3_tests_omp8
257/313 Test #149: shoc_sk_tests_omp5 .......................................   Passed    0.51 sec
267/314 Test  #86: physics_test_data_omp15 ..................................   Passed    0.57 sec
        Start  87: physics_test_data_omp16
258/313 Test #150: shoc_sk_tests_omp6 .......................................   Passed    0.52 sec
        Start  81: physics_test_data_omp10
259/313 Test  #81: physics_test_data_omp10 ..................................   Passed    0.51 sec
        Start  82: physics_test_data_omp11
268/314 Test  #87: physics_test_data_omp16 ..................................   Passed    0.62 sec
        Start 102: p3_tests_omp13
260/313 Test  #82: physics_test_data_omp11 ..................................   Passed    0.50 sec
        Start  83: physics_test_data_omp12
261/313 Test  #83: physics_test_data_omp12 ..................................   Passed    0.53 sec
        Start  98: p3_tests_omp9
262/313 Test  #97: p3_tests_omp8 ............................................   Passed    1.95 sec
        Start  99: p3_tests_omp10
263/313 Test  #98: p3_tests_omp9 ............................................   Passed    2.07 sec
        Start 113: p3_tests_fail_omp8
264/313 Test  #99: p3_tests_omp10 ...........................................   Passed    2.06 sec
        Start 100: p3_tests_omp11
234/303 Test  #96: p3_tests_omp9 ............................................   Passed    5.40 sec
        Start 110: p3_tests_fail_omp7
265/313 Test #113: p3_tests_fail_omp8 .......................................   Passed    1.17 sec
        Start 114: p3_tests_fail_omp9
266/313 Test #100: p3_tests_omp11 ...........................................   Passed    1.95 sec
        Start 115: p3_tests_fail_omp10
267/313 Test #114: p3_tests_fail_omp9 .......................................   Passed    1.19 sec
        Start 135: shoc_tests_omp7
268/313 Test   #4: io_basic_np4 .............................................   Passed   27.01 sec
        Start 151: shoc_sk_tests_omp7
269/313 Test #135: shoc_tests_omp7 ..........................................   Passed    0.70 sec
270/313 Test #151: shoc_sk_tests_omp7 .......................................   Passed    0.87 sec
        Start  84: physics_test_data_omp13
271/313 Test #115: p3_tests_fail_omp10 ......................................   Passed    1.55 sec
        Start 116: p3_tests_fail_omp11
272/313 Test  #84: physics_test_data_omp13 ..................................   Passed    0.62 sec
        Start 101: p3_tests_omp12
269/314 Test #102: p3_tests_omp13 ...........................................   Passed    7.65 sec
        Start 103: p3_tests_omp14
273/313 Test #116: p3_tests_fail_omp11 ......................................   Passed    1.26 sec
        Start 117: p3_tests_fail_omp12
274/313 Test #117: p3_tests_fail_omp12 ......................................   Passed    1.25 sec
        Start 136: shoc_tests_omp8
275/313 Test #101: p3_tests_omp12 ...........................................   Passed    2.07 sec
        Start  85: physics_test_data_omp14
235/303 Test #110: p3_tests_fail_omp7 .......................................   Passed    5.34 sec
        Start 111: p3_tests_fail_omp8
276/313 Test  #85: physics_test_data_omp14 ..................................   Passed    0.51 sec
        Start  86: physics_test_data_omp15
277/313 Test #136: shoc_tests_omp8 ..........................................   Passed    0.64 sec
        Start 137: shoc_tests_omp9
278/313 Test  #86: physics_test_data_omp15 ..................................   Passed    0.48 sec
        Start 102: p3_tests_omp13
279/313 Test #137: shoc_tests_omp9 ..........................................   Passed    0.61 sec
        Start 138: shoc_tests_omp10
280/313 Test #138: shoc_tests_omp10 .........................................   Passed    0.59 sec
        Start 139: shoc_tests_omp11
281/313 Test #139: shoc_tests_omp11 .........................................   Passed    0.61 sec
        Start 152: shoc_sk_tests_omp8
282/313 Test #102: p3_tests_omp13 ...........................................   Passed    1.93 sec
        Start  87: physics_test_data_omp16
283/313 Test #152: shoc_sk_tests_omp8 .......................................   Passed    0.51 sec
284/313 Test  #87: physics_test_data_omp16 ..................................   Passed    0.53 sec
        Start 103: p3_tests_omp14
        Start 153: shoc_sk_tests_omp9
285/313 Test #153: shoc_sk_tests_omp9 .......................................   Passed    0.52 sec
        Start 154: shoc_sk_tests_omp10
286/313 Test #154: shoc_sk_tests_omp10 ......................................   Passed    0.51 sec
287/313 Test #103: p3_tests_omp14 ...........................................   Passed    1.98 sec
        Start 104: p3_tests_omp15
236/303 Test #111: p3_tests_fail_omp8 .......................................   Passed    5.35 sec
        Start 112: p3_tests_fail_omp9
270/314 Test #103: p3_tests_omp14 ...........................................   Passed    7.85 sec
        Start 104: p3_tests_omp15
288/313 Test #104: p3_tests_omp15 ...........................................   Passed    2.01 sec
        Start 105: p3_tests_omp16
271/314 Test #300: homme_shoc_cld_spa_p3_rrtmgp_128levels_np4 ...............   Passed  260.94 sec
        Start 136: shoc_tests_omp8
289/313 Test #105: p3_tests_omp16 ...........................................   Passed    2.09 sec
        Start 118: p3_tests_fail_omp13
        Start 155: shoc_sk_tests_omp11
290/313 Test #155: shoc_sk_tests_omp11 ......................................   Passed    0.49 sec
272/314 Test #136: shoc_tests_omp8 ..........................................   Passed    2.85 sec
        Start 152: shoc_sk_tests_omp8
291/313 Test #118: p3_tests_fail_omp13 ......................................   Passed    1.11 sec
        Start 119: p3_tests_fail_omp14
237/303 Test #112: p3_tests_fail_omp9 .......................................   Passed    5.45 sec
        Start 125: shoc_tests_omp4
        Start 126: shoc_tests_omp5
273/314 Test #152: shoc_sk_tests_omp8 .......................................   Passed    1.08 sec
292/313 Test #119: p3_tests_fail_omp14 ......................................   Passed    1.19 sec
        Start 120: p3_tests_fail_omp15
293/313 Test #120: p3_tests_fail_omp15 ......................................   Passed    0.95 sec
        Start 121: p3_tests_fail_omp16
238/303 Test #126: shoc_tests_omp5 ..........................................   Passed    2.68 sec
        Start 141: shoc_sk_tests_omp4
274/314 Test #104: p3_tests_omp15 ...........................................   Passed    7.64 sec
        Start 105: p3_tests_omp16
294/313 Test #121: p3_tests_fail_omp16 ......................................   Passed    1.28 sec
        Start 122: p3_run_and_cmp_cxx_omp16
239/303 Test #125: shoc_tests_omp4 ..........................................   Passed    3.40 sec
        Start 142: shoc_sk_tests_omp5
240/303 Test #141: shoc_sk_tests_omp4 .......................................   Passed    0.98 sec
        Start 157: spa_read_data_test_np4
241/303 Test #142: shoc_sk_tests_omp5 .......................................   Passed    0.97 sec
        Start 161: spa_one_to_one_remap_test_np4
295/313 Test #122: p3_run_and_cmp_cxx_omp16 .................................   Passed    2.53 sec
        Start 123: p3_run_and_cmp_f90_omp16
296/313 Test #123: p3_run_and_cmp_f90_omp16 .................................   Passed    0.42 sec
        Start 124: p3_run_and_cmp_cxx_fail_omp16
242/303 Test #157: spa_read_data_test_np4 ...................................   Passed    2.84 sec
        Start 240: surface_coupling_np4
243/303 Test #161: spa_one_to_one_remap_test_np4 ............................   Passed    2.87 sec
244/303 Test #240: surface_coupling_np4 .....................................   Passed    1.75 sec
        Start 127: shoc_tests_omp6
297/313 Test #124: p3_run_and_cmp_cxx_fail_omp16 ............................   Passed    2.53 sec
        Start 125: p3_baseline_f90_fake_omp16
298/313 Test #125: p3_baseline_f90_fake_omp16 ...............................***Not Run (Disabled)   0.00 sec
        Start 126: p3_baseline_cxx_fake_omp16
299/313 Test #126: p3_baseline_cxx_fake_omp16 ...............................***Not Run (Disabled)   0.00 sec
        Start 140: shoc_tests_omp12
        Start 156: shoc_sk_tests_omp12
300/313 Test #156: shoc_sk_tests_omp12 ......................................   Passed    0.54 sec
301/313 Test #140: shoc_tests_omp12 .........................................   Passed    0.65 sec
        Start 141: shoc_tests_omp13
302/313 Test #141: shoc_tests_omp13 .........................................   Passed    0.63 sec
        Start 142: shoc_tests_omp14
275/314 Test #105: p3_tests_omp16 ...........................................   Passed    7.13 sec
        Start 116: p3_tests_fail_omp11
        Start 117: p3_tests_fail_omp12
303/313 Test #142: shoc_tests_omp14 .........................................   Passed    0.59 sec
        Start 143: shoc_tests_omp15
245/303 Test #127: shoc_tests_omp6 ..........................................   Passed    2.90 sec
        Start 128: shoc_tests_omp7
304/313 Test #143: shoc_tests_omp15 .........................................   Passed    0.68 sec
        Start 144: shoc_tests_omp16
305/313 Test #144: shoc_tests_omp16 .........................................   Passed    0.63 sec
        Start 157: shoc_sk_tests_omp13
306/313 Test #157: shoc_sk_tests_omp13 ......................................   Passed    0.50 sec
        Start 158: shoc_sk_tests_omp14
307/313 Test #158: shoc_sk_tests_omp14 ......................................   Passed    0.56 sec
        Start 159: shoc_sk_tests_omp15
308/313 Test #159: shoc_sk_tests_omp15 ......................................   Passed    0.48 sec
        Start 160: shoc_sk_tests_omp16
309/313 Test #160: shoc_sk_tests_omp16 ......................................   Passed    0.49 sec
        Start 161: shoc_run_and_cmp_cxx_omp16
246/303 Test #279: homme_shoc_cld_spa_p3_rrtmgp_np1 .........................   Passed  840.35 sec
247/303 Test #128: shoc_tests_omp7 ..........................................   Passed    3.22 sec
        Start  81: physics_test_data_omp10
310/313 Test #161: shoc_run_and_cmp_cxx_omp16 ...............................   Passed    0.32 sec
        Start 162: shoc_run_and_cmp_f90_omp16
311/313 Test #162: shoc_run_and_cmp_f90_omp16 ...............................   Passed    0.37 sec
        Start 163: shoc_baseline_f90_fake_omp16
312/313 Test #163: shoc_baseline_f90_fake_omp16 .............................***Not Run (Disabled)   0.00 sec
        Start 164: shoc_baseline_cxx_fake_omp16
313/313 Test #164: shoc_baseline_cxx_fake_omp16 .............................***Not Run (Disabled)   0.00 sec

100% tests passed, 0 tests failed out of 308

Label Time Summary:
bfbhash = 2.14 secproc (1 test)
check = 2.30 sec
proc (1 test)
cld = 1020.11 secproc (46 tests)
cld_fraction = 0.74 sec
proc (1 test)
diagnostics = 82.98 secproc (20 tests)
driver = 1901.52 sec
proc (98 tests)
dynamics = 877.45 secproc (47 tests)
fail = 212.42 sec
proc (18 tests)
horiz_remap = 35.08 secproc (4 tests)
io = 546.21 sec
proc (24 tests)
io,remap = 52.96 secproc (4 tests)
p3 = 1773.19 sec
proc (93 tests)
physics = 2289.15 secproc (126 tests)
physics_nudging = 5.67 sec
proc (1 test)
rrtmgp = 1172.38 secproc (58 tests)
shoc = 1213.81 sec
proc (60 tests)
spa = 429.33 secproc (23 tests)
surface_coupling = 23.61 sec
proc (4 tests)

Total Test time (real) = 176.27 sec

The following tests did not run:
89 - physics_saturation_baseline_fake (Disabled)
125 - p3_baseline_f90_fake_omp16 (Disabled)
126 - p3_baseline_cxx_fake_omp16 (Disabled)
163 - shoc_baseline_f90_fake_omp16 (Disabled)
164 - shoc_baseline_cxx_fake_omp16 (Disabled)
248/303 Test #81: physics_test_data_omp10 .................................. Passed 0.47 sec
Start 97: p3_tests_omp10
276/314 Test #116: p3_tests_fail_omp11 ...................................... Passed 5.68 sec
Start 137: shoc_tests_omp9
277/314 Test #117: p3_tests_fail_omp12 ...................................... Passed 5.91 sec
Start 118: p3_tests_fail_omp13
278/314 Test #137: shoc_tests_omp9 .......................................... Passed 3.51 sec
Start 138: shoc_tests_omp10
249/303 Test #97: p3_tests_omp10 ........................................... Passed 4.62 sec
Start 113: p3_tests_fail_omp10
279/314 Test #118: p3_tests_fail_omp13 ...................................... Passed 5.14 sec
Start 139: shoc_tests_omp11
280/314 Test #138: shoc_tests_omp10 ......................................... Passed 3.33 sec
Start 140: shoc_tests_omp12
250/303 Test #113: p3_tests_fail_omp10 ...................................... Passed 4.92 sec
Start 129: shoc_tests_omp8
281/314 Test #139: shoc_tests_omp11 ......................................... Passed 3.37 sec
Start 153: shoc_sk_tests_omp9
282/314 Test #153: shoc_sk_tests_omp9 ....................................... Passed 1.24 sec
Start 154: shoc_sk_tests_omp10
283/314 Test #140: shoc_tests_omp12 ......................................... Passed 3.45 sec
Start 141: shoc_tests_omp13
284/314 Test #154: shoc_sk_tests_omp10 ...................................... Passed 1.17 sec
251/303 Test #129: shoc_tests_omp8 .......................................... Passed 2.97 sec
Start 130: shoc_tests_omp9
285/314 Test #141: shoc_tests_omp13 ......................................... Passed 3.34 sec
Start 119: p3_tests_fail_omp14
252/303 Test #130: shoc_tests_omp9 .......................................... Passed 2.82 sec
Start 131: shoc_tests_omp10
253/303 Test #131: shoc_tests_omp10 ......................................... Passed 3.12 sec
Start 143: shoc_sk_tests_omp6
254/303 Test #143: shoc_sk_tests_omp6 ....................................... Passed 0.81 sec
Start 144: shoc_sk_tests_omp7
255/303 Test #282: homme_shoc_cld_spa_p3_rrtmgp_np4 ......................... Passed 244.24 sec
Start 283: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np2_output_bfb
256/303 Test #283: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np2_output_bfb ....... Passed 0.18 sec
Start 284: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np3_output_bfb
257/303 Test #284: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np3_output_bfb ....... Passed 0.17 sec
Start 285: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np4_output_bfb
258/303 Test #285: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np4_output_bfb ....... Passed 0.17 sec
259/303 Test #144: shoc_sk_tests_omp7 ....................................... Passed 0.82 sec
Start 82: physics_test_data_omp11
260/303 Test #82: physics_test_data_omp11 .................................. Passed 0.43 sec
Start 83: physics_test_data_omp12
286/314 Test #119: p3_tests_fail_omp14 ...................................... Passed 5.91 sec
Start 120: p3_tests_fail_omp15
261/303 Test #83: physics_test_data_omp12 .................................. Passed 0.44 sec
Start 84: physics_test_data_omp13
262/303 Test #84: physics_test_data_omp13 .................................. Passed 0.48 sec
Start 85: physics_test_data_omp14
263/303 Test #85: physics_test_data_omp14 .................................. Passed 0.49 sec
Start 98: p3_tests_omp11
287/314 Test #120: p3_tests_fail_omp15 ...................................... Passed 5.45 sec
Start 121: p3_tests_fail_omp16
264/303 Test #98: p3_tests_omp11 ........................................... Passed 5.65 sec
Start 99: p3_tests_omp12
288/314 Test #121: p3_tests_fail_omp16 ...................................... Passed 5.76 sec
Start 122: p3_run_and_cmp_cxx_omp16
265/303 Test #99: p3_tests_omp12 ........................................... Passed 4.31 sec
Start 100: p3_tests_omp13
289/314 Test #122: p3_run_and_cmp_cxx_omp16 ................................. Passed 5.21 sec
Start 123: p3_run_and_cmp_f90_omp16
266/303 Test #100: p3_tests_omp13 ........................................... Passed 5.34 sec
Start 101: p3_tests_omp14
290/314 Test #123: p3_run_and_cmp_f90_omp16 ................................. Passed 0.51 sec
Start 124: p3_run_and_cmp_cxx_fail_omp16
267/303 Test #101: p3_tests_omp14 ........................................... Passed 5.16 sec
Start 114: p3_tests_fail_omp11
291/314 Test #124: p3_run_and_cmp_cxx_fail_omp16 ............................ Passed 7.24 sec
Start 125: p3_baseline_f90_fake_omp16
292/314 Test #125: p3_baseline_f90_fake_omp16 ...............................***Not Run (Disabled) 0.00 sec
Start 126: p3_baseline_cxx_fake_omp16
293/314 Test #126: p3_baseline_cxx_fake_omp16 ...............................***Not Run (Disabled) 0.00 sec
Start 142: shoc_tests_omp14
268/303 Test #114: p3_tests_fail_omp11 ...................................... Passed 4.93 sec
Start 115: p3_tests_fail_omp12
294/314 Test #142: shoc_tests_omp14 ......................................... Passed 2.93 sec
Start 143: shoc_tests_omp15
295/314 Test #143: shoc_tests_omp15 ......................................... Passed 2.90 sec
Start 144: shoc_tests_omp16
269/303 Test #115: p3_tests_fail_omp12 ...................................... Passed 4.83 sec
Start 116: p3_tests_fail_omp13
296/314 Test #144: shoc_tests_omp16 ......................................... Passed 2.85 sec
Start 155: shoc_sk_tests_omp11
Start 156: shoc_sk_tests_omp12
297/314 Test #156: shoc_sk_tests_omp12 ...................................... Passed 1.14 sec
298/314 Test #155: shoc_sk_tests_omp11 ...................................... Passed 1.20 sec
Start 157: shoc_sk_tests_omp13
299/314 Test #157: shoc_sk_tests_omp13 ...................................... Passed 1.12 sec
Start 158: shoc_sk_tests_omp14
300/314 Test #158: shoc_sk_tests_omp14 ...................................... Passed 0.81 sec
Start 159: shoc_sk_tests_omp15
270/303 Test #116: p3_tests_fail_omp13 ...................................... Passed 5.06 sec
Start 117: p3_tests_fail_omp14
301/314 Test #159: shoc_sk_tests_omp15 ...................................... Passed 0.80 sec
Start 160: shoc_sk_tests_omp16
302/314 Test #160: shoc_sk_tests_omp16 ...................................... Passed 0.81 sec
Start 161: shoc_run_and_cmp_cxx_omp16
303/314 Test #161: shoc_run_and_cmp_cxx_omp16 ............................... Passed 1.71 sec
Start 162: shoc_run_and_cmp_f90_omp16
304/314 Test #162: shoc_run_and_cmp_f90_omp16 ............................... Passed 0.57 sec
Start 163: shoc_baseline_f90_fake_omp16
305/314 Test #163: shoc_baseline_f90_fake_omp16 .............................***Not Run (Disabled) 0.00 sec
Start 164: shoc_baseline_cxx_fake_omp16
306/314 Test #164: shoc_baseline_cxx_fake_omp16 .............................***Not Run (Disabled) 0.00 sec
271/303 Test #117: p3_tests_fail_omp14 ...................................... Passed 5.28 sec
Start 132: shoc_tests_omp11
272/303 Test #132: shoc_tests_omp11 ......................................... Passed 2.38 sec
Start 133: shoc_tests_omp12
273/303 Test #133: shoc_tests_omp12 ......................................... Passed 2.37 sec
Start 134: shoc_tests_omp13
274/303 Test #134: shoc_tests_omp13 ......................................... Passed 2.38 sec
Start 135: shoc_tests_omp14
275/303 Test #135: shoc_tests_omp14 ......................................... Passed 2.11 sec
Start 145: shoc_sk_tests_omp8
276/303 Test #145: shoc_sk_tests_omp8 ....................................... Passed 0.86 sec
Start 146: shoc_sk_tests_omp9
277/303 Test #146: shoc_sk_tests_omp9 ....................................... Passed 0.84 sec
Start 147: shoc_sk_tests_omp10
278/303 Test #147: shoc_sk_tests_omp10 ...................................... Passed 0.84 sec
Start 148: shoc_sk_tests_omp11
279/303 Test #148: shoc_sk_tests_omp11 ...................................... Passed 0.84 sec
Start 149: shoc_sk_tests_omp12
280/303 Test #149: shoc_sk_tests_omp12 ...................................... Passed 0.85 sec
Start 150: shoc_sk_tests_omp13
281/303 Test #150: shoc_sk_tests_omp13 ...................................... Passed 0.85 sec
Start 151: shoc_sk_tests_omp14
282/303 Test #151: shoc_sk_tests_omp14 ...................................... Passed 0.67 sec
307/314 Test #297: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1 ............... Passed 861.35 sec
Start 301: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb
Start 304: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1
Start 305: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2
Start 306: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3
Start 307: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4
308/314 Test #305: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2 .... Passed 0.50 sec
309/314 Test #304: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1 .... Passed 0.51 sec
310/314 Test #306: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3 .... Passed 0.51 sec
311/314 Test #307: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4 .... Passed 0.51 sec
312/314 Test #301: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb .... Passed 1.24 sec
Start 302: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb
283/303 Test #288: homme_shoc_cld_spa_p3_rrtmgp_128levels_np3 ............... Passed 501.66 sec
Start 86: physics_test_data_omp15
313/314 Test #302: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb .... Passed 1.11 sec
Start 303: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb
284/303 Test #86: physics_test_data_omp15 .................................. Passed 0.44 sec
Start 87: physics_test_data_omp16
285/303 Test #87: physics_test_data_omp16 .................................. Passed 0.43 sec
Start 102: p3_tests_omp15
314/314 Test #303: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb .... Passed 1.16 sec

100% tests passed, 0 tests failed out of 309

Label Time Summary:
bfbhash = 1.37 secproc (1 test)
check = 1.00 sec
proc (1 test)
cld = 13521.07 secproc (46 tests)
cld_fraction = 1.26 sec
proc (1 test)
diagnostics = 24.17 secproc (20 tests)
driver = 15732.11 sec
proc (98 tests)
dynamics = 10296.13 secproc (47 tests)
fail = 943.50 sec
proc (19 tests)
horiz_remap = 69.11 secproc (4 tests)
io = 590.96 sec
proc (24 tests)
io,remap = 115.20 secproc (4 tests)
p3 = 16081.05 sec
proc (93 tests)
physics = 17555.28 secproc (126 tests)
physics_nudging = 3.40 sec
proc (1 test)
rrtmgp = 14142.05 secproc (58 tests)
shoc = 13811.86 sec
proc (60 tests)
spa = 2813.65 secproc (23 tests)
surface_coupling = 123.09 sec
proc (4 tests)

Total Test time (real) = 936.46 sec

The following tests did not run:
89 - physics_saturation_baseline_fake (Disabled)
125 - p3_baseline_f90_fake_omp16 (Disabled)
126 - p3_baseline_cxx_fake_omp16 (Disabled)
163 - shoc_baseline_f90_fake_omp16 (Disabled)
164 - shoc_baseline_cxx_fake_omp16 (Disabled)
286/303 Test #102: p3_tests_omp15 ........................................... Passed 3.57 sec
Start 103: p3_tests_omp16
287/303 Test #103: p3_tests_omp16 ........................................... Passed 4.03 sec
Start 118: p3_tests_fail_omp15
288/303 Test #118: p3_tests_fail_omp15 ...................................... Passed 4.16 sec
Start 119: p3_tests_fail_omp16
289/303 Test #287: homme_shoc_cld_spa_p3_rrtmgp_128levels_np2 ............... Passed 708.80 sec
290/303 Test #119: p3_tests_fail_omp16 ...................................... Passed 4.43 sec
Start 136: shoc_tests_omp15
291/303 Test #136: shoc_tests_omp15 ......................................... Passed 1.98 sec
Start 137: shoc_tests_omp16
292/303 Test #137: shoc_tests_omp16 ......................................... Passed 1.99 sec
Start 152: shoc_sk_tests_omp15
293/303 Test #152: shoc_sk_tests_omp15 ...................................... Passed 0.64 sec
Start 153: shoc_sk_tests_omp16
294/303 Test #153: shoc_sk_tests_omp16 ...................................... Passed 0.64 sec
295/303 Test #289: homme_shoc_cld_spa_p3_rrtmgp_128levels_np4 ............... Passed 357.57 sec
296/303 Test #286: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1 ............... Passed 1214.97 sec
Start 290: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb
Start 293: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1
Start 294: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2
Start 295: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3
Start 296: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4
297/303 Test #293: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1 .... Passed 0.47 sec
298/303 Test #294: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2 .... Passed 0.47 sec
299/303 Test #295: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3 .... Passed 0.47 sec
300/303 Test #296: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4 .... Passed 0.47 sec
301/303 Test #290: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb .... Passed 1.19 sec
Start 291: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb
302/303 Test #291: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb .... Passed 1.08 sec
Start 292: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb
303/303 Test #292: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb .... Passed 1.08 sec

100% tests passed, 0 tests failed out of 303

Label Time Summary:
bfbhash = 1.32 secproc (1 test)
check = 3.99 sec
proc (1 test)
cld = 18665.73 secproc (46 tests)
cld_fraction = 3.38 sec
proc (1 test)
diagnostics = 25.92 secproc (20 tests)
driver = 20668.66 sec
proc (98 tests)
dynamics = 15658.57 secproc (47 tests)
fail = 736.63 sec
proc (18 tests)
horiz_remap = 64.17 secproc (4 tests)
io = 470.61 sec
proc (24 tests)
io,remap = 109.01 secproc (4 tests)
p3 = 20440.52 sec
proc (90 tests)
physics = 21449.66 secproc (120 tests)
physics_nudging = 3.74 sec
proc (1 test)
rrtmgp = 19165.60 secproc (58 tests)
shoc = 18814.15 sec
proc (58 tests)
spa = 2618.30 secproc (23 tests)
surface_coupling = 20.91 sec
proc (4 tests)

Total Test time (real) = 1299.16 sec

Testing '8f2031bdf819c89eca58e5cb02917a9e76341ce6' for test 'full_sp_debug'

RUN: taskset -c 24-47 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=24 CTEST_PARALLEL_LEVEL=24 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4688/scream/components/eamxx/ctest-build/full_sp_debug/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4688/scream/components/eamxx/ctest-build/full_sp_debug -DBUILD_NAME_MOD=full_sp_debug -S /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4688/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=blake -DCMAKE_COMMAND="-C /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4688/scream/components/eamxx/cmake/machine-files/blake.cmake -DNetCDF_Fortran_PATH=/home/projects/e3sm/scream/libs/netcdf-fortran/install/blake -DNetCDF_C_PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-c/install/blake -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DSCREAM_DOUBLE_PRECISION=False -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicxx -DCMAKE_C_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicc -DCMAKE_Fortran_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=24 -DSCREAM_TEST_DATA_DIR=/home/projects/e3sm/scream/pr-autotester/master-baselines/blake/full_sp_debug/data" '
FROM: /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4688/scream/components/eamxx/ctest-build/full_sp_debug

Testing '8f2031bdf819c89eca58e5cb02917a9e76341ce6' for test 'release'

RUN: taskset -c 72-95 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=24 CTEST_PARALLEL_LEVEL=24 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4688/scream/components/eamxx/ctest-build/release/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4688/scream/components/eamxx/ctest-build/release -DBUILD_NAME_MOD=release -S /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4688/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=blake -DCMAKE_COMMAND="-C /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4688/scream/components/eamxx/cmake/machine-files/blake.cmake -DNetCDF_Fortran_PATH=/home/projects/e3sm/scream/libs/netcdf-fortran/install/blake -DNetCDF_C_PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-c/install/blake -DCMAKE_BUILD_TYPE=Release -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicxx -DCMAKE_C_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicc -DCMAKE_Fortran_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=24 -DSCREAM_TEST_DATA_DIR=/home/projects/e3sm/scream/pr-autotester/master-baselines/blake/release/data" '
FROM: /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4688/scream/components/eamxx/ctest-build/release

Testing '8f2031bdf819c89eca58e5cb02917a9e76341ce6' for test 'debug_nopack_fpe'

RUN: taskset -c 48-71 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=24 CTEST_PARALLEL_LEVEL=24 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4688/scream/components/eamxx/ctest-build/debug_nopack_fpe/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4688/scream/components/eamxx/ctest-build/debug_nopack_fpe -DBUILD_NAME_MOD=debug_nopack_fpe -S /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4688/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=blake -DCMAKE_COMMAND="-C /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4688/scream/components/eamxx/cmake/machine-files/blake.cmake -DNetCDF_Fortran_PATH=/home/projects/e3sm/scream/libs/netcdf-fortran/install/blake -DNetCDF_C_PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-c/install/blake -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DSCREAM_PACK_SIZE=1 -DSCREAM_FPE=True -DSCREAM_ENABLE_BASELINE_TESTS=False -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicxx -DCMAKE_C_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicc -DCMAKE_Fortran_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=24" '
FROM: /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4688/scream/components/eamxx/ctest-build/debug_nopack_fpe

Testing '8f2031bdf819c89eca58e5cb02917a9e76341ce6' for test 'full_debug'

RUN: taskset -c 0-23 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=24 CTEST_PARALLEL_LEVEL=24 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4688/scream/components/eamxx/ctest-build/full_debug/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4688/scream/components/eamxx/ctest-build/full_debug -DBUILD_NAME_MOD=full_debug -S /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4688/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=blake -DCMAKE_COMMAND="-C /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4688/scream/components/eamxx/cmake/machine-files/blake.cmake -DNetCDF_Fortran_PATH=/home/projects/e3sm/scream/libs/netcdf-fortran/install/blake -DNetCDF_C_PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-c/install/blake -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicxx -DCMAKE_C_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicc -DCMAKE_Fortran_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=24 -DSCREAM_TEST_DATA_DIR=/home/projects/e3sm/scream/pr-autotester/master-baselines/blake/full_debug/data" '
FROM: /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4688/scream/components/eamxx/ctest-build/full_debug
OVERALL STATUS: PASS
salloc: Relinquishing job allocation 1013186
salloc: Job allocation 1013186 has been revoked.
Starting analysis on blake with cmd: cd /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4688/scream/components/eamxx && module purge && module load python/3.8.8/gcc/10.2.0 && module unload gcc/10.2.0 && module load openmpi/2.1.2 zlib git/2.9.4 cmake/3.19.3 && export PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-fortran/install/blake/bin:$PATH && export PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-c/install/blake/bin:$PATH && export PATH=/ascldap/users/projects/e3sm/scream/libs/pnetcdf/install/blake/bin:$PATH && export INTEL_LICENSE_FILE=/home/projects/x86-64/intel/licenses/USE_SERVER.lic && export OMP_PROC_BIND=spread && true && salloc -N 1 srun -n1 --preserve-env ./scripts/test-all-scream --baseline-dir AUTO $compiler -c EKAT_DISABLE_TPL_WARNINGS=ON -p -i -m blake
RUN: cd /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4688/scream/components/eamxx && module purge && module load python/3.8.8/gcc/10.2.0 && module unload gcc/10.2.0 && module load openmpi/2.1.2 zlib git/2.9.4 cmake/3.19.3 && export PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-fortran/install/blake/bin:$PATH && export PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-c/install/blake/bin:$PATH && export PATH=/ascldap/users/projects/e3sm/scream/libs/pnetcdf/install/blake/bin:$PATH && export INTEL_LICENSE_FILE=/home/projects/x86-64/intel/licenses/USE_SERVER.lic && export OMP_PROC_BIND=spread && true && salloc -N 1 srun -n1 --preserve-env ./scripts/test-all-scream --baseline-dir AUTO $compiler -c EKAT_DISABLE_TPL_WARNINGS=ON -p -i -m blake
FROM: /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4688/scream/components/eamxx
Completed analysis on blake

  • [[ 0 != 0 ]]
  • [[ 1 == 0 ]]
  • [[ blake == \m\a\p\p\y ]]
  • set +x
    Performing Post build task...
    Match found for : : True
    Logical operation result is TRUE
    Running script : #!/bin/bash -le

cd $WORKSPACE/${BUILD_ID}/

./scream/components/eamxx/scripts/jenkins/jenkins_cleanup.sh
[SCREAM_PullRequest_Autotester_Blake] $ /bin/bash -le /tmp/jenkins16949730681607152383.sh
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Sending e-mails to: lbertag@sandia.gov
Finished: SUCCESS

@bogensch
Copy link
Contributor

@tcclevenger sorry for the confusion. I think placing the call in the SHOC interface before shoc_main is called is the best place.

@E3SM-Bot
Copy link
Collaborator

Status Flag 'Pull Request AutoTester' - Failure: Timed out waiting for job SCREAM_PullRequest_Autotester_Mappy to start: Total Wait = 1803

  • Other jobs have been previously started - We must stop them...

@E3SM-Bot
Copy link
Collaborator

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: SCREAM_PullRequest_Autotester_Mappy

  • Build Num: 4094
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 2418
SCREAM_SOURCE_BRANCH tcclevenger/flux_state_consistency_checks
SCREAM_SOURCE_REPO https://github.com/E3SM-Project/scream
SCREAM_SOURCE_SHA 9172bdb
SCREAM_TARGET_BRANCH master
SCREAM_TARGET_REPO https://github.com/E3SM-Project/scream
SCREAM_TARGET_SHA 002dcac
TEST_REPO_ALIAS SCREAM

Build Information

Test Name: SCREAM_PullRequest_Autotester_Weaver

  • Build Num: 4643
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 2418
SCREAM_SOURCE_BRANCH tcclevenger/flux_state_consistency_checks
SCREAM_SOURCE_REPO https://github.com/E3SM-Project/scream
SCREAM_SOURCE_SHA 9172bdb
SCREAM_TARGET_BRANCH master
SCREAM_TARGET_REPO https://github.com/E3SM-Project/scream
SCREAM_TARGET_SHA 002dcac
TEST_REPO_ALIAS SCREAM

Build Information

Test Name: SCREAM_PullRequest_Autotester_Blake

  • Build Num: 4690
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 2418
SCREAM_SOURCE_BRANCH tcclevenger/flux_state_consistency_checks
SCREAM_SOURCE_REPO https://github.com/E3SM-Project/scream
SCREAM_SOURCE_SHA 9172bdb
SCREAM_TARGET_BRANCH master
SCREAM_TARGET_REPO https://github.com/E3SM-Project/scream
SCREAM_TARGET_SHA 002dcac
TEST_REPO_ALIAS SCREAM

Using Repos:

Repo: SCREAM (E3SM-Project/scream)
  • Branch: tcclevenger/flux_state_consistency_checks
  • SHA: 9172bdb
  • Mode: TEST_REPO

Pull Request Author: tcclevenger

@E3SM-Bot
Copy link
Collaborator

Status Flag 'Pull Request AutoTester' - Jenkins Testing: 1 or more Jobs FAILED

Note: Testing will normally be attempted again in approx. 4 Hrs. If a change to the PR source branch occurs, the testing will be attempted again on next available autotester run.

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: SCREAM_PullRequest_Autotester_Mappy

  • Build Num: 4094
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 2418
SCREAM_SOURCE_BRANCH tcclevenger/flux_state_consistency_checks
SCREAM_SOURCE_REPO https://github.com/E3SM-Project/scream
SCREAM_SOURCE_SHA 9172bdb
SCREAM_TARGET_BRANCH master
SCREAM_TARGET_REPO https://github.com/E3SM-Project/scream
SCREAM_TARGET_SHA 002dcac
TEST_REPO_ALIAS SCREAM

Build Information

Test Name: SCREAM_PullRequest_Autotester_Weaver

  • Build Num: 4643
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 2418
SCREAM_SOURCE_BRANCH tcclevenger/flux_state_consistency_checks
SCREAM_SOURCE_REPO https://github.com/E3SM-Project/scream
SCREAM_SOURCE_SHA 9172bdb
SCREAM_TARGET_BRANCH master
SCREAM_TARGET_REPO https://github.com/E3SM-Project/scream
SCREAM_TARGET_SHA 002dcac
TEST_REPO_ALIAS SCREAM

Build Information

Test Name: SCREAM_PullRequest_Autotester_Blake

  • Build Num: 4690
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS
PULLREQUESTNUM 2418
SCREAM_SOURCE_BRANCH tcclevenger/flux_state_consistency_checks
SCREAM_SOURCE_REPO https://github.com/E3SM-Project/scream
SCREAM_SOURCE_SHA 9172bdb
SCREAM_TARGET_BRANCH master
SCREAM_TARGET_REPO https://github.com/E3SM-Project/scream
SCREAM_TARGET_SHA 002dcac
TEST_REPO_ALIAS SCREAM
Console Output (last 100K lines) : SCREAM_PullRequest_Autotester_Mappy # 4094 (click to expand)

274/314 Test #104: p3_tests_omp15 ...........................................   Passed    3.79 sec
        Start 105: p3_tests_omp16
196/303 Test #281: homme_shoc_cld_spa_p3_rrtmgp_np3 .........................   Passed  175.95 sec
        Start   4: io_basic_np4
275/314 Test #105: p3_tests_omp16 ...........................................   Passed    3.58 sec
        Start 117: p3_tests_fail_omp12
        Start 138: shoc_tests_omp10
276/314 Test #138: shoc_tests_omp10 .........................................   Passed    1.58 sec
        Start 154: shoc_sk_tests_omp10
277/314 Test #154: shoc_sk_tests_omp10 ......................................   Passed    0.67 sec
278/314 Test #117: p3_tests_fail_omp12 ......................................   Passed    2.53 sec
        Start 118: p3_tests_fail_omp13
279/314 Test #118: p3_tests_fail_omp13 ......................................   Passed    2.08 sec
        Start 119: p3_tests_fail_omp14
280/314 Test #119: p3_tests_fail_omp14 ......................................   Passed    1.84 sec
        Start 120: p3_tests_fail_omp15
281/314 Test #120: p3_tests_fail_omp15 ......................................   Passed    1.74 sec
        Start 121: p3_tests_fail_omp16
282/314 Test #121: p3_tests_fail_omp16 ......................................   Passed    2.02 sec
        Start 122: p3_run_and_cmp_cxx_omp16
197/303 Test   #4: io_basic_np4 .............................................   Passed   14.66 sec
        Start   8: io_packed_np4
198/303 Test #268: homme_shoc_cld_p3_rrtmgp_np1 .............................   Passed  253.38 sec
283/314 Test #122: p3_run_and_cmp_cxx_omp16 .................................   Passed    2.18 sec
        Start 123: p3_run_and_cmp_f90_omp16
284/314 Test #123: p3_run_and_cmp_f90_omp16 .................................   Passed    0.29 sec
        Start 124: p3_run_and_cmp_cxx_fail_omp16
199/303 Test   #8: io_packed_np4 ............................................   Passed    2.40 sec
        Start  12: io_diags_np4
285/314 Test #124: p3_run_and_cmp_cxx_fail_omp16 ............................   Passed    2.21 sec
        Start 125: p3_baseline_f90_fake_omp16
286/314 Test #125: p3_baseline_f90_fake_omp16 ...............................***Not Run (Disabled)   0.00 sec
        Start 126: p3_baseline_cxx_fake_omp16
287/314 Test #126: p3_baseline_cxx_fake_omp16 ...............................***Not Run (Disabled)   0.00 sec
        Start 139: shoc_tests_omp11
        Start 155: shoc_sk_tests_omp11
200/303 Test  #12: io_diags_np4 .............................................   Passed    0.62 sec
        Start  16: io_test_se_grid_np4
288/314 Test #155: shoc_sk_tests_omp11 ......................................   Passed    0.67 sec
201/303 Test  #16: io_test_se_grid_np4 ......................................   Passed    0.78 sec
        Start  32: io_remap_test_np4
289/314 Test #139: shoc_tests_omp11 .........................................   Passed    1.52 sec
        Start 140: shoc_tests_omp12
290/314 Test #140: shoc_tests_omp12 .........................................   Passed    1.50 sec
        Start 141: shoc_tests_omp13
202/303 Test  #32: io_remap_test_np4 ........................................   Passed    2.45 sec
        Start  40: field_utils_np4
203/303 Test  #40: field_utils_np4 ..........................................   Passed    0.49 sec
        Start  45: grid_np4
204/303 Test  #45: grid_np4 .................................................   Passed    0.49 sec
        Start  49: coarsening_remapper_np4
291/314 Test #141: shoc_tests_omp13 .........................................   Passed    1.50 sec
        Start 142: shoc_tests_omp14
205/303 Test #280: homme_shoc_cld_spa_p3_rrtmgp_np2 .........................   Passed  246.83 sec
        Start  53: vertical_remapper_np4
206/303 Test  #49: coarsening_remapper_np4 ..................................   Passed    1.14 sec
        Start  57: time_interpolation_np4
292/314 Test #142: shoc_tests_omp14 .........................................   Passed    1.39 sec
        Start 143: shoc_tests_omp15
207/303 Test  #53: vertical_remapper_np4 ....................................   Passed    0.67 sec
        Start  63: horizontal_remap_np4
208/303 Test  #63: horizontal_remap_np4 .....................................   Passed    0.97 sec
        Start  67: homme_pd_remap_np4
293/314 Test #143: shoc_tests_omp15 .........................................   Passed    1.32 sec
        Start 144: shoc_tests_omp16
209/303 Test  #67: homme_pd_remap_np4 .......................................   Passed    0.86 sec
        Start  71: dyn_grid_io_np4
294/314 Test #298: homme_shoc_cld_spa_p3_rrtmgp_128levels_np2 ...............   Passed  241.77 sec
295/314 Test #144: shoc_tests_omp16 .........................................   Passed    1.36 sec
        Start 156: shoc_sk_tests_omp12
210/303 Test  #71: dyn_grid_io_np4 ..........................................   Passed    0.76 sec
        Start  75: physics_test_data_omp4
211/303 Test  #75: physics_test_data_omp4 ...................................   Passed    0.28 sec
        Start  76: physics_test_data_omp5
212/303 Test  #57: time_interpolation_np4 ...................................   Passed    3.62 sec
        Start  91: p3_tests_omp4
296/314 Test #156: shoc_sk_tests_omp12 ......................................   Passed    0.61 sec
        Start 157: shoc_sk_tests_omp13
213/303 Test  #76: physics_test_data_omp5 ...................................   Passed    0.27 sec
        Start  92: p3_tests_omp5
297/314 Test #157: shoc_sk_tests_omp13 ......................................   Passed    0.64 sec
        Start 158: shoc_sk_tests_omp14
298/314 Test #158: shoc_sk_tests_omp14 ......................................   Passed    0.47 sec
        Start 159: shoc_sk_tests_omp15
299/314 Test #159: shoc_sk_tests_omp15 ......................................   Passed    0.47 sec
        Start 160: shoc_sk_tests_omp16
300/314 Test #160: shoc_sk_tests_omp16 ......................................   Passed    0.49 sec
        Start 161: shoc_run_and_cmp_cxx_omp16
301/314 Test #161: shoc_run_and_cmp_cxx_omp16 ...............................   Passed    0.99 sec
        Start 162: shoc_run_and_cmp_f90_omp16
302/314 Test #162: shoc_run_and_cmp_f90_omp16 ...............................   Passed    0.31 sec
        Start 163: shoc_baseline_f90_fake_omp16
303/314 Test #163: shoc_baseline_f90_fake_omp16 .............................***Not Run (Disabled)   0.00 sec
        Start 164: shoc_baseline_cxx_fake_omp16
304/314 Test #164: shoc_baseline_cxx_fake_omp16 .............................***Not Run (Disabled)   0.00 sec
214/303 Test  #92: p3_tests_omp5 ............................................   Passed    3.45 sec
        Start 107: p3_tests_fail_omp4
215/303 Test  #91: p3_tests_omp4 ............................................   Passed    3.82 sec
        Start 108: p3_tests_fail_omp5
216/303 Test #107: p3_tests_fail_omp4 .......................................   Passed    2.38 sec
        Start 125: shoc_tests_omp4
217/303 Test #108: p3_tests_fail_omp5 .......................................   Passed    2.27 sec
        Start 126: shoc_tests_omp5
218/303 Test #125: shoc_tests_omp4 ..........................................   Passed    1.52 sec
        Start 141: shoc_sk_tests_omp4
219/303 Test #126: shoc_tests_omp5 ..........................................   Passed    1.46 sec
        Start 142: shoc_sk_tests_omp5
220/303 Test #141: shoc_sk_tests_omp4 .......................................   Passed    0.62 sec
        Start 157: spa_read_data_test_np4
221/303 Test #142: shoc_sk_tests_omp5 .......................................   Passed    0.58 sec
        Start 161: spa_one_to_one_remap_test_np4
222/303 Test #161: spa_one_to_one_remap_test_np4 ............................   Passed    1.76 sec
        Start 240: surface_coupling_np4
223/303 Test #157: spa_read_data_test_np4 ...................................   Passed    1.90 sec
224/303 Test #240: surface_coupling_np4 .....................................   Passed    1.06 sec
        Start  77: physics_test_data_omp6
225/303 Test  #77: physics_test_data_omp6 ...................................   Passed    0.26 sec
        Start  78: physics_test_data_omp7
226/303 Test  #78: physics_test_data_omp7 ...................................   Passed    0.26 sec
        Start  79: physics_test_data_omp8
227/303 Test  #79: physics_test_data_omp8 ...................................   Passed    0.25 sec
        Start  80: physics_test_data_omp9
228/303 Test  #80: physics_test_data_omp9 ...................................   Passed    0.26 sec
        Start  93: p3_tests_omp6
229/303 Test  #93: p3_tests_omp6 ............................................   Passed    3.09 sec
        Start  94: p3_tests_omp7
230/303 Test  #94: p3_tests_omp7 ............................................   Passed    3.01 sec
        Start  95: p3_tests_omp8
231/303 Test  #95: p3_tests_omp8 ............................................   Passed    3.21 sec
        Start  96: p3_tests_omp9
232/303 Test #300: homme_shoc_cld_spa_p3_rrtmgp_pg2_np4 .....................   Passed   62.32 sec
        Start 301: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1_vs_np2_output_bfb
233/303 Test #301: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1_vs_np2_output_bfb ...   Passed    0.05 sec
        Start 302: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1_vs_np3_output_bfb
234/303 Test #302: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1_vs_np3_output_bfb ...   Passed    0.04 sec
        Start 303: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1_vs_np4_output_bfb
235/303 Test #303: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1_vs_np4_output_bfb ...   Passed    0.04 sec
236/303 Test  #96: p3_tests_omp9 ............................................   Passed    3.23 sec
        Start  81: physics_test_data_omp10
237/303 Test #279: homme_shoc_cld_spa_p3_rrtmgp_np1 .........................   Passed  289.78 sec
238/303 Test  #81: physics_test_data_omp10 ..................................   Passed    0.24 sec
        Start  82: physics_test_data_omp11
239/303 Test  #82: physics_test_data_omp11 ..................................   Passed    0.24 sec
        Start  83: physics_test_data_omp12
240/303 Test  #83: physics_test_data_omp12 ..................................   Passed    0.24 sec
        Start  84: physics_test_data_omp13
241/303 Test  #84: physics_test_data_omp13 ..................................   Passed    0.24 sec
        Start  85: physics_test_data_omp14
242/303 Test  #85: physics_test_data_omp14 ..................................   Passed    0.24 sec
        Start  97: p3_tests_omp10
243/303 Test #271: homme_shoc_cld_p3_rrtmgp_np4 .............................   Passed  116.06 sec
        Start 109: p3_tests_fail_omp6
        Start 272: homme_shoc_cld_p3_rrtmgp_np1_vs_np2_bfb
244/303 Test #272: homme_shoc_cld_p3_rrtmgp_np1_vs_np2_bfb ..................   Passed    0.04 sec
        Start 273: homme_shoc_cld_p3_rrtmgp_np1_vs_np3_bfb
245/303 Test #273: homme_shoc_cld_p3_rrtmgp_np1_vs_np3_bfb ..................   Passed    0.04 sec
        Start 274: homme_shoc_cld_p3_rrtmgp_np1_vs_np4_bfb
246/303 Test #274: homme_shoc_cld_p3_rrtmgp_np1_vs_np4_bfb ..................   Passed    0.04 sec
305/314 Test #297: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1 ...............   Passed  287.01 sec
247/303 Test #109: p3_tests_fail_omp6 .......................................   Passed    2.10 sec
        Start 110: p3_tests_fail_omp7
248/303 Test  #97: p3_tests_omp10 ...........................................   Passed    3.21 sec
        Start  98: p3_tests_omp11
249/303 Test #110: p3_tests_fail_omp7 .......................................   Passed    1.87 sec
        Start 127: shoc_tests_omp6
250/303 Test  #98: p3_tests_omp11 ...........................................   Passed    3.16 sec
        Start  99: p3_tests_omp12
251/303 Test #127: shoc_tests_omp6 ..........................................   Passed    1.43 sec
        Start 143: shoc_sk_tests_omp6
252/303 Test #143: shoc_sk_tests_omp6 .......................................   Passed    0.55 sec
253/303 Test  #99: p3_tests_omp12 ...........................................   Passed    3.14 sec
        Start  86: physics_test_data_omp15
254/303 Test  #86: physics_test_data_omp15 ..................................   Passed    0.24 sec
        Start  87: physics_test_data_omp16
306/314 Test #300: homme_shoc_cld_spa_p3_rrtmgp_128levels_np4 ...............   Passed  141.89 sec
255/303 Test  #87: physics_test_data_omp16 ..................................   Passed    0.25 sec
        Start 100: p3_tests_omp13
256/303 Test #100: p3_tests_omp13 ...........................................   Passed    2.95 sec
        Start 101: p3_tests_omp14
307/314 Test #299: homme_shoc_cld_spa_p3_rrtmgp_128levels_np3 ...............   Passed  178.18 sec
        Start 301: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb
        Start 304: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1
        Start 305: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2
        Start 306: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3
        Start 307: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4
308/314 Test #305: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2 ....   Passed    0.30 sec
309/314 Test #307: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4 ....   Passed    0.31 sec
310/314 Test #304: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1 ....   Passed    0.33 sec
311/314 Test #306: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3 ....   Passed    0.34 sec
312/314 Test #301: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb ....   Passed    0.43 sec
        Start 302: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb
313/314 Test #302: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb ....   Passed    0.33 sec
        Start 303: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb
314/314 Test #303: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb ....   Passed    0.32 sec

100% tests passed, 0 tests failed out of 309

Label Time Summary:
bfbhash = 0.37 secproc (1 test)
check = 0.40 sec
proc (1 test)
cld = 6282.38 secproc (46 tests)
cld_fraction = 0.48 sec
proc (1 test)
diagnostics = 7.89 secproc (20 tests)
driver = 7365.07 sec
proc (98 tests)
dynamics = 4709.15 secproc (47 tests)
fail = 322.86 sec
proc (19 tests)
horiz_remap = 11.41 secproc (4 tests)
io = 258.20 sec
proc (24 tests)
io,remap = 30.69 secproc (4 tests)
p3 = 7356.37 sec
proc (93 tests)
physics = 8114.07 secproc (126 tests)
physics_nudging = 1.27 sec
proc (1 test)
rrtmgp = 6603.27 secproc (58 tests)
shoc = 6429.84 sec
proc (60 tests)
spa = 1302.50 secproc (23 tests)
surface_coupling = 11.15 sec
proc (4 tests)

Total Test time (real) = 332.69 sec

The following tests did not run:
89 - physics_saturation_baseline_fake (Disabled)
125 - p3_baseline_f90_fake_omp16 (Disabled)
126 - p3_baseline_cxx_fake_omp16 (Disabled)
163 - shoc_baseline_f90_fake_omp16 (Disabled)
164 - shoc_baseline_cxx_fake_omp16 (Disabled)
257/303 Test #101: p3_tests_omp14 ........................................... Passed 3.22 sec
Start 102: p3_tests_omp15
258/303 Test #102: p3_tests_omp15 ........................................... Passed 2.88 sec
Start 103: p3_tests_omp16
259/303 Test #103: p3_tests_omp16 ........................................... Passed 2.94 sec
Start 111: p3_tests_fail_omp8
Start 112: p3_tests_fail_omp9
260/303 Test #111: p3_tests_fail_omp8 ....................................... Passed 1.94 sec
Start 128: shoc_tests_omp7
261/303 Test #112: p3_tests_fail_omp9 ....................................... Passed 2.16 sec
Start 113: p3_tests_fail_omp10
262/303 Test #128: shoc_tests_omp7 .......................................... Passed 1.36 sec
Start 129: shoc_tests_omp8
263/303 Test #113: p3_tests_fail_omp10 ...................................... Passed 1.79 sec
Start 130: shoc_tests_omp9
264/303 Test #129: shoc_tests_omp8 .......................................... Passed 1.37 sec
Start 144: shoc_sk_tests_omp7
265/303 Test #144: shoc_sk_tests_omp7 ....................................... Passed 0.61 sec
Start 145: shoc_sk_tests_omp8
266/303 Test #130: shoc_tests_omp9 .......................................... Passed 1.40 sec
Start 131: shoc_tests_omp10
267/303 Test #145: shoc_sk_tests_omp8 ....................................... Passed 0.54 sec
268/303 Test #131: shoc_tests_omp10 ......................................... Passed 1.38 sec
Start 114: p3_tests_fail_omp11
269/303 Test #114: p3_tests_fail_omp11 ...................................... Passed 1.45 sec
Start 115: p3_tests_fail_omp12
270/303 Test #115: p3_tests_fail_omp12 ...................................... Passed 1.64 sec
Start 116: p3_tests_fail_omp13
271/303 Test #116: p3_tests_fail_omp13 ...................................... Passed 1.54 sec
Start 117: p3_tests_fail_omp14
272/303 Test #117: p3_tests_fail_omp14 ...................................... Passed 1.36 sec
Start 118: p3_tests_fail_omp15
273/303 Test #118: p3_tests_fail_omp15 ...................................... Passed 1.59 sec
Start 119: p3_tests_fail_omp16
274/303 Test #119: p3_tests_fail_omp16 ...................................... Passed 1.83 sec
Start 132: shoc_tests_omp11
275/303 Test #132: shoc_tests_omp11 ......................................... Passed 1.37 sec
Start 133: shoc_tests_omp12
276/303 Test #133: shoc_tests_omp12 ......................................... Passed 1.36 sec
Start 134: shoc_tests_omp13
277/303 Test #134: shoc_tests_omp13 ......................................... Passed 1.37 sec
Start 135: shoc_tests_omp14
278/303 Test #135: shoc_tests_omp14 ......................................... Passed 1.20 sec
Start 136: shoc_tests_omp15
279/303 Test #136: shoc_tests_omp15 ......................................... Passed 1.20 sec
Start 137: shoc_tests_omp16
280/303 Test #137: shoc_tests_omp16 ......................................... Passed 1.18 sec
Start 146: shoc_sk_tests_omp9
281/303 Test #146: shoc_sk_tests_omp9 ....................................... Passed 0.53 sec
Start 147: shoc_sk_tests_omp10
282/303 Test #147: shoc_sk_tests_omp10 ...................................... Passed 0.53 sec
Start 148: shoc_sk_tests_omp11
283/303 Test #148: shoc_sk_tests_omp11 ...................................... Passed 0.54 sec
Start 149: shoc_sk_tests_omp12
284/303 Test #149: shoc_sk_tests_omp12 ...................................... Passed 0.53 sec
Start 150: shoc_sk_tests_omp13
285/303 Test #150: shoc_sk_tests_omp13 ...................................... Passed 0.54 sec
Start 151: shoc_sk_tests_omp14
286/303 Test #151: shoc_sk_tests_omp14 ...................................... Passed 0.41 sec
Start 152: shoc_sk_tests_omp15
287/303 Test #152: shoc_sk_tests_omp15 ...................................... Passed 0.41 sec
Start 153: shoc_sk_tests_omp16
288/303 Test #153: shoc_sk_tests_omp16 ...................................... Passed 0.41 sec
289/303 Test #282: homme_shoc_cld_spa_p3_rrtmgp_np4 ......................... Passed 134.36 sec
Start 283: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np2_output_bfb
290/303 Test #283: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np2_output_bfb ....... Passed 0.07 sec
Start 284: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np3_output_bfb
291/303 Test #284: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np3_output_bfb ....... Passed 0.06 sec
Start 285: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np4_output_bfb
292/303 Test #285: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np4_output_bfb ....... Passed 0.06 sec
293/303 Test #288: homme_shoc_cld_spa_p3_rrtmgp_128levels_np3 ............... Passed 301.17 sec
294/303 Test #287: homme_shoc_cld_spa_p3_rrtmgp_128levels_np2 ............... Passed 424.41 sec
295/303 Test #289: homme_shoc_cld_spa_p3_rrtmgp_128levels_np4 ............... Passed 234.62 sec
296/303 Test #286: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1 ............... Passed 501.08 sec
Start 290: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb
Start 293: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1
Start 294: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2
Start 295: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3
Start 296: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4
297/303 Test #294: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2 .... Passed 0.31 sec
298/303 Test #296: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4 .... Passed 0.31 sec
299/303 Test #293: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1 .... Passed 0.33 sec
300/303 Test #295: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3 .... Passed 0.33 sec
301/303 Test #290: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb .... Passed 0.44 sec
Start 291: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb
302/303 Test #291: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb .... Passed 0.33 sec
Start 292: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb
303/303 Test #292: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb .... Passed 0.33 sec

100% tests passed, 0 tests failed out of 303

Label Time Summary:
bfbhash = 2.17 secproc (1 test)
check = 1.00 sec
proc (1 test)
cld = 9373.75 secproc (46 tests)
cld_fraction = 0.95 sec
proc (1 test)
diagnostics = 21.74 secproc (20 tests)
driver = 10791.67 sec
proc (98 tests)
dynamics = 8031.85 secproc (47 tests)
fail = 249.01 sec
proc (18 tests)
horiz_remap = 12.39 secproc (4 tests)
io = 237.92 sec
proc (24 tests)
io,remap = 29.37 secproc (4 tests)
p3 = 10274.75 sec
proc (90 tests)
physics = 10996.98 secproc (120 tests)
physics_nudging = 2.47 sec
proc (1 test)
rrtmgp = 9681.18 secproc (58 tests)
shoc = 9518.52 sec
proc (58 tests)
spa = 1330.62 secproc (23 tests)
surface_coupling = 11.46 sec
proc (4 tests)

Total Test time (real) = 536.00 sec

Testing 'ab25a9292229620d2b96513f91d0d11e14d1341e' for test 'full_sp_debug'

RUN: taskset -c 32-63 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=32 CTEST_PARALLEL_LEVEL=32 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4094/scream/components/eamxx/ctest-build/full_sp_debug/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4094/scream/components/eamxx/ctest-build/full_sp_debug -DBUILD_NAME_MOD=full_sp_debug -S /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4094/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=mappy -DCMAKE_COMMAND="-C /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4094/scream/components/eamxx/cmake/machine-files/mappy.cmake -DNetCDF_Fortran_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DNetCDF_C_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DSCREAM_DOUBLE_PRECISION=False -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicxx -DCMAKE_C_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicc -DCMAKE_Fortran_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=32 -DSCREAM_TEST_DATA_DIR=/sems-data-store/ACME/baselines/scream/master-baselines/full_sp_debug/data" '
FROM: /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4094/scream/components/eamxx/ctest-build/full_sp_debug

Testing 'ab25a9292229620d2b96513f91d0d11e14d1341e' for test 'debug_nopack_fpe'

RUN: taskset -c 64-95 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=32 CTEST_PARALLEL_LEVEL=32 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4094/scream/components/eamxx/ctest-build/debug_nopack_fpe/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4094/scream/components/eamxx/ctest-build/debug_nopack_fpe -DBUILD_NAME_MOD=debug_nopack_fpe -S /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4094/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=mappy -DCMAKE_COMMAND="-C /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4094/scream/components/eamxx/cmake/machine-files/mappy.cmake -DNetCDF_Fortran_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DNetCDF_C_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DSCREAM_PACK_SIZE=1 -DSCREAM_FPE=True -DSCREAM_ENABLE_BASELINE_TESTS=False -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicxx -DCMAKE_C_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicc -DCMAKE_Fortran_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=32" '
FROM: /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4094/scream/components/eamxx/ctest-build/debug_nopack_fpe

Testing 'ab25a9292229620d2b96513f91d0d11e14d1341e' for test 'release'

RUN: taskset -c 96-127 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=32 CTEST_PARALLEL_LEVEL=32 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4094/scream/components/eamxx/ctest-build/release/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4094/scream/components/eamxx/ctest-build/release -DBUILD_NAME_MOD=release -S /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4094/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=mappy -DCMAKE_COMMAND="-C /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4094/scream/components/eamxx/cmake/machine-files/mappy.cmake -DNetCDF_Fortran_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DNetCDF_C_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DCMAKE_BUILD_TYPE=Release -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicxx -DCMAKE_C_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicc -DCMAKE_Fortran_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=32 -DSCREAM_TEST_DATA_DIR=/sems-data-store/ACME/baselines/scream/master-baselines/release/data" '
FROM: /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4094/scream/components/eamxx/ctest-build/release

Testing 'ab25a9292229620d2b96513f91d0d11e14d1341e' for test 'full_debug'

RUN: taskset -c 0-31 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=32 CTEST_PARALLEL_LEVEL=32 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4094/scream/components/eamxx/ctest-build/full_debug/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4094/scream/components/eamxx/ctest-build/full_debug -DBUILD_NAME_MOD=full_debug -S /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4094/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=mappy -DCMAKE_COMMAND="-C /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4094/scream/components/eamxx/cmake/machine-files/mappy.cmake -DNetCDF_Fortran_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DNetCDF_C_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicxx -DCMAKE_C_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicc -DCMAKE_Fortran_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=32 -DSCREAM_TEST_DATA_DIR=/sems-data-store/ACME/baselines/scream/master-baselines/full_debug/data" '
FROM: /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4094/scream/components/eamxx/ctest-build/full_debug
OVERALL STATUS: PASS
Starting analysis on mappy with cmd: cd /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4094/scream/components/eamxx && module purge && module load sems-archive-env acme-env sems-archive-gcc/9.2.0 sems-archive-cmake/3.19.1 sems-archive-git/2.10.1 acme-openmpi/4.0.7 acme-netcdf/4.7.4/acme && export OMP_PROC_BIND=spread && true && ./scripts/test-all-scream --baseline-dir AUTO $compiler -c EKAT_DISABLE_TPL_WARNINGS=ON -p -i -m mappy
RUN: cd /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4094/scream/components/eamxx && module purge && module load sems-archive-env acme-env sems-archive-gcc/9.2.0 sems-archive-cmake/3.19.1 sems-archive-git/2.10.1 acme-openmpi/4.0.7 acme-netcdf/4.7.4/acme && export OMP_PROC_BIND=spread && true && ./scripts/test-all-scream --baseline-dir AUTO $compiler -c EKAT_DISABLE_TPL_WARNINGS=ON -p -i -m mappy
FROM: /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4094/scream/components/eamxx
Completed analysis on mappy

  • [[ 0 != 0 ]]
  • [[ 1 == 0 ]]
  • [[ mappy == \m\a\p\p\y ]]
  • [[ 0 == 1 ]]
  • [[ -z '' ]]
  • [[ 1 == 1 ]]
  • [[ 0 == 1 ]]
  • [[ 1 == 1 ]]
  • '[' -n 2418 ']'
  • ./scripts/git-merge-ref origin/master
  • [[ 0 != 0 ]]
  • [[ 0 == 1 ]]
  • [[ 1 == 1 ]]
  • ../../cime/scripts/create_test e3sm_scream_v1_at --compiler=gnu9 -c -b master --wait
    No project info available
    create_test will do up to 6 tasks simultaneously
    create_test will use up to 80 cores simultaneously
    Creating test directory /ascldap/users/e3sm-jenkins/acme/scratch/ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2.C.20230722_003300_ib9z0x
    Creating test directory /ascldap/users/e3sm-jenkins/acme/scratch/ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9.C.20230722_003300_ib9z0x
    Creating test directory /ascldap/users/e3sm-jenkins/acme/scratch/SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9.C.20230722_003300_ib9z0x
    Creating test directory /ascldap/users/e3sm-jenkins/acme/scratch/ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9.C.20230722_003300_ib9z0x
    Creating test directory /ascldap/users/e3sm-jenkins/acme/scratch/ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.C.20230722_003300_ib9z0x
    Creating test directory /ascldap/users/e3sm-jenkins/acme/scratch/PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.C.20230722_003300_ib9z0x
    RUNNING TESTS:
    ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2
    ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9
    SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9
    ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9
    ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9
    PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9
    Starting CREATE_NEWCASE for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 with 1 procs
    Starting CREATE_NEWCASE for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Starting CREATE_NEWCASE for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 with 1 procs
    Starting CREATE_NEWCASE for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 with 1 procs
    Starting CREATE_NEWCASE for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Starting CREATE_NEWCASE for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Finished CREATE_NEWCASE for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 in 0.619999 seconds (PASS)
    Finished CREATE_NEWCASE for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 0.619740 seconds (PASS)
    Finished CREATE_NEWCASE for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 0.625756 seconds (PASS)
    Finished CREATE_NEWCASE for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 in 0.627490 seconds (PASS)
    Finished CREATE_NEWCASE for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 in 0.636103 seconds (PASS)
    Starting XML for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Starting XML for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 with 1 procs
    Starting XML for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 with 1 procs
    Starting XML for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Starting XML for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Finished CREATE_NEWCASE for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 in 0.955693 seconds (PASS)
    Starting XML for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 with 1 procs
    Finished XML for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 0.955769 seconds (PASS)
    Starting SETUP for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Finished XML for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 in 1.026434 seconds (PASS)
    Finished XML for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 1.030714 seconds (PASS)
    Finished XML for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 in 1.035759 seconds (PASS)
    Finished XML for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 in 1.049603 seconds (PASS)
    Finished XML for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 in 0.949415 seconds (PASS)
    Starting SETUP for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 with 1 procs
    Starting SETUP for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Starting SETUP for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 with 1 procs
    Starting SETUP for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 with 1 procs
    Starting SETUP for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Finished SETUP for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 in 2.700150 seconds (PASS)
    Starting SHAREDLIB_BUILD for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 with 1 procs
    Finished SETUP for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 3.086776 seconds (PASS)
    Finished SETUP for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 in 3.114327 seconds (PASS)
    Finished SETUP for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 3.334268 seconds (PASS)
    Finished SETUP for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 in 3.136185 seconds (PASS)
    Finished SETUP for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 in 3.170027 seconds (PASS)
    Starting SHAREDLIB_BUILD for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 with 1 procs
    Starting SHAREDLIB_BUILD for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Starting SHAREDLIB_BUILD for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 with 1 procs
    Starting SHAREDLIB_BUILD for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Starting SHAREDLIB_BUILD for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Finished SHAREDLIB_BUILD for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 in 40.909039 seconds (PASS)
    Starting MODEL_BUILD for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 with 16 procs
    Finished SHAREDLIB_BUILD for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 in 41.159194 seconds (PASS)
    Starting MODEL_BUILD for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 with 16 procs
    Finished SHAREDLIB_BUILD for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 in 50.193449 seconds (PASS)
    Starting MODEL_BUILD for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 with 16 procs
    Finished SHAREDLIB_BUILD for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 55.222869 seconds (PASS)
    Starting MODEL_BUILD for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 16 procs
    Finished SHAREDLIB_BUILD for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 in 109.795533 seconds (PASS)
    Finished SHAREDLIB_BUILD for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 125.229240 seconds (PASS)
    Starting MODEL_BUILD for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 with 16 procs
    Finished MODEL_BUILD for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 in 139.407938 seconds (PASS)
    Finished MODEL_BUILD for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 in 139.211412 seconds (PASS)
    Starting RUN for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 with 1 proc on interactive node and 64 procs on compute nodes
    Starting RUN for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 with 1 proc on interactive node and 64 procs on compute nodes
    Finished RUN for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 in 0.906649 seconds (PEND). [COMPLETED 1 of 6]
    Finished RUN for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 in 0.904121 seconds (PEND). [COMPLETED 2 of 6]
    Starting MODEL_BUILD for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 16 procs
    Finished MODEL_BUILD for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 in 199.839999 seconds (PASS)
    Starting RUN for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 with 1 proc on interactive node and 64 procs on compute nodes
    Finished RUN for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 in 5.117672 seconds (PEND). [COMPLETED 3 of 6]
    Finished MODEL_BUILD for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 212.155826 seconds (PASS)
    Starting RUN for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 proc on interactive node and 64 procs on compute nodes
    Finished RUN for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 2.770323 seconds (PEND). [COMPLETED 4 of 6]
    Finished MODEL_BUILD for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 in 400.638732 seconds (PASS)
    Starting RUN for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 with 1 proc on interactive node and 64 procs on compute nodes
    Finished RUN for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 in 0.832784 seconds (PEND). [COMPLETED 5 of 6]
    Finished MODEL_BUILD for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 457.954179 seconds (PASS)
    Starting RUN for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 proc on interactive node and 64 procs on compute nodes
    Finished RUN for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 0.836622 seconds (PEND). [COMPLETED 6 of 6]
    Waiting for tests to finish
    DIFF ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 (phase BASELINE)
    Case dir: /ascldap/users/e3sm-jenkins/acme/scratch/ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9.C.20230722_003300_ib9z0x
    DIFF ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 (phase BASELINE)
    Case dir: /ascldap/users/e3sm-jenkins/acme/scratch/ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.C.20230722_003300_ib9z0x
    DIFF ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 (phase BASELINE)
    Case dir: /ascldap/users/e3sm-jenkins/acme/scratch/ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2.C.20230722_003300_ib9z0x
    PASS ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 RUN
    Case dir: /ascldap/users/e3sm-jenkins/acme/scratch/ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9.C.20230722_003300_ib9z0x
    DIFF PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 (phase BASELINE)
    Case dir: /ascldap/users/e3sm-jenkins/acme/scratch/PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.C.20230722_003300_ib9z0x
    DIFF SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 (phase BASELINE)
    Case dir: /ascldap/users/e3sm-jenkins/acme/scratch/SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9.C.20230722_003300_ib9z0x
    test-scheduler took 815.7945992946625 seconds
  • [[ 100 != 0 ]]
  • fails=0+1
  • v1_fail=1
  • set +x
    ######################################################
    FAILS DETECTED:
    SCREAM V1 TESTING FAILED!
    ######################################################
    Build step 'Execute shell' marked build as failure
    Performing Post build task...
    Match found for : : True
    Logical operation result is TRUE
    Running script : #!/bin/bash -le

cd $WORKSPACE/${BUILD_ID}/

./scream/components/eamxx/scripts/jenkins/jenkins_cleanup.sh
[SCREAM_PullRequest_Autotester_Mappy] $ /bin/bash -le /tmp/jenkins13546595258019159051.sh
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Sending e-mails to: lbertag@sandia.gov
Finished: FAILURE

Console Output (last 100K lines) : SCREAM_PullRequest_Autotester_Weaver # 4643 (click to expand)

 38/100 Test  #38: shoc_run_and_cmp_cxx ....................................   Passed    1.78 sec
        Start  39: shoc_run_and_cmp_f90
 39/100 Test  #39: shoc_run_and_cmp_f90 ....................................   Passed    1.22 sec
        Start  40: shoc_baseline_f90_fake
 40/100 Test  #40: shoc_baseline_f90_fake ..................................***Not Run (Disabled)   0.00 sec
        Start  41: shoc_baseline_cxx_fake
 41/100 Test  #41: shoc_baseline_cxx_fake ..................................***Not Run (Disabled)   0.00 sec
        Start  42: spa_read_data_test_np1
 42/100 Test  #42: spa_read_data_test_np1 ..................................   Passed    6.69 sec
        Start  43: spa_one_to_one_remap_test_np1
 43/100 Test  #43: spa_one_to_one_remap_test_np1 ...........................   Passed    1.54 sec
        Start  44: spa_main_test
 44/100 Test  #44: spa_main_test ...........................................   Passed    1.41 sec
        Start  45: nudging_tests
 45/100 Test  #45: nudging_tests ...........................................   Passed    1.78 sec
        Start  46: field_at_level
 46/100 Test  #46: field_at_level ..........................................   Passed    1.40 sec
        Start  47: field_at_pressure_level
 47/100 Test  #47: field_at_pressure_level .................................   Passed    1.68 sec
        Start  48: field_at_height
 48/100 Test  #48: field_at_height .........................................   Passed    2.89 sec
        Start  49: potential_temperature
 49/100 Test  #49: potential_temperature ...................................   Passed    3.04 sec
        Start  50: exner_function
 50/100 Test  #50: exner_function ..........................................   Passed    2.07 sec
        Start  51: virtual_temperature
 51/100 Test  #51: virtual_temperature .....................................   Passed    2.35 sec
        Start  52: atmosphere_density
 52/100 Test  #52: atmosphere_density ......................................   Passed    1.51 sec
        Start  53: vertical_layer
 53/100 Test  #53: vertical_layer ..........................................   Passed    2.53 sec
        Start  54: dry_static_energy
 54/100 Test  #54: dry_static_energy .......................................   Passed    1.81 sec
        Start  55: sea_level_pressure
 55/100 Test  #55: sea_level_pressure ......................................   Passed    2.72 sec
        Start  56: water_path
 56/100 Test  #56: water_path ..............................................   Passed    2.47 sec
        Start  57: shortwave_cloud_forcing
32/81 Test #32: shoc_tests_omp1 ....................   Passed   78.97 sec
      Start 33: shoc_sk_tests_omp1
 57/100 Test  #57: shortwave_cloud_forcing .................................   Passed    2.14 sec
        Start  58: longwave_cloud_forcing
 58/100 Test  #58: longwave_cloud_forcing ..................................   Passed    1.62 sec
        Start  59: relative_humidity
 59/100 Test  #59: relative_humidity .......................................   Passed    1.50 sec
        Start  60: zonal_vapor_flux
 60/100 Test  #60: zonal_vapor_flux ........................................   Passed    2.25 sec
        Start  61: meridional_vapor_flux
 61/100 Test  #61: meridional_vapor_flux ...................................   Passed    1.42 sec
        Start  62: precip_ice_surf_mass_flux
 62/100 Test  #62: precip_ice_surf_mass_flux ...............................   Passed    1.63 sec
        Start  63: precip_liq_surf_mass_flux
 63/100 Test  #63: precip_liq_surf_mass_flux ...............................   Passed    2.88 sec
        Start  64: precip_total_surf_mass_flux
 64/100 Test  #64: precip_total_surf_mass_flux .............................   Passed    1.99 sec
        Start  65: surface_upward_latent_heat_flux
 65/100 Test  #65: surface_upward_latent_heat_flux .........................   Passed    1.81 sec
        Start  66: ad_ut
 66/100 Test  #66: ad_ut ...................................................   Passed    2.13 sec
        Start  67: fail
 67/100 Test  #67: fail ....................................................   Passed    2.42 sec
        Start  68: scream_fpe_check
 68/100 Test  #68: scream_fpe_check ........................................   Passed    1.14 sec
        Start  69: bfbhash
 69/100 Test  #69: bfbhash .................................................   Passed    1.00 sec
        Start  70: homme_standalone_np1
 70/100 Test  #70: homme_standalone_np1 ....................................   Passed    5.01 sec
        Start  71: p3_standalone_np1
 71/100 Test  #71: p3_standalone_np1 .......................................   Passed    4.21 sec
        Start  72: p3_tend_check_np1
 72/100 Test  #72: p3_tend_check_np1 .......................................   Passed    5.26 sec
        Start  73: shoc_standalone_np1
 73/100 Test  #73: shoc_standalone_np1 .....................................   Passed    2.52 sec
        Start  74: shoc_tend_check_np1
 74/100 Test  #74: shoc_tend_check_np1 .....................................   Passed    1.07 sec
        Start  75: check_U_V_slices_np1
 75/100 Test  #75: check_U_V_slices_np1 ....................................   Passed    0.88 sec
        Start  76: check_surf_mom_flux_slices_np1
 76/100 Test  #76: check_surf_mom_flux_slices_np1 ..........................   Passed    0.93 sec
        Start  77: check_U_V_slices_fail_diff
 77/100 Test  #77: check_U_V_slices_fail_diff ..............................   Passed    1.03 sec
        Start  78: check_U_V_slices_fail_layout
 78/100 Test  #78: check_U_V_slices_fail_layout ............................   Passed    0.91 sec
        Start  79: check_U_V_slices_fail_missing
 79/100 Test  #79: check_U_V_slices_fail_missing ...........................   Passed    0.86 sec
        Start  80: cld_fraction_standalone
 80/100 Test  #80: cld_fraction_standalone .................................   Passed    1.38 sec
        Start  81: spa_stand_alone_np1
 81/100 Test  #81: spa_stand_alone_np1 .....................................   Passed    5.75 sec
        Start  82: surface_coupling_np1
 82/100 Test  #82: surface_coupling_np1 ....................................   Passed    3.20 sec
        Start  83: rrtmgp_standalone_unit
 83/100 Test  #83: rrtmgp_standalone_unit ..................................   Passed    1.29 sec
        Start  84: rrtmgp_standalone_np1
 84/100 Test  #84: rrtmgp_standalone_np1 ...................................   Passed    1.70 sec
        Start  85: rrtmgp_standalone_chunked
 85/100 Test  #85: rrtmgp_standalone_chunked ...............................   Passed    2.01 sec
        Start  86: rrtmgp_chunked_vs_monolithic_bfb
 86/100 Test  #86: rrtmgp_chunked_vs_monolithic_bfb ........................   Passed    0.04 sec
        Start  87: shoc_cld_p3_rrtmgp_np1
 87/100 Test  #87: shoc_cld_p3_rrtmgp_np1 ..................................   Passed    3.78 sec
        Start  88: shoc_cld_spa_p3_rrtmgp_np1
 88/100 Test  #88: shoc_cld_spa_p3_rrtmgp_np1 ..............................   Passed    6.44 sec
        Start  89: shoc_p3_subcycled
 89/100 Test  #89: shoc_p3_subcycled .......................................   Passed    2.54 sec
        Start  90: shoc_p3_monolithic
 90/100 Test  #90: shoc_p3_monolithic ......................................   Passed    2.48 sec
        Start  91: check_subcycling
 91/100 Test  #91: check_subcycling ........................................   Passed    0.05 sec
        Start  92: homme_shoc_cld_p3_rrtmgp_np1
 92/100 Test  #92: homme_shoc_cld_p3_rrtmgp_np1 ............................   Passed    5.25 sec
        Start  93: model_baseline
33/81 Test #33: shoc_sk_tests_omp1 .................   Passed   82.84 sec
      Start 34: shoc_run_and_cmp_cxx
34/81 Test #34: shoc_run_and_cmp_cxx ...............   Passed    2.17 sec
      Start 35: shoc_run_and_cmp_f90
 27/101 Test  #27: p3_tests_omp1 ...........................................   Passed  140.05 sec
        Start  28: p3_tests_fail_omp1
 93/100 Test  #93: model_baseline ..........................................   Passed    4.84 sec
        Start  94: model_initial
 94/100 Test  #94: model_initial ...........................................   Passed    5.14 sec
        Start  95: model_restart
 95/100 Test  #95: model_restart ...........................................   Passed    5.42 sec
        Start  96: restarted_vs_monolithic_check_np1
 96/100 Test  #96: restarted_vs_monolithic_check_np1 .......................   Passed    0.08 sec
        Start  97: homme_shoc_cld_spa_p3_rrtmgp_np1
 97/100 Test  #97: homme_shoc_cld_spa_p3_rrtmgp_np1 ........................   Passed    7.94 sec
        Start  98: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1
 98/100 Test  #98: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1 ..............   Passed    8.54 sec
        Start  99: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1
 99/100 Test  #99: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1 ...   Passed    0.99 sec
        Start 100: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1
100/100 Test #100: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1 ....................   Passed    6.28 sec

100% tests passed, 0 tests failed out of 95

Label Time Summary:
bfbhash = 1.00 secproc (1 test)
check = 1.14 sec
proc (1 test)
cld = 39.20 secproc (7 tests)
cld_fraction = 1.38 sec
proc (1 test)
diagnostics = 41.68 secproc (20 tests)
driver = 74.75 sec
proc (20 tests)
dynamics = 36.56 secproc (8 tests)
fail = 15.21 sec
proc (3 tests)
horiz_remap = 1.75 secproc (1 test)
io = 21.72 sec
proc (6 tests)
io,remap = 3.27 secproc (1 test)
p3 = 75.17 sec
proc (15 tests)
physics = 97.50 secproc (27 tests)
physics_nudging = 1.78 sec
proc (1 test)
rrtmgp = 47.20 secproc (13 tests)
shoc = 45.83 sec
proc (12 tests)
spa = 21.81 secproc (5 tests)
surface_coupling = 3.20 sec
proc (1 test)

Total Test time (real) = 247.83 sec

The following tests did not run:
26 - physics_saturation_baseline_fake (Disabled)
32 - p3_baseline_f90_fake (Disabled)
33 - p3_baseline_cxx_fake (Disabled)
40 - shoc_baseline_f90_fake (Disabled)
41 - shoc_baseline_cxx_fake (Disabled)
28/101 Test #28: p3_tests_fail_omp1 ...................................... Passed 37.29 sec
Start 29: p3_run_and_cmp_cxx
29/101 Test #29: p3_run_and_cmp_cxx ...................................... Passed 8.08 sec
Start 30: p3_run_and_cmp_f90
30/101 Test #30: p3_run_and_cmp_f90 ...................................... Passed 37.87 sec
Start 31: p3_run_and_cmp_cxx_fail
31/101 Test #31: p3_run_and_cmp_cxx_fail ................................. Passed 10.22 sec
Start 32: p3_baseline_f90_fake
32/101 Test #32: p3_baseline_f90_fake ....................................***Not Run (Disabled) 0.00 sec
Start 33: p3_baseline_cxx_fake
33/101 Test #33: p3_baseline_cxx_fake ....................................***Not Run (Disabled) 0.00 sec
Start 34: rrtmgp_tests
34/101 Test #34: rrtmgp_tests ............................................ Passed 1.13 sec
Start 35: rrtmgp_unit_tests
35/101 Test #35: rrtmgp_unit_tests ....................................... Passed 1.12 sec
Start 36: shoc_tests_omp1
35/81 Test #35: shoc_run_and_cmp_f90 ............... Passed 246.32 sec
Start 36: shoc_baseline_f90_fake
36/81 Test #36: shoc_baseline_f90_fake .............***Not Run (Disabled) 0.00 sec
Start 37: shoc_baseline_cxx_fake
37/81 Test #37: shoc_baseline_cxx_fake .............***Not Run (Disabled) 0.00 sec
Start 38: spa_read_data_test_np1
36/101 Test #36: shoc_tests_omp1 ......................................... Passed 151.21 sec
Start 37: shoc_sk_tests_omp1
38/81 Test #38: spa_read_data_test_np1 ............. Passed 2.03 sec
Start 39: spa_one_to_one_remap_test_np1
39/81 Test #39: spa_one_to_one_remap_test_np1 ...... Passed 1.49 sec
Start 40: spa_main_test
40/81 Test #40: spa_main_test ...................... Passed 1.30 sec
Start 41: nudging_tests
41/81 Test #41: nudging_tests ...................... Passed 2.41 sec
Start 42: field_at_level
42/81 Test #42: field_at_level ..................... Passed 2.05 sec
Start 43: field_at_pressure_level
43/81 Test #43: field_at_pressure_level ............ Passed 2.05 sec
Start 44: field_at_height
44/81 Test #44: field_at_height .................... Passed 4.09 sec
Start 45: potential_temperature
37/101 Test #37: shoc_sk_tests_omp1 ...................................... Passed 18.00 sec
Start 38: shoc_run_and_cmp_cxx
45/81 Test #45: potential_temperature .............. Passed 3.50 sec
Start 46: exner_function
38/101 Test #38: shoc_run_and_cmp_cxx .................................... Passed 1.41 sec
Start 39: shoc_run_and_cmp_f90
46/81 Test #46: exner_function ..................... Passed 1.39 sec
Start 47: virtual_temperature
47/81 Test #47: virtual_temperature ................ Passed 2.10 sec
Start 48: atmosphere_density
48/81 Test #48: atmosphere_density ................. Passed 2.99 sec
Start 49: vertical_layer
49/81 Test #49: vertical_layer ..................... Passed 1.94 sec
Start 50: dry_static_energy
50/81 Test #50: dry_static_energy .................. Passed 2.39 sec
Start 51: sea_level_pressure
51/81 Test #51: sea_level_pressure ................. Passed 2.15 sec
Start 52: water_path
52/81 Test #52: water_path ......................... Passed 2.46 sec
Start 53: shortwave_cloud_forcing
53/81 Test #53: shortwave_cloud_forcing ............ Passed 2.89 sec
Start 54: longwave_cloud_forcing
54/81 Test #54: longwave_cloud_forcing ............. Passed 2.09 sec
Start 55: relative_humidity
55/81 Test #55: relative_humidity .................. Passed 2.64 sec
Start 56: zonal_vapor_flux
56/81 Test #56: zonal_vapor_flux ................... Passed 1.62 sec
Start 57: meridional_vapor_flux
57/81 Test #57: meridional_vapor_flux .............. Passed 1.52 sec
Start 58: precip_ice_surf_mass_flux
58/81 Test #58: precip_ice_surf_mass_flux .......... Passed 2.24 sec
Start 59: precip_liq_surf_mass_flux
59/81 Test #59: precip_liq_surf_mass_flux .......... Passed 1.78 sec
Start 60: precip_total_surf_mass_flux
60/81 Test #60: precip_total_surf_mass_flux ........ Passed 1.87 sec
Start 61: surface_upward_latent_heat_flux
61/81 Test #61: surface_upward_latent_heat_flux .... Passed 1.52 sec
Start 62: ad_ut
62/81 Test #62: ad_ut .............................. Passed 2.75 sec
Start 63: fail
63/81 Test #63: fail ............................... Passed 2.35 sec
Start 64: kokkos_fail
64/81 Test #64: kokkos_fail ........................ Passed 3.19 sec
Start 65: scream_fpe_check
65/81 Test #65: scream_fpe_check ................... Passed 1.11 sec
Start 66: bfbhash
66/81 Test #66: bfbhash ............................ Passed 1.03 sec
Start 67: p3_standalone_np1
67/81 Test #67: p3_standalone_np1 .................. Passed 3.26 sec
Start 68: p3_tend_check_np1
68/81 Test #68: p3_tend_check_np1 .................. Passed 1.03 sec
Start 69: shoc_standalone_np1
69/81 Test #69: shoc_standalone_np1 ................ Passed 2.94 sec
Start 70: shoc_tend_check_np1
70/81 Test #70: shoc_tend_check_np1 ................ Passed 1.17 sec
Start 71: check_U_V_slices_np1
71/81 Test #71: check_U_V_slices_np1 ............... Passed 0.89 sec
Start 72: check_surf_mom_flux_slices_np1
72/81 Test #72: check_surf_mom_flux_slices_np1 ..... Passed 0.92 sec
Start 73: check_U_V_slices_fail_diff
73/81 Test #73: check_U_V_slices_fail_diff ......... Passed 0.89 sec
Start 74: check_U_V_slices_fail_layout
74/81 Test #74: check_U_V_slices_fail_layout ....... Passed 0.95 sec
Start 75: check_U_V_slices_fail_missing
75/81 Test #75: check_U_V_slices_fail_missing ...... Passed 0.98 sec
Start 76: cld_fraction_standalone
76/81 Test #76: cld_fraction_standalone ............ Passed 1.57 sec
Start 77: spa_stand_alone_np1
39/101 Test #39: shoc_run_and_cmp_f90 .................................... Passed 64.40 sec
Start 40: shoc_baseline_f90_fake
40/101 Test #40: shoc_baseline_f90_fake ..................................***Not Run (Disabled) 0.00 sec
Start 41: shoc_baseline_cxx_fake
41/101 Test #41: shoc_baseline_cxx_fake ..................................***Not Run (Disabled) 0.00 sec
Start 42: spa_read_data_test_np1
42/101 Test #42: spa_read_data_test_np1 .................................. Passed 2.28 sec
Start 43: spa_one_to_one_remap_test_np1
43/101 Test #43: spa_one_to_one_remap_test_np1 ........................... Passed 1.28 sec
Start 44: spa_main_test
44/101 Test #44: spa_main_test ........................................... Passed 1.85 sec
Start 45: nudging_tests
45/101 Test #45: nudging_tests ........................................... Passed 3.66 sec
Start 46: field_at_level
46/101 Test #46: field_at_level .......................................... Passed 1.56 sec
Start 47: field_at_pressure_level
47/101 Test #47: field_at_pressure_level ................................. Passed 1.84 sec
Start 48: field_at_height
48/101 Test #48: field_at_height ......................................... Passed 2.82 sec
Start 49: potential_temperature
49/101 Test #49: potential_temperature ................................... Passed 1.75 sec
Start 50: exner_function
50/101 Test #50: exner_function .......................................... Passed 1.63 sec
Start 51: virtual_temperature
51/101 Test #51: virtual_temperature ..................................... Passed 1.42 sec
Start 52: atmosphere_density
52/101 Test #52: atmosphere_density ...................................... Passed 5.27 sec
Start 53: vertical_layer
53/101 Test #53: vertical_layer .......................................... Passed 1.32 sec
Start 54: dry_static_energy
54/101 Test #54: dry_static_energy ....................................... Passed 1.58 sec
Start 55: sea_level_pressure
55/101 Test #55: sea_level_pressure ...................................... Passed 1.44 sec
Start 56: water_path
56/101 Test #56: water_path .............................................. Passed 2.50 sec
Start 57: shortwave_cloud_forcing
57/101 Test #57: shortwave_cloud_forcing ................................. Passed 1.98 sec
Start 58: longwave_cloud_forcing
58/101 Test #58: longwave_cloud_forcing .................................. Passed 2.40 sec
Start 59: relative_humidity
59/101 Test #59: relative_humidity ....................................... Passed 1.36 sec
Start 60: zonal_vapor_flux
60/101 Test #60: zonal_vapor_flux ........................................ Passed 1.54 sec
Start 61: meridional_vapor_flux
61/101 Test #61: meridional_vapor_flux ................................... Passed 2.29 sec
Start 62: precip_ice_surf_mass_flux
62/101 Test #62: precip_ice_surf_mass_flux ............................... Passed 2.03 sec
Start 63: precip_liq_surf_mass_flux
63/101 Test #63: precip_liq_surf_mass_flux ............................... Passed 2.06 sec
Start 64: precip_total_surf_mass_flux
64/101 Test #64: precip_total_surf_mass_flux ............................. Passed 2.20 sec
Start 65: surface_upward_latent_heat_flux
65/101 Test #65: surface_upward_latent_heat_flux ......................... Passed 2.04 sec
Start 66: ad_ut
66/101 Test #66: ad_ut ................................................... Passed 1.57 sec
Start 67: fail
67/101 Test #67: fail .................................................... Passed 2.79 sec
Start 68: kokkos_fail
68/101 Test #68: kokkos_fail ............................................. Passed 3.05 sec
Start 69: scream_fpe_check
69/101 Test #69: scream_fpe_check ........................................ Passed 1.27 sec
Start 70: bfbhash
70/101 Test #70: bfbhash ................................................. Passed 1.60 sec
Start 71: homme_standalone_np1
77/81 Test #77: spa_stand_alone_np1 ................ Passed 69.79 sec
Start 78: surface_coupling_np1
78/81 Test #78: surface_coupling_np1 ............... Passed 2.77 sec
Start 79: shoc_p3_subcycled
71/101 Test #71: homme_standalone_np1 .................................... Passed 7.83 sec
Start 72: p3_standalone_np1
79/81 Test #79: shoc_p3_subcycled .................. Passed 3.27 sec
Start 80: shoc_p3_monolithic
80/81 Test #80: shoc_p3_monolithic ................. Passed 2.14 sec
Start 81: check_subcycling
81/81 Test #81: check_subcycling ................... Passed 0.16 sec

100% tests passed, 0 tests failed out of 76

Label Time Summary:
bfbhash = 1.03 secproc (1 test)
check = 1.11 sec
proc (1 test)
cld_fraction = 1.57 secproc (1 test)
diagnostics = 45.25 sec
proc (20 tests)
driver = 85.28 secproc (8 tests)
fail = 24.14 sec
proc (4 tests)
horiz_remap = 1.96 secproc (1 test)
io = 31.77 sec
proc (5 tests)
io,remap = 4.58 secproc (1 test)
p3 = 72.36 sec
proc (8 tests)
physics = 396.85 secproc (14 tests)
physics_nudging = 2.41 sec
proc (1 test)
shoc = 252.76 secproc (5 tests)
spa = 74.61 sec
proc (4 tests)
surface_coupling = 2.77 sec*proc (1 test)

Total Test time (real) = 696.56 sec

The following tests did not run:
24 - physics_saturation_baseline_fake (Disabled)
30 - p3_baseline_f90_fake (Disabled)
31 - p3_baseline_cxx_fake (Disabled)
36 - shoc_baseline_f90_fake (Disabled)
37 - shoc_baseline_cxx_fake (Disabled)
72/101 Test #72: p3_standalone_np1 ....................................... Passed 3.72 sec
Start 73: p3_tend_check_np1
73/101 Test #73: p3_tend_check_np1 ....................................... Passed 1.90 sec
Start 74: shoc_standalone_np1
74/101 Test #74: shoc_standalone_np1 ..................................... Passed 6.45 sec
Start 75: shoc_tend_check_np1
75/101 Test #75: shoc_tend_check_np1 ..................................... Passed 1.36 sec
Start 76: check_U_V_slices_np1
76/101 Test #76: check_U_V_slices_np1 .................................... Passed 1.02 sec
Start 77: check_surf_mom_flux_slices_np1
77/101 Test #77: check_surf_mom_flux_slices_np1 .......................... Passed 0.99 sec
Start 78: check_U_V_slices_fail_diff
78/101 Test #78: check_U_V_slices_fail_diff .............................. Passed 1.03 sec
Start 79: check_U_V_slices_fail_layout
79/101 Test #79: check_U_V_slices_fail_layout ............................ Passed 1.01 sec
Start 80: check_U_V_slices_fail_missing
80/101 Test #80: check_U_V_slices_fail_missing ........................... Passed 1.05 sec
Start 81: cld_fraction_standalone
81/101 Test #81: cld_fraction_standalone ................................. Passed 3.84 sec
Start 82: spa_stand_alone_np1
82/101 Test #82: spa_stand_alone_np1 ..................................... Passed 80.99 sec
Start 83: surface_coupling_np1
83/101 Test #83: surface_coupling_np1 .................................... Passed 3.83 sec
Start 84: rrtmgp_standalone_unit
84/101 Test #84: rrtmgp_standalone_unit .................................. Passed 4.41 sec
Start 85: rrtmgp_standalone_np1
85/101 Test #85: rrtmgp_standalone_np1 ................................... Passed 6.23 sec
Start 86: rrtmgp_standalone_chunked
86/101 Test #86: rrtmgp_standalone_chunked ............................... Passed 1.53 sec
Start 87: rrtmgp_chunked_vs_monolithic_bfb
87/101 Test #87: rrtmgp_chunked_vs_monolithic_bfb ........................ Passed 0.05 sec
Start 88: shoc_cld_p3_rrtmgp_np1
88/101 Test #88: shoc_cld_p3_rrtmgp_np1 .................................. Passed 5.88 sec
Start 89: shoc_cld_spa_p3_rrtmgp_np1
89/101 Test #89: shoc_cld_spa_p3_rrtmgp_np1 .............................. Passed 38.91 sec
Start 90: shoc_p3_subcycled
90/101 Test #90: shoc_p3_subcycled ....................................... Passed 4.15 sec
Start 91: shoc_p3_monolithic
91/101 Test #91: shoc_p3_monolithic ...................................... Passed 1.73 sec
Start 92: check_subcycling
92/101 Test #92: check_subcycling ........................................ Passed 0.06 sec
Start 93: homme_shoc_cld_p3_rrtmgp_np1
93/101 Test #93: homme_shoc_cld_p3_rrtmgp_np1 ............................ Passed 10.13 sec
Start 94: model_baseline
94/101 Test #94: model_baseline .......................................... Passed 10.69 sec
Start 95: model_initial
95/101 Test #95: model_initial ........................................... Passed 4.86 sec
Start 96: model_restart
96/101 Test #96: model_restart ........................................... Passed 5.14 sec
Start 97: restarted_vs_monolithic_check_np1
97/101 Test #97: restarted_vs_monolithic_check_np1 ....................... Passed 0.21 sec
Start 98: homme_shoc_cld_spa_p3_rrtmgp_np1
98/101 Test #98: homme_shoc_cld_spa_p3_rrtmgp_np1 ........................ Passed 42.05 sec
Start 99: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1
99/101 Test #99: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1 .............. Passed 42.97 sec
Start 100: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1
100/101 Test #100: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1 ... Passed 1.82 sec
Start 101: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1
101/101 Test #101: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1 .................... Passed 26.61 sec

100% tests passed, 0 tests failed out of 96

Label Time Summary:
bfbhash = 1.60 secproc (1 test)
check = 1.27 sec
proc (1 test)
cld = 168.39 secproc (7 tests)
cld_fraction = 3.84 sec
proc (1 test)
diagnostics = 41.00 secproc (20 tests)
driver = 292.07 sec
proc (20 tests)
dynamics = 144.51 secproc (8 tests)
fail = 53.35 sec
proc (4 tests)
horiz_remap = 2.89 secproc (1 test)
io = 31.03 sec
proc (6 tests)
io,remap = 5.41 secproc (1 test)
p3 = 407.58 sec
proc (15 tests)
physics = 581.34 secproc (27 tests)
physics_nudging = 3.66 sec
proc (1 test)
rrtmgp = 182.85 secproc (13 tests)
shoc = 242.05 sec
proc (12 tests)
spa = 125.31 secproc (5 tests)
surface_coupling = 3.83 sec
proc (1 test)

Total Test time (real) = 933.99 sec

The following tests did not run:
26 - physics_saturation_baseline_fake (Disabled)
32 - p3_baseline_f90_fake (Disabled)
33 - p3_baseline_cxx_fake (Disabled)
40 - shoc_baseline_f90_fake (Disabled)
41 - shoc_baseline_cxx_fake (Disabled)

Testing 'a151d11d769d39ea83fb2f01daf34ba8f8b4db15' for test 'release'

RUN: taskset -c 104-155 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=52 CTEST_PARALLEL_LEVEL=1 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4643/scream/components/eamxx/ctest-build/release/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4643/scream/components/eamxx/ctest-build/release -DBUILD_NAME_MOD=release -S /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4643/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=weaver -DCMAKE_COMMAND="-C /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4643/scream/components/eamxx/cmake/machine-files/weaver.cmake -DNetCDF_Fortran_PATH=/projects/ppc64le-pwr9-rhel8/tpls/netcdf-fortran/4.6.0/gcc/11.3.0/openmpi/4.1.4/5ka6asw -DNetCDF_C_PATH=/projects/ppc64le-pwr9-rhel8/tpls/netcdf-c/4.9.0/gcc/11.3.0/openmpi/4.1.4/mdd6fth -DCMAKE_BUILD_TYPE=Release -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpicxx -DCMAKE_C_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpicc -DCMAKE_Fortran_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=1 -DSCREAM_TEST_DATA_DIR=/home/projects/e3sm/scream/pr-autotester/master-baselines/weaver/release/data" '
FROM: /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4643/scream/components/eamxx/ctest-build/release

Testing 'a151d11d769d39ea83fb2f01daf34ba8f8b4db15' for test 'full_sp_debug'

RUN: taskset -c 52-103 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=52 CTEST_PARALLEL_LEVEL=1 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4643/scream/components/eamxx/ctest-build/full_sp_debug/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4643/scream/components/eamxx/ctest-build/full_sp_debug -DBUILD_NAME_MOD=full_sp_debug -S /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4643/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=weaver -DCMAKE_COMMAND="-C /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4643/scream/components/eamxx/cmake/machine-files/weaver.cmake -DNetCDF_Fortran_PATH=/projects/ppc64le-pwr9-rhel8/tpls/netcdf-fortran/4.6.0/gcc/11.3.0/openmpi/4.1.4/5ka6asw -DNetCDF_C_PATH=/projects/ppc64le-pwr9-rhel8/tpls/netcdf-c/4.9.0/gcc/11.3.0/openmpi/4.1.4/mdd6fth -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DSCREAM_DOUBLE_PRECISION=False -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpicxx -DCMAKE_C_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpicc -DCMAKE_Fortran_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=1 -DSCREAM_TEST_DATA_DIR=/home/projects/e3sm/scream/pr-autotester/master-baselines/weaver/full_sp_debug/data" '
FROM: /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4643/scream/components/eamxx/ctest-build/full_sp_debug

Testing 'a151d11d769d39ea83fb2f01daf34ba8f8b4db15' for test 'full_debug'

RUN: taskset -c 0-51 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=52 CTEST_PARALLEL_LEVEL=1 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4643/scream/components/eamxx/ctest-build/full_debug/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4643/scream/components/eamxx/ctest-build/full_debug -DBUILD_NAME_MOD=full_debug -S /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4643/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=weaver -DCMAKE_COMMAND="-C /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4643/scream/components/eamxx/cmake/machine-files/weaver.cmake -DNetCDF_Fortran_PATH=/projects/ppc64le-pwr9-rhel8/tpls/netcdf-fortran/4.6.0/gcc/11.3.0/openmpi/4.1.4/5ka6asw -DNetCDF_C_PATH=/projects/ppc64le-pwr9-rhel8/tpls/netcdf-c/4.9.0/gcc/11.3.0/openmpi/4.1.4/mdd6fth -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpicxx -DCMAKE_C_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpicc -DCMAKE_Fortran_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=1 -DSCREAM_TEST_DATA_DIR=/home/projects/e3sm/scream/pr-autotester/master-baselines/weaver/full_debug/data" '
FROM: /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4643/scream/components/eamxx/ctest-build/full_debug
OVERALL STATUS: PASS
Starting analysis on weaver with cmd: cd /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4643/scream/components/eamxx && source /etc/profile.d/modules.sh && module purge && module load cmake/3.25.1 git/2.39.1 python/3.10.8 py-netcdf4/1.5.8 gcc/11.3.0 cuda/11.8.0 openmpi netcdf-c netcdf-fortran parallel-netcdf netlib-lapack && true && bsub -I -q rhel8 -n 4 -gpu num=4 ./scripts/test-all-scream --baseline-dir AUTO $compiler -c EKAT_DISABLE_TPL_WARNINGS=ON -p -i -m weaver
RUN: cd /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4643/scream/components/eamxx && source /etc/profile.d/modules.sh && module purge && module load cmake/3.25.1 git/2.39.1 python/3.10.8 py-netcdf4/1.5.8 gcc/11.3.0 cuda/11.8.0 openmpi netcdf-c netcdf-fortran parallel-netcdf netlib-lapack && true && bsub -I -q rhel8 -n 4 -gpu num=4 ./scripts/test-all-scream --baseline-dir AUTO $compiler -c EKAT_DISABLE_TPL_WARNINGS=ON -p -i -m weaver
FROM: /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4643/scream/components/eamxx
Completed analysis on weaver

  • [[ 0 != 0 ]]
  • [[ 1 == 0 ]]
  • [[ weaver == \m\a\p\p\y ]]
  • set +x
    Performing Post build task...
    Match found for : : True
    Logical operation result is TRUE
    Running script : #!/bin/bash -le

cd $WORKSPACE/${BUILD_ID}/

./scream/components/eamxx/scripts/jenkins/jenkins_cleanup.sh
[SCREAM_PullRequest_Autotester_Weaver] $ /bin/bash -le /tmp/jenkins13359293274290087130.sh
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Sending e-mails to: lbertag@sandia.gov
Finished: SUCCESS

Console Output (last 100K lines) : SCREAM_PullRequest_Autotester_Blake # 4690 (click to expand)

        Start 110: p3_tests_fail_omp5
250/313 Test  #95: p3_tests_omp6 ............................................   Passed    1.99 sec
        Start  97: p3_tests_omp8
214/303 Test  #32: io_remap_test_np4 ........................................   Passed    5.32 sec
        Start  53: vertical_remapper_np4
215/303 Test  #49: coarsening_remapper_np4 ..................................   Passed    2.66 sec
        Start  57: time_interpolation_np4
251/313 Test  #96: p3_tests_omp7 ............................................   Passed    2.07 sec
        Start 111: p3_tests_fail_omp6
252/313 Test #110: p3_tests_fail_omp5 .......................................   Passed    1.50 sec
        Start 133: shoc_tests_omp5
253/313 Test #133: shoc_tests_omp5 ..........................................   Passed    0.74 sec
        Start 134: shoc_tests_omp6
216/303 Test  #53: vertical_remapper_np4 ....................................   Passed    1.53 sec
        Start  63: horizontal_remap_np4
254/313 Test  #97: p3_tests_omp8 ............................................   Passed    2.45 sec
        Start 112: p3_tests_fail_omp7
255/313 Test #111: p3_tests_fail_omp6 .......................................   Passed    1.37 sec
        Start 135: shoc_tests_omp7
256/313 Test #134: shoc_tests_omp6 ..........................................   Passed    0.62 sec
        Start 149: shoc_sk_tests_omp5
257/313 Test #149: shoc_sk_tests_omp5 .......................................   Passed    0.52 sec
        Start 150: shoc_sk_tests_omp6
258/313 Test #135: shoc_tests_omp7 ..........................................   Passed    0.70 sec
        Start 151: shoc_sk_tests_omp7
259/313 Test   #4: io_basic_np4 .............................................   Passed   28.37 sec
277/314 Test #118: p3_tests_fail_omp13 ......................................   Passed    6.85 sec
        Start 119: p3_tests_fail_omp14
260/313 Test #150: shoc_sk_tests_omp6 .......................................   Passed    0.53 sec
        Start  81: physics_test_data_omp10
261/313 Test #151: shoc_sk_tests_omp7 .......................................   Passed    0.53 sec
262/313 Test #112: p3_tests_fail_omp7 .......................................   Passed    1.38 sec
        Start  82: physics_test_data_omp11
217/303 Test  #63: horizontal_remap_np4 .....................................   Passed    1.93 sec
        Start  67: homme_pd_remap_np4
263/313 Test  #81: physics_test_data_omp10 ..................................   Passed    0.55 sec
        Start  83: physics_test_data_omp12
264/313 Test  #82: physics_test_data_omp11 ..................................   Passed    0.81 sec
        Start  98: p3_tests_omp9
265/313 Test  #83: physics_test_data_omp12 ..................................   Passed    0.63 sec
        Start  84: physics_test_data_omp13
266/313 Test  #84: physics_test_data_omp13 ..................................   Passed    0.52 sec
        Start  85: physics_test_data_omp14
218/303 Test  #67: homme_pd_remap_np4 .......................................   Passed    2.07 sec
        Start  71: dyn_grid_io_np4
267/313 Test  #85: physics_test_data_omp14 ..................................   Passed    1.19 sec
        Start  86: physics_test_data_omp15
268/313 Test  #98: p3_tests_omp9 ............................................   Passed    2.51 sec
        Start 113: p3_tests_fail_omp8
269/313 Test  #86: physics_test_data_omp15 ..................................   Passed    0.46 sec
        Start  87: physics_test_data_omp16
219/303 Test  #57: time_interpolation_np4 ...................................   Passed    6.85 sec
        Start  75: physics_test_data_omp4
270/313 Test  #87: physics_test_data_omp16 ..................................   Passed    1.01 sec
        Start  99: p3_tests_omp10
220/303 Test  #71: dyn_grid_io_np4 ..........................................   Passed    1.77 sec
        Start  76: physics_test_data_omp5
221/303 Test  #75: physics_test_data_omp4 ...................................   Passed    0.50 sec
        Start  91: p3_tests_omp4
222/303 Test  #76: physics_test_data_omp5 ...................................   Passed    0.46 sec
        Start  77: physics_test_data_omp6
271/313 Test #113: p3_tests_fail_omp8 .......................................   Passed    1.75 sec
        Start 100: p3_tests_omp11
223/303 Test  #77: physics_test_data_omp6 ...................................   Passed    0.58 sec
        Start  92: p3_tests_omp5
278/314 Test #119: p3_tests_fail_omp14 ......................................   Passed    6.38 sec
        Start 120: p3_tests_fail_omp15
272/313 Test  #99: p3_tests_omp10 ...........................................   Passed    1.95 sec
        Start 101: p3_tests_omp12
279/314 Test #300: homme_shoc_cld_spa_p3_rrtmgp_128levels_np4 ...............   Passed  285.19 sec
273/313 Test #100: p3_tests_omp11 ...........................................   Passed    2.11 sec
        Start 114: p3_tests_fail_omp9
274/313 Test #114: p3_tests_fail_omp9 .......................................   Passed    1.14 sec
        Start 115: p3_tests_fail_omp10
275/313 Test #101: p3_tests_omp12 ...........................................   Passed    2.48 sec
        Start 102: p3_tests_omp13
276/313 Test #115: p3_tests_fail_omp10 ......................................   Passed    1.15 sec
        Start 116: p3_tests_fail_omp11
224/303 Test  #91: p3_tests_omp4 ............................................   Passed    5.39 sec
        Start 107: p3_tests_fail_omp4
277/313 Test #116: p3_tests_fail_omp11 ......................................   Passed    1.18 sec
        Start 136: shoc_tests_omp8
278/313 Test #102: p3_tests_omp13 ...........................................   Passed    2.22 sec
        Start 103: p3_tests_omp14
225/303 Test  #92: p3_tests_omp5 ............................................   Passed    5.64 sec
        Start  93: p3_tests_omp6
279/313 Test #136: shoc_tests_omp8 ..........................................   Passed    0.57 sec
        Start 137: shoc_tests_omp9
280/313 Test #137: shoc_tests_omp9 ..........................................   Passed    0.58 sec
        Start 138: shoc_tests_omp10
280/314 Test #120: p3_tests_fail_omp15 ......................................   Passed    6.32 sec
        Start 121: p3_tests_fail_omp16
281/313 Test #138: shoc_tests_omp10 .........................................   Passed    0.59 sec
        Start 152: shoc_sk_tests_omp8
282/313 Test #152: shoc_sk_tests_omp8 .......................................   Passed    0.53 sec
        Start 153: shoc_sk_tests_omp9
283/313 Test #103: p3_tests_omp14 ...........................................   Passed    1.95 sec
        Start 104: p3_tests_omp15
284/313 Test #153: shoc_sk_tests_omp9 .......................................   Passed    0.51 sec
285/313 Test #104: p3_tests_omp15 ...........................................   Passed    1.97 sec
        Start 105: p3_tests_omp16
226/303 Test #107: p3_tests_fail_omp4 .......................................   Passed    5.31 sec
        Start 125: shoc_tests_omp4
227/303 Test  #93: p3_tests_omp6 ............................................   Passed    5.14 sec
        Start 108: p3_tests_fail_omp5
286/313 Test #105: p3_tests_omp16 ...........................................   Passed    1.94 sec
        Start 117: p3_tests_fail_omp12
        Start 139: shoc_tests_omp11
287/313 Test #139: shoc_tests_omp11 .........................................   Passed    0.65 sec
        Start 140: shoc_tests_omp12
228/303 Test #125: shoc_tests_omp4 ..........................................   Passed    2.76 sec
281/314 Test #121: p3_tests_fail_omp16 ......................................   Passed    5.79 sec
288/313 Test #117: p3_tests_fail_omp12 ......................................   Passed    3.29 sec
        Start 126: shoc_tests_omp5
        Start 154: shoc_sk_tests_omp10
        Start 122: p3_run_and_cmp_cxx_omp16
289/313 Test #154: shoc_sk_tests_omp10 ......................................   Passed    0.85 sec
        Start 155: shoc_sk_tests_omp11
290/313 Test #140: shoc_tests_omp12 .........................................   Passed    4.28 sec
        Start 118: p3_tests_fail_omp13
229/303 Test #108: p3_tests_fail_omp5 .......................................   Passed    5.96 sec
        Start 141: shoc_sk_tests_omp4
291/313 Test #155: shoc_sk_tests_omp11 ......................................   Passed    0.50 sec
292/313 Test #118: p3_tests_fail_omp13 ......................................   Passed    1.23 sec
        Start 119: p3_tests_fail_omp14
230/303 Test #141: shoc_sk_tests_omp4 .......................................   Passed    1.08 sec
        Start 142: shoc_sk_tests_omp5
231/303 Test #126: shoc_tests_omp5 ..........................................   Passed    3.29 sec
        Start 157: spa_read_data_test_np4
232/303 Test #142: shoc_sk_tests_omp5 .......................................   Passed    1.07 sec
        Start 109: p3_tests_fail_omp6
293/313 Test #119: p3_tests_fail_omp14 ......................................   Passed    1.28 sec
        Start 120: p3_tests_fail_omp15
294/313 Test #120: p3_tests_fail_omp15 ......................................   Passed    1.39 sec
        Start 121: p3_tests_fail_omp16
282/314 Test #122: p3_run_and_cmp_cxx_omp16 .................................   Passed    5.88 sec
        Start 123: p3_run_and_cmp_f90_omp16
233/303 Test #157: spa_read_data_test_np4 ...................................   Passed    2.82 sec
        Start 161: spa_one_to_one_remap_test_np4
283/314 Test #123: p3_run_and_cmp_f90_omp16 .................................   Passed    0.57 sec
        Start 124: p3_run_and_cmp_cxx_fail_omp16
295/313 Test #121: p3_tests_fail_omp16 ......................................   Passed    1.25 sec
        Start 122: p3_run_and_cmp_cxx_omp16
234/303 Test #161: spa_one_to_one_remap_test_np4 ............................   Passed    2.49 sec
        Start 240: surface_coupling_np4
235/303 Test #109: p3_tests_fail_omp6 .......................................   Passed    5.24 sec
        Start 127: shoc_tests_omp6
296/313 Test #122: p3_run_and_cmp_cxx_omp16 .................................   Passed    2.75 sec
        Start 123: p3_run_and_cmp_f90_omp16
297/313 Test #123: p3_run_and_cmp_f90_omp16 .................................   Passed    0.41 sec
        Start 124: p3_run_and_cmp_cxx_fail_omp16
236/303 Test #240: surface_coupling_np4 .....................................   Passed    1.85 sec
237/303 Test #127: shoc_tests_omp6 ..........................................   Passed    2.87 sec
        Start  78: physics_test_data_omp7
298/313 Test #124: p3_run_and_cmp_cxx_fail_omp16 ............................   Passed    2.64 sec
        Start 125: p3_baseline_f90_fake_omp16
299/313 Test #125: p3_baseline_f90_fake_omp16 ...............................***Not Run (Disabled)   0.00 sec
        Start 126: p3_baseline_cxx_fake_omp16
300/313 Test #126: p3_baseline_cxx_fake_omp16 ...............................***Not Run (Disabled)   0.00 sec
        Start 141: shoc_tests_omp13
238/303 Test  #78: physics_test_data_omp7 ...................................   Passed    0.45 sec
        Start  79: physics_test_data_omp8
239/303 Test  #79: physics_test_data_omp8 ...................................   Passed    0.45 sec
        Start  80: physics_test_data_omp9
301/313 Test #141: shoc_tests_omp13 .........................................   Passed    0.58 sec
        Start 142: shoc_tests_omp14
240/303 Test  #80: physics_test_data_omp9 ...................................   Passed    0.46 sec
        Start  81: physics_test_data_omp10
302/313 Test #142: shoc_tests_omp14 .........................................   Passed    0.58 sec
        Start 143: shoc_tests_omp15
241/303 Test  #81: physics_test_data_omp10 ..................................   Passed    0.45 sec
        Start  94: p3_tests_omp7
284/314 Test #124: p3_run_and_cmp_cxx_fail_omp16 ............................   Passed    7.53 sec
        Start 125: p3_baseline_f90_fake_omp16
285/314 Test #125: p3_baseline_f90_fake_omp16 ...............................***Not Run (Disabled)   0.00 sec
        Start 126: p3_baseline_cxx_fake_omp16
286/314 Test #126: p3_baseline_cxx_fake_omp16 ...............................***Not Run (Disabled)   0.00 sec
        Start 137: shoc_tests_omp9
        Start 138: shoc_tests_omp10
303/313 Test #143: shoc_tests_omp15 .........................................   Passed    0.59 sec
        Start 144: shoc_tests_omp16
304/313 Test #144: shoc_tests_omp16 .........................................   Passed    0.64 sec
        Start 156: shoc_sk_tests_omp12
305/313 Test #156: shoc_sk_tests_omp12 ......................................   Passed    0.53 sec
        Start 157: shoc_sk_tests_omp13
306/313 Test #157: shoc_sk_tests_omp13 ......................................   Passed    0.59 sec
        Start 158: shoc_sk_tests_omp14
307/313 Test #158: shoc_sk_tests_omp14 ......................................   Passed    0.49 sec
        Start 159: shoc_sk_tests_omp15
308/313 Test #159: shoc_sk_tests_omp15 ......................................   Passed    0.54 sec
        Start 160: shoc_sk_tests_omp16
287/314 Test #138: shoc_tests_omp10 .........................................   Passed    3.17 sec
        Start 139: shoc_tests_omp11
288/314 Test #137: shoc_tests_omp9 ..........................................   Passed    3.45 sec
        Start 140: shoc_tests_omp12
309/313 Test #160: shoc_sk_tests_omp16 ......................................   Passed    0.50 sec
        Start 161: shoc_run_and_cmp_cxx_omp16
310/313 Test #161: shoc_run_and_cmp_cxx_omp16 ...............................   Passed    0.47 sec
        Start 162: shoc_run_and_cmp_f90_omp16
311/313 Test #162: shoc_run_and_cmp_f90_omp16 ...............................   Passed    0.37 sec
        Start 163: shoc_baseline_f90_fake_omp16
312/313 Test #163: shoc_baseline_f90_fake_omp16 .............................***Not Run (Disabled)   0.00 sec
        Start 164: shoc_baseline_cxx_fake_omp16
313/313 Test #164: shoc_baseline_cxx_fake_omp16 .............................***Not Run (Disabled)   0.00 sec

100% tests passed, 0 tests failed out of 308

Label Time Summary:
bfbhash = 4.21 secproc (1 test)
check = 4.62 sec
proc (1 test)
cld = 825.83 secproc (46 tests)
cld_fraction = 0.93 sec
proc (1 test)
diagnostics = 73.57 secproc (20 tests)
driver = 1617.91 sec
proc (98 tests)
dynamics = 805.08 secproc (47 tests)
fail = 266.62 sec
proc (18 tests)
horiz_remap = 42.35 secproc (4 tests)
io = 477.68 sec
proc (24 tests)
io,remap = 64.12 secproc (4 tests)
p3 = 1704.99 sec
proc (93 tests)
physics = 2050.86 secproc (126 tests)
physics_nudging = 7.45 sec
proc (1 test)
rrtmgp = 945.72 secproc (58 tests)
shoc = 953.84 sec
proc (60 tests)
spa = 347.74 secproc (23 tests)
surface_coupling = 32.22 sec
proc (4 tests)

Total Test time (real) = 172.62 sec

The following tests did not run:
89 - physics_saturation_baseline_fake (Disabled)
125 - p3_baseline_f90_fake_omp16 (Disabled)
126 - p3_baseline_cxx_fake_omp16 (Disabled)
163 - shoc_baseline_f90_fake_omp16 (Disabled)
164 - shoc_baseline_cxx_fake_omp16 (Disabled)
242/303 Test #94: p3_tests_omp7 ............................................ Passed 5.12 sec
Start 95: p3_tests_omp8
289/314 Test #139: shoc_tests_omp11 ......................................... Passed 3.06 sec
Start 153: shoc_sk_tests_omp9
290/314 Test #140: shoc_tests_omp12 ......................................... Passed 3.56 sec
Start 141: shoc_tests_omp13
291/314 Test #153: shoc_sk_tests_omp9 ....................................... Passed 1.17 sec
Start 154: shoc_sk_tests_omp10
292/314 Test #154: shoc_sk_tests_omp10 ...................................... Passed 1.11 sec
243/303 Test #95: p3_tests_omp8 ............................................ Passed 5.39 sec
Start 96: p3_tests_omp9
293/314 Test #141: shoc_tests_omp13 ......................................... Passed 3.47 sec
Start 142: shoc_tests_omp14
294/314 Test #142: shoc_tests_omp14 ......................................... Passed 2.97 sec
Start 143: shoc_tests_omp15
244/303 Test #96: p3_tests_omp9 ............................................ Passed 4.60 sec
Start 97: p3_tests_omp10
295/314 Test #143: shoc_tests_omp15 ......................................... Passed 3.02 sec
Start 144: shoc_tests_omp16
296/314 Test #144: shoc_tests_omp16 ......................................... Passed 3.02 sec
Start 155: shoc_sk_tests_omp11
Start 156: shoc_sk_tests_omp12
245/303 Test #97: p3_tests_omp10 ........................................... Passed 4.98 sec
Start 110: p3_tests_fail_omp7
297/314 Test #156: shoc_sk_tests_omp12 ...................................... Passed 1.30 sec
298/314 Test #155: shoc_sk_tests_omp11 ...................................... Passed 1.33 sec
Start 157: shoc_sk_tests_omp13
299/314 Test #157: shoc_sk_tests_omp13 ...................................... Passed 1.43 sec
Start 158: shoc_sk_tests_omp14
300/314 Test #158: shoc_sk_tests_omp14 ...................................... Passed 0.91 sec
Start 159: shoc_sk_tests_omp15
301/314 Test #159: shoc_sk_tests_omp15 ...................................... Passed 0.81 sec
Start 160: shoc_sk_tests_omp16
302/314 Test #160: shoc_sk_tests_omp16 ...................................... Passed 0.80 sec
Start 161: shoc_run_and_cmp_cxx_omp16
246/303 Test #110: p3_tests_fail_omp7 ....................................... Passed 4.84 sec
Start 111: p3_tests_fail_omp8
303/314 Test #161: shoc_run_and_cmp_cxx_omp16 ............................... Passed 1.74 sec
Start 162: shoc_run_and_cmp_f90_omp16
304/314 Test #162: shoc_run_and_cmp_f90_omp16 ............................... Passed 0.69 sec
Start 163: shoc_baseline_f90_fake_omp16
305/314 Test #163: shoc_baseline_f90_fake_omp16 .............................***Not Run (Disabled) 0.00 sec
Start 164: shoc_baseline_cxx_fake_omp16
306/314 Test #164: shoc_baseline_cxx_fake_omp16 .............................***Not Run (Disabled) 0.00 sec
247/303 Test #111: p3_tests_fail_omp8 ....................................... Passed 4.71 sec
Start 112: p3_tests_fail_omp9
248/303 Test #112: p3_tests_fail_omp9 ....................................... Passed 4.28 sec
Start 113: p3_tests_fail_omp10
249/303 Test #113: p3_tests_fail_omp10 ...................................... Passed 4.13 sec
Start 128: shoc_tests_omp7
250/303 Test #128: shoc_tests_omp7 .......................................... Passed 2.39 sec
Start 129: shoc_tests_omp8
251/303 Test #282: homme_shoc_cld_spa_p3_rrtmgp_np4 ......................... Passed 224.14 sec
Start 143: shoc_sk_tests_omp6
252/303 Test #143: shoc_sk_tests_omp6 ....................................... Passed 0.81 sec
Start 283: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np2_output_bfb
253/303 Test #129: shoc_tests_omp8 .......................................... Passed 2.28 sec
Start 82: physics_test_data_omp11
254/303 Test #283: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np2_output_bfb ....... Passed 0.18 sec
Start 284: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np3_output_bfb
255/303 Test #284: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np3_output_bfb ....... Passed 0.28 sec
Start 285: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np4_output_bfb
256/303 Test #285: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np4_output_bfb ....... Passed 0.17 sec
257/303 Test #82: physics_test_data_omp11 .................................. Passed 0.66 sec
Start 83: physics_test_data_omp12
258/303 Test #83: physics_test_data_omp12 .................................. Passed 0.43 sec
Start 84: physics_test_data_omp13
259/303 Test #84: physics_test_data_omp13 .................................. Passed 0.43 sec
Start 85: physics_test_data_omp14
260/303 Test #85: physics_test_data_omp14 .................................. Passed 0.43 sec
Start 98: p3_tests_omp11
261/303 Test #98: p3_tests_omp11 ........................................... Passed 4.12 sec
Start 99: p3_tests_omp12
262/303 Test #99: p3_tests_omp12 ........................................... Passed 3.75 sec
Start 100: p3_tests_omp13
263/303 Test #100: p3_tests_omp13 ........................................... Passed 3.90 sec
Start 101: p3_tests_omp14
264/303 Test #101: p3_tests_omp14 ........................................... Passed 3.82 sec
Start 114: p3_tests_fail_omp11
265/303 Test #287: homme_shoc_cld_spa_p3_rrtmgp_128levels_np2 ............... Passed 771.03 sec
266/303 Test #114: p3_tests_fail_omp11 ...................................... Passed 4.41 sec
Start 86: physics_test_data_omp15
267/303 Test #86: physics_test_data_omp15 .................................. Passed 0.46 sec
Start 87: physics_test_data_omp16
268/303 Test #87: physics_test_data_omp16 .................................. Passed 0.42 sec
Start 102: p3_tests_omp15
307/314 Test #297: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1 ............... Passed 897.68 sec
Start 301: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb
Start 304: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1
Start 305: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2
Start 306: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3
Start 307: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4
308/314 Test #307: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4 .... Passed 0.48 sec
309/314 Test #304: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1 .... Passed 0.58 sec
310/314 Test #305: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2 .... Passed 0.59 sec
311/314 Test #306: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3 .... Passed 0.52 sec
312/314 Test #301: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb .... Passed 2.33 sec
269/303 Test #102: p3_tests_omp15 ........................................... Passed 4.07 sec
Start 302: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb
Start 103: p3_tests_omp16
313/314 Test #302: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb .... Passed 1.88 sec
Start 303: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb
314/314 Test #303: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb .... Passed 1.71 sec

100% tests passed, 0 tests failed out of 309

Label Time Summary:
bfbhash = 2.96 secproc (1 test)
check = 4.54 sec
proc (1 test)
cld = 13638.81 secproc (46 tests)
cld_fraction = 3.02 sec
proc (1 test)
diagnostics = 43.15 secproc (20 tests)
driver = 15671.93 sec
proc (98 tests)
dynamics = 10353.90 secproc (47 tests)
fail = 1095.16 sec
proc (19 tests)
horiz_remap = 26.65 secproc (4 tests)
io = 567.57 sec
proc (24 tests)
io,remap = 57.23 secproc (4 tests)
p3 = 16553.24 sec
proc (93 tests)
physics = 17941.68 secproc (126 tests)
physics_nudging = 3.75 sec
proc (1 test)
rrtmgp = 14280.00 secproc (58 tests)
shoc = 13903.88 sec
proc (60 tests)
spa = 2627.42 secproc (23 tests)
surface_coupling = 33.84 sec
proc (4 tests)

Total Test time (real) = 977.81 sec

The following tests did not run:
89 - physics_saturation_baseline_fake (Disabled)
125 - p3_baseline_f90_fake_omp16 (Disabled)
126 - p3_baseline_cxx_fake_omp16 (Disabled)
163 - shoc_baseline_f90_fake_omp16 (Disabled)
164 - shoc_baseline_cxx_fake_omp16 (Disabled)
270/303 Test #103: p3_tests_omp16 ........................................... Passed 4.48 sec
Start 115: p3_tests_fail_omp12
271/303 Test #115: p3_tests_fail_omp12 ...................................... Passed 4.23 sec
Start 116: p3_tests_fail_omp13
272/303 Test #116: p3_tests_fail_omp13 ...................................... Passed 4.17 sec
Start 117: p3_tests_fail_omp14
273/303 Test #117: p3_tests_fail_omp14 ...................................... Passed 4.54 sec
Start 118: p3_tests_fail_omp15
274/303 Test #118: p3_tests_fail_omp15 ...................................... Passed 4.35 sec
Start 119: p3_tests_fail_omp16
275/303 Test #119: p3_tests_fail_omp16 ...................................... Passed 4.12 sec
Start 130: shoc_tests_omp9
Start 144: shoc_sk_tests_omp7
276/303 Test #144: shoc_sk_tests_omp7 ....................................... Passed 0.87 sec
277/303 Test #130: shoc_tests_omp9 .......................................... Passed 2.35 sec
Start 131: shoc_tests_omp10
278/303 Test #131: shoc_tests_omp10 ......................................... Passed 2.44 sec
Start 132: shoc_tests_omp11
279/303 Test #132: shoc_tests_omp11 ......................................... Passed 2.22 sec
Start 133: shoc_tests_omp12
280/303 Test #133: shoc_tests_omp12 ......................................... Passed 2.22 sec
Start 134: shoc_tests_omp13
281/303 Test #134: shoc_tests_omp13 ......................................... Passed 2.22 sec
Start 135: shoc_tests_omp14
282/303 Test #135: shoc_tests_omp14 ......................................... Passed 1.99 sec
Start 136: shoc_tests_omp15
283/303 Test #288: homme_shoc_cld_spa_p3_rrtmgp_128levels_np3 ............... Passed 552.69 sec
284/303 Test #136: shoc_tests_omp15 ......................................... Passed 5.98 sec
Start 137: shoc_tests_omp16
285/303 Test #137: shoc_tests_omp16 ......................................... Passed 2.26 sec
Start 145: shoc_sk_tests_omp8
Start 146: shoc_sk_tests_omp9
286/303 Test #145: shoc_sk_tests_omp8 ....................................... Passed 0.84 sec
Start 147: shoc_sk_tests_omp10
287/303 Test #146: shoc_sk_tests_omp9 ....................................... Passed 0.84 sec
288/303 Test #147: shoc_sk_tests_omp10 ...................................... Passed 0.79 sec
Start 148: shoc_sk_tests_omp11
289/303 Test #148: shoc_sk_tests_omp11 ...................................... Passed 0.95 sec
Start 149: shoc_sk_tests_omp12
290/303 Test #149: shoc_sk_tests_omp12 ...................................... Passed 1.25 sec
Start 150: shoc_sk_tests_omp13
291/303 Test #150: shoc_sk_tests_omp13 ...................................... Passed 0.78 sec
Start 151: shoc_sk_tests_omp14
292/303 Test #151: shoc_sk_tests_omp14 ...................................... Passed 0.64 sec
Start 152: shoc_sk_tests_omp15
293/303 Test #152: shoc_sk_tests_omp15 ...................................... Passed 0.63 sec
Start 153: shoc_sk_tests_omp16
294/303 Test #153: shoc_sk_tests_omp16 ...................................... Passed 0.63 sec
295/303 Test #289: homme_shoc_cld_spa_p3_rrtmgp_128levels_np4 ............... Passed 328.80 sec
296/303 Test #286: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1 ............... Passed 1141.97 sec
Start 290: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb
Start 293: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1
Start 294: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2
Start 295: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3
Start 296: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4
297/303 Test #290: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb .... Passed 1.71 sec
Start 291: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb
298/303 Test #293: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1 .... Passed 1.93 sec
299/303 Test #294: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2 .... Passed 1.93 sec
300/303 Test #296: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4 .... Passed 1.92 sec
301/303 Test #295: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3 .... Passed 1.93 sec
302/303 Test #291: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb .... Passed 1.07 sec
Start 292: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb
303/303 Test #292: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb .... Passed 1.07 sec

100% tests passed, 0 tests failed out of 303

Label Time Summary:
bfbhash = 1.23 secproc (1 test)
check = 3.58 sec
proc (1 test)
cld = 18417.94 secproc (46 tests)
cld_fraction = 1.52 sec
proc (1 test)
diagnostics = 26.00 secproc (20 tests)
driver = 21355.79 sec
proc (98 tests)
dynamics = 15543.91 secproc (47 tests)
fail = 642.42 sec
proc (18 tests)
horiz_remap = 22.24 secproc (4 tests)
io = 535.23 sec
proc (24 tests)
io,remap = 55.58 secproc (4 tests)
p3 = 20178.80 sec
proc (90 tests)
physics = 21668.17 secproc (120 tests)
physics_nudging = 3.57 sec
proc (1 test)
rrtmgp = 18980.44 secproc (58 tests)
shoc = 18754.69 sec
proc (58 tests)
spa = 2860.47 secproc (23 tests)
surface_coupling = 21.99 sec
proc (4 tests)

Total Test time (real) = 1269.52 sec

Testing '473f2ec873f332bf3749e7f0c051a7089733cd34' for test 'full_sp_debug'

RUN: taskset -c 24-47 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=24 CTEST_PARALLEL_LEVEL=24 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4690/scream/components/eamxx/ctest-build/full_sp_debug/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4690/scream/components/eamxx/ctest-build/full_sp_debug -DBUILD_NAME_MOD=full_sp_debug -S /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4690/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=blake -DCMAKE_COMMAND="-C /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4690/scream/components/eamxx/cmake/machine-files/blake.cmake -DNetCDF_Fortran_PATH=/home/projects/e3sm/scream/libs/netcdf-fortran/install/blake -DNetCDF_C_PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-c/install/blake -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DSCREAM_DOUBLE_PRECISION=False -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicxx -DCMAKE_C_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicc -DCMAKE_Fortran_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=24 -DSCREAM_TEST_DATA_DIR=/home/projects/e3sm/scream/pr-autotester/master-baselines/blake/full_sp_debug/data" '
FROM: /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4690/scream/components/eamxx/ctest-build/full_sp_debug

Testing '473f2ec873f332bf3749e7f0c051a7089733cd34' for test 'release'

RUN: taskset -c 72-95 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=24 CTEST_PARALLEL_LEVEL=24 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4690/scream/components/eamxx/ctest-build/release/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4690/scream/components/eamxx/ctest-build/release -DBUILD_NAME_MOD=release -S /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4690/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=blake -DCMAKE_COMMAND="-C /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4690/scream/components/eamxx/cmake/machine-files/blake.cmake -DNetCDF_Fortran_PATH=/home/projects/e3sm/scream/libs/netcdf-fortran/install/blake -DNetCDF_C_PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-c/install/blake -DCMAKE_BUILD_TYPE=Release -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicxx -DCMAKE_C_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicc -DCMAKE_Fortran_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=24 -DSCREAM_TEST_DATA_DIR=/home/projects/e3sm/scream/pr-autotester/master-baselines/blake/release/data" '
FROM: /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4690/scream/components/eamxx/ctest-build/release

Testing '473f2ec873f332bf3749e7f0c051a7089733cd34' for test 'full_debug'

RUN: taskset -c 0-23 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=24 CTEST_PARALLEL_LEVEL=24 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4690/scream/components/eamxx/ctest-build/full_debug/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4690/scream/components/eamxx/ctest-build/full_debug -DBUILD_NAME_MOD=full_debug -S /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4690/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=blake -DCMAKE_COMMAND="-C /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4690/scream/components/eamxx/cmake/machine-files/blake.cmake -DNetCDF_Fortran_PATH=/home/projects/e3sm/scream/libs/netcdf-fortran/install/blake -DNetCDF_C_PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-c/install/blake -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicxx -DCMAKE_C_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicc -DCMAKE_Fortran_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=24 -DSCREAM_TEST_DATA_DIR=/home/projects/e3sm/scream/pr-autotester/master-baselines/blake/full_debug/data" '
FROM: /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4690/scream/components/eamxx/ctest-build/full_debug

Testing '473f2ec873f332bf3749e7f0c051a7089733cd34' for test 'debug_nopack_fpe'

RUN: taskset -c 48-71 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=24 CTEST_PARALLEL_LEVEL=24 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4690/scream/components/eamxx/ctest-build/debug_nopack_fpe/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4690/scream/components/eamxx/ctest-build/debug_nopack_fpe -DBUILD_NAME_MOD=debug_nopack_fpe -S /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4690/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=blake -DCMAKE_COMMAND="-C /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4690/scream/components/eamxx/cmake/machine-files/blake.cmake -DNetCDF_Fortran_PATH=/home/projects/e3sm/scream/libs/netcdf-fortran/install/blake -DNetCDF_C_PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-c/install/blake -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DSCREAM_PACK_SIZE=1 -DSCREAM_FPE=True -DSCREAM_ENABLE_BASELINE_TESTS=False -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicxx -DCMAKE_C_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicc -DCMAKE_Fortran_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=24" '
FROM: /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4690/scream/components/eamxx/ctest-build/debug_nopack_fpe
OVERALL STATUS: PASS
salloc: Relinquishing job allocation 1013210
salloc: Job allocation 1013210 has been revoked.
Starting analysis on blake with cmd: cd /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4690/scream/components/eamxx && module purge && module load python/3.8.8/gcc/10.2.0 && module unload gcc/10.2.0 && module load openmpi/2.1.2 zlib git/2.9.4 cmake/3.19.3 && export PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-fortran/install/blake/bin:$PATH && export PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-c/install/blake/bin:$PATH && export PATH=/ascldap/users/projects/e3sm/scream/libs/pnetcdf/install/blake/bin:$PATH && export INTEL_LICENSE_FILE=/home/projects/x86-64/intel/licenses/USE_SERVER.lic && export OMP_PROC_BIND=spread && true && salloc -N 1 srun -n1 --preserve-env ./scripts/test-all-scream --baseline-dir AUTO $compiler -c EKAT_DISABLE_TPL_WARNINGS=ON -p -i -m blake
RUN: cd /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4690/scream/components/eamxx && module purge && module load python/3.8.8/gcc/10.2.0 && module unload gcc/10.2.0 && module load openmpi/2.1.2 zlib git/2.9.4 cmake/3.19.3 && export PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-fortran/install/blake/bin:$PATH && export PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-c/install/blake/bin:$PATH && export PATH=/ascldap/users/projects/e3sm/scream/libs/pnetcdf/install/blake/bin:$PATH && export INTEL_LICENSE_FILE=/home/projects/x86-64/intel/licenses/USE_SERVER.lic && export OMP_PROC_BIND=spread && true && salloc -N 1 srun -n1 --preserve-env ./scripts/test-all-scream --baseline-dir AUTO $compiler -c EKAT_DISABLE_TPL_WARNINGS=ON -p -i -m blake
FROM: /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4690/scream/components/eamxx
Completed analysis on blake

  • [[ 0 != 0 ]]
  • [[ 1 == 0 ]]
  • [[ blake == \m\a\p\p\y ]]
  • set +x
    Performing Post build task...
    Match found for : : True
    Logical operation result is TRUE
    Running script : #!/bin/bash -le

cd $WORKSPACE/${BUILD_ID}/

./scream/components/eamxx/scripts/jenkins/jenkins_cleanup.sh
[SCREAM_PullRequest_Autotester_Blake] $ /bin/bash -le /tmp/jenkins13274784653847288151.sh
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Finished: SUCCESS

@AaronDonahue
Copy link
Contributor

The FAIL's I see in the AT are DIFF's in mappy. This is a non-BFB PR right so this is expected?

I think this PR is ready to merge given a final round of reviews - @bogensch and @oksanaguba ?

@tcclevenger
Copy link
Contributor Author

@AaronDonahue I'm currently running simulation on Summit to see what difference is made to the energy errors. I'll update here with what I find.

@tcclevenger
Copy link
Contributor Author

@oksanaguba @bogensch Running COMPSET=F2010-SCREAMv1 at `RES=ne30pg2 for 6 months, both master and this branch exhibit roughly the same magnitude energy errors following SHOC (around ~1e-9 relative error). I have verified that the fixer is actually being used. Is this what we expect? Is there a different config I should run that is producing higher errors?

@bogensch
Copy link
Contributor

bogensch commented Aug 2, 2023

@tcclevenger yes I believe the impact should be relatively small with this fixer. When I looked into this it appeared that (at ne30 anyway) this fixer was primarily only needed during the first few time time steps of the model (spin-up; but still a small percentage of columns), then after that there were only a very few isolated incidences where vapor was being exhausted by the surface fluxes. Thus, my experience with this is similar to your experience.

@tcclevenger
Copy link
Contributor Author

Thanks, @bogensch. @bogensch and @oksanaguba, let me know if there are any other comments you have (and I'll need an approval). @AaronDonahue I'm going to re-run the AT since last was over 2 weeks ago and I can no longer check diffs. Then we can probably merge when that finishes.

@tcclevenger tcclevenger added AT: RETEST enhancement New feature or request labels Aug 3, 2023
@E3SM-Bot
Copy link
Collaborator

E3SM-Bot commented Aug 3, 2023

Status Flag 'Pull Request AutoTester' - User Requested Retest - Label AT: RETEST will be reset after testing.

@E3SM-Bot
Copy link
Collaborator

E3SM-Bot commented Aug 3, 2023

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: SCREAM_PullRequest_Autotester_Mappy

  • Build Num: 4134
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS enhancement;AT: RETEST
PULLREQUESTNUM 2418
SCREAM_SOURCE_BRANCH tcclevenger/flux_state_consistency_checks
SCREAM_SOURCE_REPO https://github.com/E3SM-Project/scream
SCREAM_SOURCE_SHA 9172bdb
SCREAM_TARGET_BRANCH master
SCREAM_TARGET_REPO https://github.com/E3SM-Project/scream
SCREAM_TARGET_SHA 002dcac
TEST_REPO_ALIAS SCREAM

Build Information

Test Name: SCREAM_PullRequest_Autotester_Weaver

  • Build Num: 4674
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS enhancement;AT: RETEST
PULLREQUESTNUM 2418
SCREAM_SOURCE_BRANCH tcclevenger/flux_state_consistency_checks
SCREAM_SOURCE_REPO https://github.com/E3SM-Project/scream
SCREAM_SOURCE_SHA 9172bdb
SCREAM_TARGET_BRANCH master
SCREAM_TARGET_REPO https://github.com/E3SM-Project/scream
SCREAM_TARGET_SHA 002dcac
TEST_REPO_ALIAS SCREAM

Build Information

Test Name: SCREAM_PullRequest_Autotester_Blake

  • Build Num: 4720
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS enhancement;AT: RETEST
PULLREQUESTNUM 2418
SCREAM_SOURCE_BRANCH tcclevenger/flux_state_consistency_checks
SCREAM_SOURCE_REPO https://github.com/E3SM-Project/scream
SCREAM_SOURCE_SHA 9172bdb
SCREAM_TARGET_BRANCH master
SCREAM_TARGET_REPO https://github.com/E3SM-Project/scream
SCREAM_TARGET_SHA 002dcac
TEST_REPO_ALIAS SCREAM

Using Repos:

Repo: SCREAM (E3SM-Project/scream)
  • Branch: tcclevenger/flux_state_consistency_checks
  • SHA: 9172bdb
  • Mode: TEST_REPO

Pull Request Author: tcclevenger

@E3SM-Bot
Copy link
Collaborator

E3SM-Bot commented Aug 3, 2023

Status Flag 'Pull Request AutoTester' - Jenkins Testing: 1 or more Jobs FAILED

Note: Testing will normally be attempted again in approx. 4 Hrs. If a change to the PR source branch occurs, the testing will be attempted again on next available autotester run.

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: SCREAM_PullRequest_Autotester_Mappy

  • Build Num: 4134
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS enhancement;AT: RETEST
PULLREQUESTNUM 2418
SCREAM_SOURCE_BRANCH tcclevenger/flux_state_consistency_checks
SCREAM_SOURCE_REPO https://github.com/E3SM-Project/scream
SCREAM_SOURCE_SHA 9172bdb
SCREAM_TARGET_BRANCH master
SCREAM_TARGET_REPO https://github.com/E3SM-Project/scream
SCREAM_TARGET_SHA 002dcac
TEST_REPO_ALIAS SCREAM

Build Information

Test Name: SCREAM_PullRequest_Autotester_Weaver

  • Build Num: 4674
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS enhancement;AT: RETEST
PULLREQUESTNUM 2418
SCREAM_SOURCE_BRANCH tcclevenger/flux_state_consistency_checks
SCREAM_SOURCE_REPO https://github.com/E3SM-Project/scream
SCREAM_SOURCE_SHA 9172bdb
SCREAM_TARGET_BRANCH master
SCREAM_TARGET_REPO https://github.com/E3SM-Project/scream
SCREAM_TARGET_SHA 002dcac
TEST_REPO_ALIAS SCREAM

Build Information

Test Name: SCREAM_PullRequest_Autotester_Blake

  • Build Num: 4720
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS enhancement;AT: RETEST
PULLREQUESTNUM 2418
SCREAM_SOURCE_BRANCH tcclevenger/flux_state_consistency_checks
SCREAM_SOURCE_REPO https://github.com/E3SM-Project/scream
SCREAM_SOURCE_SHA 9172bdb
SCREAM_TARGET_BRANCH master
SCREAM_TARGET_REPO https://github.com/E3SM-Project/scream
SCREAM_TARGET_SHA 002dcac
TEST_REPO_ALIAS SCREAM
Console Output (last 100K lines) : SCREAM_PullRequest_Autotester_Mappy # 4134 (click to expand)

        Start 125: shoc_tests_omp4
312/346 Test #141: shoc_tests_omp13 .........................................   Passed    1.49 sec
        Start 142: shoc_tests_omp14
223/335 Test #107: p3_tests_fail_omp4 .......................................   Passed    2.51 sec
        Start 126: shoc_tests_omp5
313/346 Test #142: shoc_tests_omp14 .........................................   Passed    1.31 sec
        Start 143: shoc_tests_omp15
224/335 Test #125: shoc_tests_omp4 ..........................................   Passed    1.57 sec
        Start 141: shoc_sk_tests_omp4
225/335 Test #126: shoc_tests_omp5 ..........................................   Passed    1.47 sec
        Start 142: shoc_sk_tests_omp5
226/335 Test #141: shoc_sk_tests_omp4 .......................................   Passed    0.55 sec
        Start 157: dp_tests_omp4
227/335 Test #142: shoc_sk_tests_omp5 .......................................   Passed    0.60 sec
        Start 158: dp_tests_omp5
228/335 Test #157: dp_tests_omp4 ............................................   Passed    0.29 sec
        Start 173: spa_read_data_test_np4
229/335 Test #158: dp_tests_omp5 ............................................   Passed    0.30 sec
        Start 177: spa_one_to_one_remap_test_np4
314/346 Test #143: shoc_tests_omp15 .........................................   Passed    1.31 sec
        Start 144: shoc_tests_omp16
315/346 Test #330: homme_shoc_cld_spa_p3_rrtmgp_128levels_np2 ...............   Passed  244.12 sec
316/346 Test #144: shoc_tests_omp16 .........................................   Passed    1.44 sec
        Start 156: shoc_sk_tests_omp12
        Start 176: dp_tests_omp12
230/335 Test #177: spa_one_to_one_remap_test_np4 ............................   Passed    1.66 sec
        Start 183: tms_tests_omp4
231/335 Test #173: spa_read_data_test_np4 ...................................   Passed    1.84 sec
        Start 184: tms_tests_omp5
317/346 Test #176: dp_tests_omp12 ...........................................   Passed    0.33 sec
        Start 201: tms_tests_omp11
232/335 Test #183: tms_tests_omp4 ...........................................   Passed    0.33 sec
        Start 272: surface_coupling_np4
233/335 Test #184: tms_tests_omp5 ...........................................   Passed    0.28 sec
318/346 Test #201: tms_tests_omp11 ..........................................   Passed    0.31 sec
        Start 202: tms_tests_omp12
319/346 Test #156: shoc_sk_tests_omp12 ......................................   Passed    0.68 sec
320/346 Test #202: tms_tests_omp12 ..........................................   Passed    0.33 sec
        Start 157: shoc_sk_tests_omp13
321/346 Test #157: shoc_sk_tests_omp13 ......................................   Passed    0.62 sec
        Start 158: shoc_sk_tests_omp14
234/335 Test #272: surface_coupling_np4 .....................................   Passed    1.14 sec
        Start  77: physics_test_data_omp6
235/335 Test  #77: physics_test_data_omp6 ...................................   Passed    0.29 sec
        Start  78: physics_test_data_omp7
322/346 Test #158: shoc_sk_tests_omp14 ......................................   Passed    0.48 sec
        Start 159: shoc_sk_tests_omp15
236/335 Test  #78: physics_test_data_omp7 ...................................   Passed    0.26 sec
        Start  79: physics_test_data_omp8
237/335 Test  #79: physics_test_data_omp8 ...................................   Passed    0.27 sec
        Start  80: physics_test_data_omp9
323/346 Test #159: shoc_sk_tests_omp15 ......................................   Passed    0.46 sec
        Start 160: shoc_sk_tests_omp16
238/335 Test  #80: physics_test_data_omp9 ...................................   Passed    0.27 sec
        Start  93: p3_tests_omp6
324/346 Test #160: shoc_sk_tests_omp16 ......................................   Passed    0.46 sec
        Start 161: shoc_run_and_cmp_cxx_omp16
325/346 Test #161: shoc_run_and_cmp_cxx_omp16 ...............................   Passed    0.99 sec
        Start 162: shoc_run_and_cmp_f90_omp16
326/346 Test #162: shoc_run_and_cmp_f90_omp16 ...............................   Passed    0.31 sec
        Start 163: shoc_baseline_f90_fake_omp16
327/346 Test #163: shoc_baseline_f90_fake_omp16 .............................***Not Run (Disabled)   0.00 sec
        Start 164: shoc_baseline_cxx_fake_omp16
328/346 Test #164: shoc_baseline_cxx_fake_omp16 .............................***Not Run (Disabled)   0.00 sec
        Start 177: dp_tests_omp13
329/346 Test #177: dp_tests_omp13 ...........................................   Passed    0.26 sec
        Start 178: dp_tests_omp14
330/346 Test #178: dp_tests_omp14 ...........................................   Passed    0.25 sec
        Start 179: dp_tests_omp15
331/346 Test #179: dp_tests_omp15 ...........................................   Passed    0.26 sec
        Start 180: dp_tests_omp16
332/346 Test #180: dp_tests_omp16 ...........................................   Passed    0.25 sec
        Start 203: tms_tests_omp13
333/346 Test #203: tms_tests_omp13 ..........................................   Passed    0.27 sec
        Start 204: tms_tests_omp14
239/335 Test  #93: p3_tests_omp6 ............................................   Passed    2.99 sec
        Start  94: p3_tests_omp7
334/346 Test #204: tms_tests_omp14 ..........................................   Passed    0.26 sec
        Start 205: tms_tests_omp15
335/346 Test #205: tms_tests_omp15 ..........................................   Passed    0.26 sec
        Start 206: tms_tests_omp16
336/346 Test #206: tms_tests_omp16 ..........................................   Passed    0.27 sec
240/335 Test  #94: p3_tests_omp7 ............................................   Passed    3.36 sec
        Start  95: p3_tests_omp8
241/335 Test  #95: p3_tests_omp8 ............................................   Passed    3.13 sec
        Start  96: p3_tests_omp9
337/346 Test #331: homme_shoc_cld_spa_p3_rrtmgp_128levels_np3 ...............   Passed  179.17 sec
242/335 Test  #96: p3_tests_omp9 ............................................   Passed    3.01 sec
        Start 109: p3_tests_fail_omp6
243/335 Test #109: p3_tests_fail_omp6 .......................................   Passed    1.80 sec
        Start 110: p3_tests_fail_omp7
244/335 Test #303: homme_shoc_cld_p3_rrtmgp_np4 .............................   Passed  116.33 sec
        Start 127: shoc_tests_omp6
245/335 Test #110: p3_tests_fail_omp7 .......................................   Passed    1.74 sec
        Start 128: shoc_tests_omp7
338/346 Test #329: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1 ...............   Passed  288.67 sec
246/335 Test #332: homme_shoc_cld_spa_p3_rrtmgp_pg2_np4 .....................   Passed   62.22 sec
        Start 304: homme_shoc_cld_p3_rrtmgp_np1_vs_np2_bfb
        Start 333: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1_vs_np2_output_bfb
247/335 Test #304: homme_shoc_cld_p3_rrtmgp_np1_vs_np2_bfb ..................   Passed    0.05 sec
        Start 305: homme_shoc_cld_p3_rrtmgp_np1_vs_np3_bfb
248/335 Test #333: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1_vs_np2_output_bfb ...   Passed    0.05 sec
        Start 334: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1_vs_np3_output_bfb
249/335 Test #305: homme_shoc_cld_p3_rrtmgp_np1_vs_np3_bfb ..................   Passed    0.04 sec
        Start 306: homme_shoc_cld_p3_rrtmgp_np1_vs_np4_bfb
250/335 Test #334: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1_vs_np3_output_bfb ...   Passed    0.04 sec
        Start 335: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1_vs_np4_output_bfb
251/335 Test #306: homme_shoc_cld_p3_rrtmgp_np1_vs_np4_bfb ..................   Passed    0.04 sec
252/335 Test #335: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1_vs_np4_output_bfb ...   Passed    0.04 sec
253/335 Test #127: shoc_tests_omp6 ..........................................   Passed    1.47 sec
        Start  81: physics_test_data_omp10
254/335 Test  #81: physics_test_data_omp10 ..................................   Passed    0.25 sec
        Start  97: p3_tests_omp10
255/335 Test #128: shoc_tests_omp7 ..........................................   Passed    1.42 sec
        Start 143: shoc_sk_tests_omp6
256/335 Test #143: shoc_sk_tests_omp6 .......................................   Passed    0.57 sec
        Start 144: shoc_sk_tests_omp7
257/335 Test #144: shoc_sk_tests_omp7 .......................................   Passed    0.53 sec
        Start 159: dp_tests_omp6
258/335 Test #159: dp_tests_omp6 ............................................   Passed    0.24 sec
        Start 160: dp_tests_omp7
259/335 Test #160: dp_tests_omp7 ............................................   Passed    0.24 sec
        Start 185: tms_tests_omp6
260/335 Test #185: tms_tests_omp6 ...........................................   Passed    0.24 sec
        Start 186: tms_tests_omp7
261/335 Test #186: tms_tests_omp7 ...........................................   Passed    0.23 sec
262/335 Test  #97: p3_tests_omp10 ...........................................   Passed    3.01 sec
        Start  82: physics_test_data_omp11
263/335 Test  #82: physics_test_data_omp11 ..................................   Passed    0.25 sec
        Start  83: physics_test_data_omp12
264/335 Test  #83: physics_test_data_omp12 ..................................   Passed    0.23 sec
        Start  84: physics_test_data_omp13
265/335 Test  #84: physics_test_data_omp13 ..................................   Passed    0.24 sec
        Start  85: physics_test_data_omp14
266/335 Test  #85: physics_test_data_omp14 ..................................   Passed    0.24 sec
        Start  86: physics_test_data_omp15
267/335 Test  #86: physics_test_data_omp15 ..................................   Passed    0.23 sec
        Start  87: physics_test_data_omp16
268/335 Test  #87: physics_test_data_omp16 ..................................   Passed    0.25 sec
        Start  98: p3_tests_omp11
269/335 Test #311: homme_shoc_cld_spa_p3_rrtmgp_np1 .........................   Passed  297.17 sec
339/346 Test #332: homme_shoc_cld_spa_p3_rrtmgp_128levels_np4 ...............   Passed  141.98 sec
        Start 333: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb
        Start 336: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1
        Start 337: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2
        Start 338: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3
        Start 339: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4
270/335 Test  #98: p3_tests_omp11 ...........................................   Passed    2.88 sec
        Start  99: p3_tests_omp12
340/346 Test #336: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1 ....   Passed    0.24 sec
341/346 Test #337: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2 ....   Passed    0.30 sec
342/346 Test #338: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3 ....   Passed    0.32 sec
343/346 Test #339: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4 ....   Passed    0.33 sec
344/346 Test #333: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb ....   Passed    0.43 sec
        Start 334: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb
345/346 Test #334: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb ....   Passed    0.32 sec
        Start 335: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb
346/346 Test #335: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb ....   Passed    0.32 sec

100% tests passed, 0 tests failed out of 341

Label Time Summary:
bfbhash = 0.35 secproc (1 test)
check = 0.35 sec
proc (1 test)
cld = 6245.26 secproc (46 tests)
cld_fraction = 0.49 sec
proc (1 test)
diagnostics = 9.98 secproc (20 tests)
driver = 7285.48 sec
proc (98 tests)
dynamics = 4726.57 secproc (47 tests)
fail = 318.79 sec
proc (19 tests)
horiz_remap = 11.38 secproc (4 tests)
io = 253.51 sec
proc (24 tests)
io,remap = 29.91 secproc (4 tests)
p3 = 7297.51 sec
proc (93 tests)
physics = 8035.11 secproc (126 tests)
physics_nudging = 1.67 sec
proc (1 test)
rrtmgp = 6562.26 secproc (58 tests)
shoc = 6380.91 sec
proc (60 tests)
spa = 1262.92 secproc (23 tests)
surface_coupling = 10.78 sec
proc (4 tests)

Total Test time (real) = 323.12 sec

The following tests did not run:
89 - physics_saturation_baseline_fake (Disabled)
125 - p3_baseline_f90_fake_omp16 (Disabled)
126 - p3_baseline_cxx_fake_omp16 (Disabled)
163 - shoc_baseline_f90_fake_omp16 (Disabled)
164 - shoc_baseline_cxx_fake_omp16 (Disabled)
271/335 Test #99: p3_tests_omp12 ........................................... Passed 3.37 sec
Start 100: p3_tests_omp13
272/335 Test #100: p3_tests_omp13 ........................................... Passed 3.18 sec
Start 101: p3_tests_omp14
273/335 Test #101: p3_tests_omp14 ........................................... Passed 2.83 sec
Start 102: p3_tests_omp15
274/335 Test #102: p3_tests_omp15 ........................................... Passed 3.10 sec
Start 103: p3_tests_omp16
275/335 Test #103: p3_tests_omp16 ........................................... Passed 3.12 sec
Start 111: p3_tests_fail_omp8
Start 112: p3_tests_fail_omp9
276/335 Test #112: p3_tests_fail_omp9 ....................................... Passed 1.93 sec
Start 113: p3_tests_fail_omp10
277/335 Test #111: p3_tests_fail_omp8 ....................................... Passed 2.01 sec
Start 129: shoc_tests_omp8
278/335 Test #129: shoc_tests_omp8 .......................................... Passed 1.42 sec
Start 145: shoc_sk_tests_omp8
279/335 Test #113: p3_tests_fail_omp10 ...................................... Passed 1.71 sec
Start 130: shoc_tests_omp9
280/335 Test #145: shoc_sk_tests_omp8 ....................................... Passed 0.54 sec
Start 146: shoc_sk_tests_omp9
281/335 Test #146: shoc_sk_tests_omp9 ....................................... Passed 0.55 sec
Start 161: dp_tests_omp8
282/335 Test #161: dp_tests_omp8 ............................................ Passed 0.28 sec
Start 162: dp_tests_omp9
283/335 Test #162: dp_tests_omp9 ............................................ Passed 0.22 sec
Start 187: tms_tests_omp8
284/335 Test #130: shoc_tests_omp9 .......................................... Passed 1.40 sec
Start 131: shoc_tests_omp10
285/335 Test #187: tms_tests_omp8 ........................................... Passed 0.23 sec
286/335 Test #131: shoc_tests_omp10 ......................................... Passed 1.40 sec
Start 114: p3_tests_fail_omp11
287/335 Test #114: p3_tests_fail_omp11 ...................................... Passed 1.63 sec
Start 115: p3_tests_fail_omp12
288/335 Test #115: p3_tests_fail_omp12 ...................................... Passed 1.84 sec
Start 116: p3_tests_fail_omp13
289/335 Test #116: p3_tests_fail_omp13 ...................................... Passed 1.67 sec
Start 117: p3_tests_fail_omp14
290/335 Test #117: p3_tests_fail_omp14 ...................................... Passed 1.48 sec
Start 118: p3_tests_fail_omp15
291/335 Test #118: p3_tests_fail_omp15 ...................................... Passed 1.50 sec
Start 119: p3_tests_fail_omp16
292/335 Test #119: p3_tests_fail_omp16 ...................................... Passed 1.54 sec
Start 132: shoc_tests_omp11
293/335 Test #132: shoc_tests_omp11 ......................................... Passed 1.37 sec
Start 133: shoc_tests_omp12
294/335 Test #133: shoc_tests_omp12 ......................................... Passed 1.45 sec
Start 134: shoc_tests_omp13
295/335 Test #134: shoc_tests_omp13 ......................................... Passed 1.40 sec
Start 135: shoc_tests_omp14
296/335 Test #135: shoc_tests_omp14 ......................................... Passed 1.21 sec
Start 136: shoc_tests_omp15
297/335 Test #136: shoc_tests_omp15 ......................................... Passed 1.22 sec
Start 137: shoc_tests_omp16
298/335 Test #137: shoc_tests_omp16 ......................................... Passed 1.22 sec
Start 147: shoc_sk_tests_omp10
299/335 Test #147: shoc_sk_tests_omp10 ...................................... Passed 0.53 sec
Start 148: shoc_sk_tests_omp11
300/335 Test #148: shoc_sk_tests_omp11 ...................................... Passed 0.52 sec
Start 149: shoc_sk_tests_omp12
301/335 Test #149: shoc_sk_tests_omp12 ...................................... Passed 0.53 sec
Start 150: shoc_sk_tests_omp13
302/335 Test #150: shoc_sk_tests_omp13 ...................................... Passed 0.53 sec
Start 151: shoc_sk_tests_omp14
303/335 Test #151: shoc_sk_tests_omp14 ...................................... Passed 0.41 sec
Start 152: shoc_sk_tests_omp15
304/335 Test #152: shoc_sk_tests_omp15 ...................................... Passed 0.42 sec
Start 153: shoc_sk_tests_omp16
305/335 Test #153: shoc_sk_tests_omp16 ...................................... Passed 0.41 sec
Start 163: dp_tests_omp10
306/335 Test #163: dp_tests_omp10 ........................................... Passed 0.21 sec
Start 164: dp_tests_omp11
307/335 Test #164: dp_tests_omp11 ........................................... Passed 0.21 sec
Start 165: dp_tests_omp12
308/335 Test #165: dp_tests_omp12 ........................................... Passed 0.21 sec
Start 166: dp_tests_omp13
309/335 Test #166: dp_tests_omp13 ........................................... Passed 0.21 sec
Start 167: dp_tests_omp14
310/335 Test #167: dp_tests_omp14 ........................................... Passed 0.21 sec
Start 168: dp_tests_omp15
311/335 Test #168: dp_tests_omp15 ........................................... Passed 0.21 sec
Start 169: dp_tests_omp16
312/335 Test #169: dp_tests_omp16 ........................................... Passed 0.21 sec
Start 188: tms_tests_omp9
313/335 Test #188: tms_tests_omp9 ........................................... Passed 0.21 sec
Start 189: tms_tests_omp10
314/335 Test #189: tms_tests_omp10 .......................................... Passed 0.21 sec
Start 190: tms_tests_omp11
315/335 Test #190: tms_tests_omp11 .......................................... Passed 0.21 sec
Start 191: tms_tests_omp12
316/335 Test #191: tms_tests_omp12 .......................................... Passed 0.22 sec
Start 192: tms_tests_omp13
317/335 Test #192: tms_tests_omp13 .......................................... Passed 0.21 sec
Start 193: tms_tests_omp14
318/335 Test #193: tms_tests_omp14 .......................................... Passed 0.21 sec
Start 194: tms_tests_omp15
319/335 Test #194: tms_tests_omp15 .......................................... Passed 0.22 sec
Start 195: tms_tests_omp16
320/335 Test #195: tms_tests_omp16 .......................................... Passed 0.22 sec
321/335 Test #314: homme_shoc_cld_spa_p3_rrtmgp_np4 ......................... Passed 134.59 sec
Start 315: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np2_output_bfb
322/335 Test #315: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np2_output_bfb ....... Passed 0.07 sec
Start 316: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np3_output_bfb
323/335 Test #316: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np3_output_bfb ....... Passed 0.06 sec
Start 317: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np4_output_bfb
324/335 Test #317: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np4_output_bfb ....... Passed 0.06 sec
325/335 Test #320: homme_shoc_cld_spa_p3_rrtmgp_128levels_np3 ............... Passed 302.00 sec
326/335 Test #319: homme_shoc_cld_spa_p3_rrtmgp_128levels_np2 ............... Passed 423.57 sec
327/335 Test #321: homme_shoc_cld_spa_p3_rrtmgp_128levels_np4 ............... Passed 233.03 sec
328/335 Test #318: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1 ............... Passed 509.66 sec
Start 322: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb
Start 325: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1
Start 326: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2
Start 327: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3
Start 328: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4
329/335 Test #328: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4 .... Passed 0.30 sec
330/335 Test #325: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1 .... Passed 0.31 sec
331/335 Test #326: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2 .... Passed 0.31 sec
332/335 Test #327: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3 .... Passed 0.32 sec
333/335 Test #322: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb .... Passed 0.42 sec
Start 323: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb
334/335 Test #323: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb .... Passed 0.32 sec
Start 324: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb
335/335 Test #324: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb .... Passed 0.32 sec

100% tests passed, 0 tests failed out of 335

Label Time Summary:
bfbhash = 0.77 secproc (1 test)
check = 1.49 sec
proc (1 test)
cld = 9401.35 secproc (46 tests)
cld_fraction = 1.06 sec
proc (1 test)
diagnostics = 19.58 secproc (20 tests)
driver = 10777.84 sec
proc (98 tests)
dynamics = 8046.48 secproc (47 tests)
fail = 244.78 sec
proc (18 tests)
horiz_remap = 12.57 secproc (4 tests)
io = 238.59 sec
proc (24 tests)
io,remap = 30.72 secproc (4 tests)
p3 = 10287.87 sec
proc (90 tests)
physics = 10989.19 secproc (120 tests)
physics_nudging = 1.67 sec
proc (1 test)
rrtmgp = 9704.23 secproc (58 tests)
shoc = 9538.91 sec
proc (58 tests)
spa = 1323.43 secproc (23 tests)
surface_coupling = 11.16 sec
proc (4 tests)

Total Test time (real) = 544.21 sec

Testing '840d0a38503c157abb7fd0dd8319b138ee2c3c74' for test 'full_sp_debug'

RUN: taskset -c 32-63 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=32 CTEST_PARALLEL_LEVEL=32 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4134/scream/components/eamxx/ctest-build/full_sp_debug/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4134/scream/components/eamxx/ctest-build/full_sp_debug -DBUILD_NAME_MOD=full_sp_debug -S /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4134/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=mappy -DCMAKE_COMMAND="-C /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4134/scream/components/eamxx/cmake/machine-files/mappy.cmake -DNetCDF_Fortran_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DNetCDF_C_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DSCREAM_DOUBLE_PRECISION=False -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicxx -DCMAKE_C_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicc -DCMAKE_Fortran_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=32 -DSCREAM_TEST_DATA_DIR=/sems-data-store/ACME/baselines/scream/master-baselines/full_sp_debug/data" '
FROM: /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4134/scream/components/eamxx/ctest-build/full_sp_debug

Testing '840d0a38503c157abb7fd0dd8319b138ee2c3c74' for test 'release'

RUN: taskset -c 96-127 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=32 CTEST_PARALLEL_LEVEL=32 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4134/scream/components/eamxx/ctest-build/release/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4134/scream/components/eamxx/ctest-build/release -DBUILD_NAME_MOD=release -S /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4134/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=mappy -DCMAKE_COMMAND="-C /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4134/scream/components/eamxx/cmake/machine-files/mappy.cmake -DNetCDF_Fortran_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DNetCDF_C_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DCMAKE_BUILD_TYPE=Release -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicxx -DCMAKE_C_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicc -DCMAKE_Fortran_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=32 -DSCREAM_TEST_DATA_DIR=/sems-data-store/ACME/baselines/scream/master-baselines/release/data" '
FROM: /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4134/scream/components/eamxx/ctest-build/release

Testing '840d0a38503c157abb7fd0dd8319b138ee2c3c74' for test 'debug_nopack_fpe'

RUN: taskset -c 64-95 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=32 CTEST_PARALLEL_LEVEL=32 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4134/scream/components/eamxx/ctest-build/debug_nopack_fpe/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4134/scream/components/eamxx/ctest-build/debug_nopack_fpe -DBUILD_NAME_MOD=debug_nopack_fpe -S /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4134/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=mappy -DCMAKE_COMMAND="-C /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4134/scream/components/eamxx/cmake/machine-files/mappy.cmake -DNetCDF_Fortran_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DNetCDF_C_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DSCREAM_PACK_SIZE=1 -DSCREAM_FPE=True -DSCREAM_ENABLE_BASELINE_TESTS=False -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicxx -DCMAKE_C_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicc -DCMAKE_Fortran_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=32" '
FROM: /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4134/scream/components/eamxx/ctest-build/debug_nopack_fpe

Testing '840d0a38503c157abb7fd0dd8319b138ee2c3c74' for test 'full_debug'

RUN: taskset -c 0-31 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=32 CTEST_PARALLEL_LEVEL=32 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4134/scream/components/eamxx/ctest-build/full_debug/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4134/scream/components/eamxx/ctest-build/full_debug -DBUILD_NAME_MOD=full_debug -S /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4134/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=mappy -DCMAKE_COMMAND="-C /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4134/scream/components/eamxx/cmake/machine-files/mappy.cmake -DNetCDF_Fortran_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DNetCDF_C_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicxx -DCMAKE_C_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicc -DCMAKE_Fortran_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=32 -DSCREAM_TEST_DATA_DIR=/sems-data-store/ACME/baselines/scream/master-baselines/full_debug/data" '
FROM: /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4134/scream/components/eamxx/ctest-build/full_debug
OVERALL STATUS: PASS
Starting analysis on mappy with cmd: cd /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4134/scream/components/eamxx && module purge && module load sems-archive-env acme-env sems-archive-gcc/9.2.0 sems-archive-cmake/3.19.1 sems-archive-git/2.10.1 acme-openmpi/4.0.7 acme-netcdf/4.7.4/acme && export OMP_PROC_BIND=spread && true && ./scripts/test-all-scream --baseline-dir AUTO $compiler -c EKAT_DISABLE_TPL_WARNINGS=ON -p -i -m mappy
RUN: cd /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4134/scream/components/eamxx && module purge && module load sems-archive-env acme-env sems-archive-gcc/9.2.0 sems-archive-cmake/3.19.1 sems-archive-git/2.10.1 acme-openmpi/4.0.7 acme-netcdf/4.7.4/acme && export OMP_PROC_BIND=spread && true && ./scripts/test-all-scream --baseline-dir AUTO $compiler -c EKAT_DISABLE_TPL_WARNINGS=ON -p -i -m mappy
FROM: /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4134/scream/components/eamxx
Completed analysis on mappy

  • [[ 0 != 0 ]]
  • [[ 1 == 0 ]]
  • [[ mappy == \m\a\p\p\y ]]
  • [[ 0 == 1 ]]
  • [[ -z '' ]]
  • [[ 1 == 1 ]]
  • [[ 0 == 1 ]]
  • [[ 1 == 1 ]]
  • '[' -n 2418 ']'
  • ./scripts/git-merge-ref origin/master
  • [[ 0 != 0 ]]
  • [[ 0 == 1 ]]
  • [[ 1 == 1 ]]
  • ../../cime/scripts/create_test e3sm_scream_v1_at --compiler=gnu9 -c -b master --wait
    No project info available
    create_test will do up to 6 tasks simultaneously
    create_test will use up to 80 cores simultaneously
    Creating test directory /ascldap/users/e3sm-jenkins/acme/scratch/ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2.C.20230803_092649_qlp1p1
    Creating test directory /ascldap/users/e3sm-jenkins/acme/scratch/ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9.C.20230803_092649_qlp1p1
    Creating test directory /ascldap/users/e3sm-jenkins/acme/scratch/SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9.C.20230803_092649_qlp1p1
    Creating test directory /ascldap/users/e3sm-jenkins/acme/scratch/ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9.C.20230803_092649_qlp1p1
    Creating test directory /ascldap/users/e3sm-jenkins/acme/scratch/ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.C.20230803_092649_qlp1p1
    Creating test directory /ascldap/users/e3sm-jenkins/acme/scratch/PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.C.20230803_092649_qlp1p1
    RUNNING TESTS:
    ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2
    ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9
    SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9
    ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9
    ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9
    PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9
    Starting CREATE_NEWCASE for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 with 1 procs
    Starting CREATE_NEWCASE for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Starting CREATE_NEWCASE for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 with 1 procs
    Starting CREATE_NEWCASE for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 with 1 procs
    Starting CREATE_NEWCASE for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Starting CREATE_NEWCASE for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Finished CREATE_NEWCASE for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 in 0.612298 seconds (PASS)
    Finished CREATE_NEWCASE for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 in 0.614681 seconds (PASS)
    Finished CREATE_NEWCASE for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 0.613172 seconds (PASS)
    Finished CREATE_NEWCASE for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 in 0.627568 seconds (PASS)
    Finished CREATE_NEWCASE for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 0.634750 seconds (PASS)
    Starting XML for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Starting XML for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 with 1 procs
    Starting XML for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 with 1 procs
    Starting XML for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Starting XML for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Finished CREATE_NEWCASE for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 in 0.939934 seconds (PASS)
    Starting XML for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 with 1 procs
    Finished XML for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 in 0.976981 seconds (PASS)
    Finished XML for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 0.991439 seconds (PASS)
    Finished XML for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 in 1.047651 seconds (PASS)
    Finished XML for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 1.053057 seconds (PASS)
    Finished XML for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 in 1.063462 seconds (PASS)
    Starting SETUP for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Starting SETUP for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 with 1 procs
    Starting SETUP for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 with 1 procs
    Starting SETUP for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Starting SETUP for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Finished XML for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 in 0.961455 seconds (PASS)
    Starting SETUP for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 with 1 procs
    Finished SETUP for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 in 2.766878 seconds (PASS)
    Starting SHAREDLIB_BUILD for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 with 1 procs
    Finished SETUP for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 in 3.155960 seconds (PASS)
    Finished SETUP for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 3.167678 seconds (PASS)
    Finished SETUP for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 in 3.202557 seconds (PASS)
    Finished SETUP for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 3.184573 seconds (PASS)
    Finished SETUP for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 in 2.997886 seconds (PASS)
    Starting SHAREDLIB_BUILD for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 with 1 procs
    Starting SHAREDLIB_BUILD for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Starting SHAREDLIB_BUILD for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 with 1 procs
    Starting SHAREDLIB_BUILD for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Starting SHAREDLIB_BUILD for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Finished SHAREDLIB_BUILD for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 in 40.993118 seconds (PASS)
    Finished SHAREDLIB_BUILD for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 in 40.996493 seconds (PASS)
    Starting MODEL_BUILD for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 with 16 procs
    Starting MODEL_BUILD for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 with 16 procs
    Finished SHAREDLIB_BUILD for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 in 48.278772 seconds (PASS)
    Starting MODEL_BUILD for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 with 16 procs
    Finished SHAREDLIB_BUILD for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 56.684298 seconds (PASS)
    Starting MODEL_BUILD for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 16 procs
    Finished SHAREDLIB_BUILD for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 in 109.990864 seconds (PASS)
    Finished SHAREDLIB_BUILD for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 126.190903 seconds (PASS)
    Starting MODEL_BUILD for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 with 16 procs
    Finished MODEL_BUILD for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 in 140.347703 seconds (PASS)
    Starting RUN for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 with 1 proc on interactive node and 64 procs on compute nodes
    Finished MODEL_BUILD for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 in 141.229099 seconds (PASS)
    Finished RUN for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 in 0.874579 seconds (PEND). [COMPLETED 1 of 6]
    Starting RUN for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 with 1 proc on interactive node and 64 procs on compute nodes
    Starting MODEL_BUILD for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 16 procs
    Finished RUN for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 in 0.834680 seconds (PEND). [COMPLETED 2 of 6]
    Finished MODEL_BUILD for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 in 203.615556 seconds (PASS)
    Starting RUN for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 with 1 proc on interactive node and 64 procs on compute nodes
    Finished RUN for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 in 5.983536 seconds (PEND). [COMPLETED 3 of 6]
    Finished MODEL_BUILD for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 208.956596 seconds (PASS)
    Starting RUN for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 proc on interactive node and 64 procs on compute nodes
    Finished RUN for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 2.398561 seconds (PEND). [COMPLETED 4 of 6]
    Finished MODEL_BUILD for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 in 394.331308 seconds (PASS)
    Starting RUN for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 with 1 proc on interactive node and 64 procs on compute nodes
    Finished RUN for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 in 0.797572 seconds (PEND). [COMPLETED 5 of 6]
    Finished MODEL_BUILD for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 458.709219 seconds (PASS)
    Starting RUN for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 proc on interactive node and 64 procs on compute nodes
    Finished RUN for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 0.818689 seconds (PEND). [COMPLETED 6 of 6]
    Waiting for tests to finish
    DIFF ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 (phase BASELINE)
    Case dir: /ascldap/users/e3sm-jenkins/acme/scratch/ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9.C.20230803_092649_qlp1p1
    DIFF ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 (phase BASELINE)
    Case dir: /ascldap/users/e3sm-jenkins/acme/scratch/ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.C.20230803_092649_qlp1p1
    DIFF ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 (phase BASELINE)
    Case dir: /ascldap/users/e3sm-jenkins/acme/scratch/ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2.C.20230803_092649_qlp1p1
    PASS ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 RUN
    Case dir: /ascldap/users/e3sm-jenkins/acme/scratch/ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9.C.20230803_092649_qlp1p1
    DIFF PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 (phase BASELINE)
    Case dir: /ascldap/users/e3sm-jenkins/acme/scratch/PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.C.20230803_092649_qlp1p1
    DIFF SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 (phase BASELINE)
    Case dir: /ascldap/users/e3sm-jenkins/acme/scratch/SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9.C.20230803_092649_qlp1p1
    test-scheduler took 804.4946250915527 seconds
  • [[ 100 != 0 ]]
  • fails=0+1
  • v1_fail=1
  • set +x
    ######################################################
    FAILS DETECTED:
    SCREAM V1 TESTING FAILED!
    ######################################################
    Build step 'Execute shell' marked build as failure
    Performing Post build task...
    Match found for : : True
    Logical operation result is TRUE
    Running script : #!/bin/bash -le

cd $WORKSPACE/${BUILD_ID}/

./scream/components/eamxx/scripts/jenkins/jenkins_cleanup.sh
[SCREAM_PullRequest_Autotester_Mappy] $ /bin/bash -le /tmp/jenkins6143559292195663547.sh
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Sending e-mails to: lbertag@sandia.gov
Finished: FAILURE

Console Output (last 100K lines) : SCREAM_PullRequest_Autotester_Weaver # 4674 (click to expand)

 43/102 Test  #43: spa_read_data_test_np1 ..................................   Passed    6.57 sec
        Start  44: spa_one_to_one_remap_test_np1
 44/102 Test  #44: spa_one_to_one_remap_test_np1 ...........................   Passed    1.80 sec
        Start  45: spa_main_test
 45/102 Test  #45: spa_main_test ...........................................   Passed    1.06 sec
        Start  46: nudging_tests
 46/102 Test  #46: nudging_tests ...........................................   Passed    2.09 sec
        Start  47: tms_tests_omp1
 47/102 Test  #47: tms_tests_omp1 ..........................................   Passed    1.26 sec
        Start  48: field_at_level
 48/102 Test  #48: field_at_level ..........................................   Passed    1.26 sec
        Start  49: field_at_pressure_level
 49/102 Test  #49: field_at_pressure_level .................................   Passed    1.48 sec
        Start  50: field_at_height
 50/102 Test  #50: field_at_height .........................................   Passed    3.23 sec
        Start  51: potential_temperature
 51/102 Test  #51: potential_temperature ...................................   Passed    1.40 sec
        Start  52: exner_function
 52/102 Test  #52: exner_function ..........................................   Passed    1.65 sec
        Start  53: virtual_temperature
 53/102 Test  #53: virtual_temperature .....................................   Passed    1.58 sec
        Start  54: atmosphere_density
 54/102 Test  #54: atmosphere_density ......................................   Passed    1.84 sec
        Start  55: vertical_layer
 55/102 Test  #55: vertical_layer ..........................................   Passed    1.91 sec
        Start  56: dry_static_energy
 56/102 Test  #56: dry_static_energy .......................................   Passed    1.34 sec
        Start  57: sea_level_pressure
 57/102 Test  #57: sea_level_pressure ......................................   Passed    1.47 sec
        Start  58: water_path
 58/102 Test  #58: water_path ..............................................   Passed    1.29 sec
        Start  59: shortwave_cloud_forcing
 59/102 Test  #59: shortwave_cloud_forcing .................................   Passed    1.40 sec
        Start  60: longwave_cloud_forcing
 60/102 Test  #60: longwave_cloud_forcing ..................................   Passed    0.97 sec
        Start  61: relative_humidity
 61/102 Test  #61: relative_humidity .......................................   Passed    0.98 sec
        Start  62: zonal_vapor_flux
 62/102 Test  #62: zonal_vapor_flux ........................................   Passed    0.98 sec
        Start  63: meridional_vapor_flux
 63/102 Test  #63: meridional_vapor_flux ...................................   Passed    0.99 sec
        Start  64: precip_ice_surf_mass_flux
 64/102 Test  #64: precip_ice_surf_mass_flux ...............................   Passed    0.96 sec
        Start  65: precip_liq_surf_mass_flux
 65/102 Test  #65: precip_liq_surf_mass_flux ...............................   Passed    0.96 sec
        Start  66: precip_total_surf_mass_flux
 66/102 Test  #66: precip_total_surf_mass_flux .............................   Passed    1.00 sec
        Start  67: surface_upward_latent_heat_flux
 67/102 Test  #67: surface_upward_latent_heat_flux .........................   Passed    0.96 sec
        Start  68: ad_ut
 68/102 Test  #68: ad_ut ...................................................   Passed    1.03 sec
        Start  69: fail
 69/102 Test  #69: fail ....................................................   Passed    2.45 sec
        Start  70: scream_fpe_check
 70/102 Test  #70: scream_fpe_check ........................................   Passed    1.05 sec
        Start  71: bfbhash
 71/102 Test  #71: bfbhash .................................................   Passed    0.78 sec
        Start  72: homme_standalone_np1
 72/102 Test  #72: homme_standalone_np1 ....................................   Passed    3.15 sec
        Start  73: p3_standalone_np1
 73/102 Test  #73: p3_standalone_np1 .......................................   Passed    2.57 sec
        Start  74: p3_tend_check_np1
 74/102 Test  #74: p3_tend_check_np1 .......................................   Passed    4.75 sec
        Start  75: shoc_standalone_np1
 75/102 Test  #75: shoc_standalone_np1 .....................................   Passed    1.93 sec
        Start  76: shoc_tend_check_np1
 76/102 Test  #76: shoc_tend_check_np1 .....................................   Passed    1.07 sec
        Start  77: check_U_V_slices_np1
 77/102 Test  #77: check_U_V_slices_np1 ....................................   Passed    0.90 sec
        Start  78: check_surf_mom_flux_slices_np1
 78/102 Test  #78: check_surf_mom_flux_slices_np1 ..........................   Passed    0.87 sec
        Start  79: check_U_V_slices_fail_diff
 79/102 Test  #79: check_U_V_slices_fail_diff ..............................   Passed    0.87 sec
        Start  80: check_U_V_slices_fail_layout
 80/102 Test  #80: check_U_V_slices_fail_layout ............................   Passed    0.86 sec
        Start  81: check_U_V_slices_fail_missing
 81/102 Test  #81: check_U_V_slices_fail_missing ...........................   Passed    0.85 sec
        Start  82: cld_fraction_standalone
 82/102 Test  #82: cld_fraction_standalone .................................   Passed    0.98 sec
        Start  83: spa_stand_alone_np1
 83/102 Test  #83: spa_stand_alone_np1 .....................................   Passed    4.78 sec
        Start  84: surface_coupling_np1
 84/102 Test  #84: surface_coupling_np1 ....................................   Passed    1.49 sec
        Start  85: rrtmgp_standalone_unit
 85/102 Test  #85: rrtmgp_standalone_unit ..................................   Passed    1.32 sec
        Start  86: rrtmgp_standalone_np1
 86/102 Test  #86: rrtmgp_standalone_np1 ...................................   Passed    1.73 sec
        Start  87: rrtmgp_standalone_chunked
 87/102 Test  #87: rrtmgp_standalone_chunked ...............................   Passed    1.62 sec
        Start  88: rrtmgp_chunked_vs_monolithic_bfb
 88/102 Test  #88: rrtmgp_chunked_vs_monolithic_bfb ........................   Passed    0.04 sec
        Start  89: shoc_cld_p3_rrtmgp_np1
 27/103 Test  #27: p3_tests_omp1 ...........................................   Passed  108.22 sec
        Start  28: p3_tests_fail_omp1
 89/102 Test  #89: shoc_cld_p3_rrtmgp_np1 ..................................   Passed    3.57 sec
        Start  90: shoc_cld_spa_p3_rrtmgp_np1
 90/102 Test  #90: shoc_cld_spa_p3_rrtmgp_np1 ..............................   Passed    6.41 sec
        Start  91: shoc_p3_subcycled
 91/102 Test  #91: shoc_p3_subcycled .......................................   Passed    2.54 sec
        Start  92: shoc_p3_monolithic
 92/102 Test  #92: shoc_p3_monolithic ......................................   Passed    2.45 sec
        Start  93: check_subcycling
 93/102 Test  #93: check_subcycling ........................................   Passed    0.05 sec
        Start  94: homme_shoc_cld_p3_rrtmgp_np1
 94/102 Test  #94: homme_shoc_cld_p3_rrtmgp_np1 ............................   Passed    5.18 sec
        Start  95: model_baseline
 28/103 Test  #28: p3_tests_fail_omp1 ......................................   Passed   20.69 sec
        Start  29: p3_run_and_cmp_cxx
 95/102 Test  #95: model_baseline ..........................................   Passed    4.68 sec
        Start  96: model_initial
 96/102 Test  #96: model_initial ...........................................   Passed    4.93 sec
        Start  97: model_restart
 29/103 Test  #29: p3_run_and_cmp_cxx ......................................   Passed   10.04 sec
        Start  30: p3_run_and_cmp_f90
32/82 Test #32: shoc_tests_omp1 ....................   Passed  126.47 sec
      Start 33: shoc_sk_tests_omp1
 97/102 Test  #97: model_restart ...........................................   Passed    5.19 sec
        Start  98: restarted_vs_monolithic_check_np1
 98/102 Test  #98: restarted_vs_monolithic_check_np1 .......................   Passed    0.09 sec
        Start  99: homme_shoc_cld_spa_p3_rrtmgp_np1
 99/102 Test  #99: homme_shoc_cld_spa_p3_rrtmgp_np1 ........................   Passed    7.81 sec
        Start 100: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1
100/102 Test #100: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1 ..............   Passed    8.55 sec
        Start 101: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1
101/102 Test #101: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1 ...   Passed    0.97 sec
        Start 102: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1
102/102 Test #102: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1 ....................   Passed    7.12 sec

100% tests passed, 0 tests failed out of 97

Label Time Summary:
bfbhash = 0.78 secproc (1 test)
check = 1.05 sec
proc (1 test)
cld = 39.62 secproc (7 tests)
cld_fraction = 0.98 sec
proc (1 test)
diagnostics = 27.62 secproc (20 tests)
driver = 66.08 sec
proc (20 tests)
dynamics = 35.32 secproc (8 tests)
fail = 12.21 sec
proc (3 tests)
horiz_remap = 1.81 secproc (1 test)
io = 13.95 sec
proc (6 tests)
io,remap = 2.28 secproc (1 test)
p3 = 70.44 sec
proc (15 tests)
physics = 89.83 secproc (27 tests)
physics_nudging = 2.09 sec
proc (1 test)
rrtmgp = 47.30 secproc (13 tests)
shoc = 44.89 sec
proc (12 tests)
spa = 20.61 secproc (5 tests)
surface_coupling = 1.49 sec
proc (1 test)

Total Test time (real) = 205.41 sec

The following tests did not run:
26 - physics_saturation_baseline_fake (Disabled)
32 - p3_baseline_f90_fake (Disabled)
33 - p3_baseline_cxx_fake (Disabled)
40 - shoc_baseline_f90_fake (Disabled)
41 - shoc_baseline_cxx_fake (Disabled)
30/103 Test #30: p3_run_and_cmp_f90 ...................................... Passed 39.95 sec
Start 31: p3_run_and_cmp_cxx_fail
31/103 Test #31: p3_run_and_cmp_cxx_fail ................................. Passed 9.43 sec
Start 32: p3_baseline_f90_fake
32/103 Test #32: p3_baseline_f90_fake ....................................***Not Run (Disabled) 0.00 sec
Start 33: p3_baseline_cxx_fake
33/103 Test #33: p3_baseline_cxx_fake ....................................***Not Run (Disabled) 0.00 sec
Start 34: rrtmgp_tests
33/82 Test #33: shoc_sk_tests_omp1 ................. Passed 48.53 sec
Start 34: shoc_run_and_cmp_cxx
34/103 Test #34: rrtmgp_tests ............................................ Passed 0.95 sec
Start 35: rrtmgp_unit_tests
34/82 Test #34: shoc_run_and_cmp_cxx ............... Passed 1.10 sec
Start 35: shoc_run_and_cmp_f90
35/103 Test #35: rrtmgp_unit_tests ....................................... Passed 1.00 sec
Start 36: shoc_tests_omp1
36/103 Test #36: shoc_tests_omp1 ......................................... Passed 155.56 sec
Start 37: shoc_sk_tests_omp1
37/103 Test #37: shoc_sk_tests_omp1 ...................................... Passed 81.16 sec
Start 38: shoc_run_and_cmp_cxx
38/103 Test #38: shoc_run_and_cmp_cxx .................................... Passed 1.45 sec
Start 39: shoc_run_and_cmp_f90
35/82 Test #35: shoc_run_and_cmp_f90 ............... Passed 322.81 sec
Start 36: shoc_baseline_f90_fake
36/82 Test #36: shoc_baseline_f90_fake .............***Not Run (Disabled) 0.00 sec
Start 37: shoc_baseline_cxx_fake
37/82 Test #37: shoc_baseline_cxx_fake .............***Not Run (Disabled) 0.00 sec
Start 38: dp_tests_omp1
38/82 Test #38: dp_tests_omp1 ...................... Passed 0.88 sec
Start 39: spa_read_data_test_np1
39/82 Test #39: spa_read_data_test_np1 ............. Passed 4.79 sec
Start 40: spa_one_to_one_remap_test_np1
40/82 Test #40: spa_one_to_one_remap_test_np1 ...... Passed 1.34 sec
Start 41: spa_main_test
41/82 Test #41: spa_main_test ...................... Passed 1.01 sec
Start 42: nudging_tests
42/82 Test #42: nudging_tests ...................... Passed 2.60 sec
Start 43: field_at_level
43/82 Test #43: field_at_level ..................... Passed 1.39 sec
Start 44: field_at_pressure_level
44/82 Test #44: field_at_pressure_level ............ Passed 1.58 sec
Start 45: field_at_height
45/82 Test #45: field_at_height .................... Passed 2.64 sec
Start 46: potential_temperature
46/82 Test #46: potential_temperature .............. Passed 1.29 sec
Start 47: exner_function
47/82 Test #47: exner_function ..................... Passed 1.52 sec
Start 48: virtual_temperature
48/82 Test #48: virtual_temperature ................ Passed 1.15 sec
Start 49: atmosphere_density
49/82 Test #49: atmosphere_density ................. Passed 1.58 sec
Start 50: vertical_layer
50/82 Test #50: vertical_layer ..................... Passed 1.58 sec
Start 51: dry_static_energy
51/82 Test #51: dry_static_energy .................. Passed 1.91 sec
Start 52: sea_level_pressure
52/82 Test #52: sea_level_pressure ................. Passed 1.59 sec
Start 53: water_path
53/82 Test #53: water_path ......................... Passed 1.68 sec
Start 54: shortwave_cloud_forcing
54/82 Test #54: shortwave_cloud_forcing ............ Passed 1.70 sec
Start 55: longwave_cloud_forcing
55/82 Test #55: longwave_cloud_forcing ............. Passed 1.33 sec
Start 56: relative_humidity
56/82 Test #56: relative_humidity .................. Passed 1.48 sec
Start 57: zonal_vapor_flux
57/82 Test #57: zonal_vapor_flux ................... Passed 2.14 sec
Start 58: meridional_vapor_flux
58/82 Test #58: meridional_vapor_flux .............. Passed 1.56 sec
Start 59: precip_ice_surf_mass_flux
59/82 Test #59: precip_ice_surf_mass_flux .......... Passed 1.45 sec
Start 60: precip_liq_surf_mass_flux
60/82 Test #60: precip_liq_surf_mass_flux .......... Passed 1.91 sec
Start 61: precip_total_surf_mass_flux
61/82 Test #61: precip_total_surf_mass_flux ........ Passed 1.37 sec
Start 62: surface_upward_latent_heat_flux
62/82 Test #62: surface_upward_latent_heat_flux .... Passed 1.22 sec
Start 63: ad_ut
63/82 Test #63: ad_ut .............................. Passed 1.14 sec
Start 64: fail
64/82 Test #64: fail ............................... Passed 2.35 sec
Start 65: kokkos_fail
65/82 Test #65: kokkos_fail ........................ Passed 2.94 sec
Start 66: scream_fpe_check
66/82 Test #66: scream_fpe_check ................... Passed 0.91 sec
Start 67: bfbhash
39/103 Test #39: shoc_run_and_cmp_f90 .................................... Passed 134.55 sec
Start 40: shoc_baseline_f90_fake
40/103 Test #40: shoc_baseline_f90_fake ..................................***Not Run (Disabled) 0.00 sec
Start 41: shoc_baseline_cxx_fake
41/103 Test #41: shoc_baseline_cxx_fake ..................................***Not Run (Disabled) 0.00 sec
Start 42: dp_tests_omp1
67/82 Test #67: bfbhash ............................ Passed 1.02 sec
Start 68: p3_standalone_np1
42/103 Test #42: dp_tests_omp1 ........................................... Passed 0.85 sec
Start 43: spa_read_data_test_np1
43/103 Test #43: spa_read_data_test_np1 .................................. Passed 1.97 sec
Start 44: spa_one_to_one_remap_test_np1
68/82 Test #68: p3_standalone_np1 .................. Passed 2.67 sec
Start 69: p3_tend_check_np1
44/103 Test #44: spa_one_to_one_remap_test_np1 ........................... Passed 1.26 sec
Start 45: spa_main_test
69/82 Test #69: p3_tend_check_np1 .................. Passed 0.98 sec
Start 70: shoc_standalone_np1
45/103 Test #45: spa_main_test ........................................... Passed 1.04 sec
Start 46: nudging_tests
70/82 Test #70: shoc_standalone_np1 ................ Passed 2.68 sec
Start 71: shoc_tend_check_np1
46/103 Test #46: nudging_tests ........................................... Passed 1.87 sec
Start 47: tms_tests_omp1
47/103 Test #47: tms_tests_omp1 .......................................... Passed 0.93 sec
Start 48: field_at_level
71/82 Test #71: shoc_tend_check_np1 ................ Passed 1.14 sec
Start 72: check_U_V_slices_np1
72/82 Test #72: check_U_V_slices_np1 ............... Passed 0.88 sec
Start 73: check_surf_mom_flux_slices_np1
48/103 Test #48: field_at_level .......................................... Passed 1.48 sec
Start 49: field_at_pressure_level
73/82 Test #73: check_surf_mom_flux_slices_np1 ..... Passed 0.90 sec
Start 74: check_U_V_slices_fail_diff
74/82 Test #74: check_U_V_slices_fail_diff ......... Passed 0.89 sec
Start 75: check_U_V_slices_fail_layout
49/103 Test #49: field_at_pressure_level ................................. Passed 1.47 sec
Start 50: field_at_height
75/82 Test #75: check_U_V_slices_fail_layout ....... Passed 0.93 sec
Start 76: check_U_V_slices_fail_missing
50/103 Test #50: field_at_height ......................................... Passed 1.58 sec
Start 51: potential_temperature
76/82 Test #76: check_U_V_slices_fail_missing ...... Passed 0.94 sec
Start 77: cld_fraction_standalone
51/103 Test #51: potential_temperature ................................... Passed 1.96 sec
Start 52: exner_function
77/82 Test #77: cld_fraction_standalone ............ Passed 2.02 sec
Start 78: spa_stand_alone_np1
52/103 Test #52: exner_function .......................................... Passed 1.34 sec
Start 53: virtual_temperature
53/103 Test #53: virtual_temperature ..................................... Passed 1.37 sec
Start 54: atmosphere_density
54/103 Test #54: atmosphere_density ...................................... Passed 1.69 sec
Start 55: vertical_layer
55/103 Test #55: vertical_layer .......................................... Passed 1.44 sec
Start 56: dry_static_energy
56/103 Test #56: dry_static_energy ....................................... Passed 1.43 sec
Start 57: sea_level_pressure
57/103 Test #57: sea_level_pressure ...................................... Passed 1.38 sec
Start 58: water_path
58/103 Test #58: water_path .............................................. Passed 1.44 sec
Start 59: shortwave_cloud_forcing
59/103 Test #59: shortwave_cloud_forcing ................................. Passed 1.47 sec
Start 60: longwave_cloud_forcing
60/103 Test #60: longwave_cloud_forcing .................................. Passed 1.41 sec
Start 61: relative_humidity
61/103 Test #61: relative_humidity ....................................... Passed 1.80 sec
Start 62: zonal_vapor_flux
62/103 Test #62: zonal_vapor_flux ........................................ Passed 1.53 sec
Start 63: meridional_vapor_flux
63/103 Test #63: meridional_vapor_flux ................................... Passed 1.44 sec
Start 64: precip_ice_surf_mass_flux
64/103 Test #64: precip_ice_surf_mass_flux ............................... Passed 2.08 sec
Start 65: precip_liq_surf_mass_flux
65/103 Test #65: precip_liq_surf_mass_flux ............................... Passed 1.25 sec
Start 66: precip_total_surf_mass_flux
66/103 Test #66: precip_total_surf_mass_flux ............................. Passed 1.38 sec
Start 67: surface_upward_latent_heat_flux
67/103 Test #67: surface_upward_latent_heat_flux ......................... Passed 1.15 sec
Start 68: ad_ut
68/103 Test #68: ad_ut ................................................... Passed 1.63 sec
Start 69: fail
69/103 Test #69: fail .................................................... Passed 2.40 sec
Start 70: kokkos_fail
70/103 Test #70: kokkos_fail ............................................. Passed 3.07 sec
Start 71: scream_fpe_check
71/103 Test #71: scream_fpe_check ........................................ Passed 0.83 sec
Start 72: bfbhash
72/103 Test #72: bfbhash ................................................. Passed 0.83 sec
Start 73: homme_standalone_np1
73/103 Test #73: homme_standalone_np1 .................................... Passed 6.51 sec
Start 74: p3_standalone_np1
74/103 Test #74: p3_standalone_np1 ....................................... Passed 2.59 sec
Start 75: p3_tend_check_np1
75/103 Test #75: p3_tend_check_np1 ....................................... Passed 0.93 sec
Start 76: shoc_standalone_np1
76/103 Test #76: shoc_standalone_np1 ..................................... Passed 1.95 sec
Start 77: shoc_tend_check_np1
77/103 Test #77: shoc_tend_check_np1 ..................................... Passed 1.05 sec
Start 78: check_U_V_slices_np1
78/103 Test #78: check_U_V_slices_np1 .................................... Passed 0.87 sec
Start 79: check_surf_mom_flux_slices_np1
79/103 Test #79: check_surf_mom_flux_slices_np1 .......................... Passed 0.87 sec
Start 80: check_U_V_slices_fail_diff
80/103 Test #80: check_U_V_slices_fail_diff .............................. Passed 0.87 sec
Start 81: check_U_V_slices_fail_layout
81/103 Test #81: check_U_V_slices_fail_layout ............................ Passed 0.87 sec
Start 82: check_U_V_slices_fail_missing
82/103 Test #82: check_U_V_slices_fail_missing ........................... Passed 0.87 sec
Start 83: cld_fraction_standalone
83/103 Test #83: cld_fraction_standalone ................................. Passed 1.51 sec
Start 84: spa_stand_alone_np1
78/82 Test #78: spa_stand_alone_np1 ................ Passed 76.21 sec
Start 79: surface_coupling_np1
79/82 Test #79: surface_coupling_np1 ............... Passed 1.91 sec
Start 80: shoc_p3_subcycled
80/82 Test #80: shoc_p3_subcycled .................. Passed 3.10 sec
Start 81: shoc_p3_monolithic
81/82 Test #81: shoc_p3_monolithic ................. Passed 1.96 sec
Start 82: check_subcycling
82/82 Test #82: check_subcycling ................... Passed 0.05 sec

100% tests passed, 0 tests failed out of 77

Label Time Summary:
bfbhash = 1.02 secproc (1 test)
check = 0.91 sec
proc (1 test)
cld_fraction = 2.02 secproc (1 test)
diagnostics = 32.04 sec
proc (20 tests)
driver = 88.76 secproc (8 tests)
fail = 27.70 sec
proc (4 tests)
horiz_remap = 1.82 secproc (1 test)
io = 37.33 sec
proc (5 tests)
io,remap = 4.96 secproc (1 test)
p3 = 80.50 sec
proc (8 tests)
physics = 487.19 secproc (14 tests)
physics_nudging = 2.60 sec
proc (1 test)
shoc = 327.78 secproc (5 tests)
spa = 83.35 sec
proc (4 tests)
surface_coupling = 1.91 sec*proc (1 test)

Total Test time (real) = 792.87 sec

The following tests did not run:
24 - physics_saturation_baseline_fake (Disabled)
30 - p3_baseline_f90_fake (Disabled)
31 - p3_baseline_cxx_fake (Disabled)
36 - shoc_baseline_f90_fake (Disabled)
37 - shoc_baseline_cxx_fake (Disabled)
84/103 Test #84: spa_stand_alone_np1 ..................................... Passed 85.03 sec
Start 85: surface_coupling_np1
85/103 Test #85: surface_coupling_np1 .................................... Passed 2.00 sec
Start 86: rrtmgp_standalone_unit
86/103 Test #86: rrtmgp_standalone_unit .................................. Passed 1.34 sec
Start 87: rrtmgp_standalone_np1
87/103 Test #87: rrtmgp_standalone_np1 ................................... Passed 1.70 sec
Start 88: rrtmgp_standalone_chunked
88/103 Test #88: rrtmgp_standalone_chunked ............................... Passed 1.35 sec
Start 89: rrtmgp_chunked_vs_monolithic_bfb
89/103 Test #89: rrtmgp_chunked_vs_monolithic_bfb ........................ Passed 0.04 sec
Start 90: shoc_cld_p3_rrtmgp_np1
90/103 Test #90: shoc_cld_p3_rrtmgp_np1 .................................. Passed 2.84 sec
Start 91: shoc_cld_spa_p3_rrtmgp_np1
91/103 Test #91: shoc_cld_spa_p3_rrtmgp_np1 .............................. Passed 36.25 sec
Start 92: shoc_p3_subcycled
92/103 Test #92: shoc_p3_subcycled ....................................... Passed 2.01 sec
Start 93: shoc_p3_monolithic
93/103 Test #93: shoc_p3_monolithic ...................................... Passed 1.65 sec
Start 94: check_subcycling
94/103 Test #94: check_subcycling ........................................ Passed 0.05 sec
Start 95: homme_shoc_cld_p3_rrtmgp_np1
95/103 Test #95: homme_shoc_cld_p3_rrtmgp_np1 ............................ Passed 5.13 sec
Start 96: model_baseline
96/103 Test #96: model_baseline .......................................... Passed 5.99 sec
Start 97: model_initial
97/103 Test #97: model_initial ........................................... Passed 5.27 sec
Start 98: model_restart
98/103 Test #98: model_restart ........................................... Passed 5.11 sec
Start 99: restarted_vs_monolithic_check_np1
99/103 Test #99: restarted_vs_monolithic_check_np1 ....................... Passed 0.12 sec
Start 100: homme_shoc_cld_spa_p3_rrtmgp_np1
100/103 Test #100: homme_shoc_cld_spa_p3_rrtmgp_np1 ........................ Passed 37.46 sec
Start 101: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1
101/103 Test #101: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1 .............. Passed 39.67 sec
Start 102: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1
102/103 Test #102: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1 ... Passed 1.08 sec
Start 103: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1
103/103 Test #103: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1 .................... Passed 20.58 sec

100% tests passed, 0 tests failed out of 98

Label Time Summary:
bfbhash = 0.83 secproc (1 test)
check = 0.83 sec
proc (1 test)
cld = 142.99 secproc (7 tests)
cld_fraction = 1.51 sec
proc (1 test)
diagnostics = 30.07 secproc (20 tests)
driver = 250.62 sec
proc (20 tests)
dynamics = 115.19 secproc (8 tests)
fail = 35.58 sec
proc (4 tests)
horiz_remap = 2.26 secproc (1 test)
io = 19.17 sec
proc (6 tests)
io,remap = 2.83 secproc (1 test)
p3 = 334.89 sec
proc (15 tests)
physics = 567.75 secproc (27 tests)
physics_nudging = 1.87 sec
proc (1 test)
rrtmgp = 149.36 secproc (13 tests)
shoc = 282.04 sec
proc (12 tests)
spa = 125.55 secproc (5 tests)
surface_coupling = 2.00 sec
proc (1 test)

Total Test time (real) = 934.12 sec

The following tests did not run:
26 - physics_saturation_baseline_fake (Disabled)
32 - p3_baseline_f90_fake (Disabled)
33 - p3_baseline_cxx_fake (Disabled)
40 - shoc_baseline_f90_fake (Disabled)
41 - shoc_baseline_cxx_fake (Disabled)

Testing 'a477a2278454f6fa35c07c17704308be3c2a55ff' for test 'release'

RUN: taskset -c 104-155 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=52 CTEST_PARALLEL_LEVEL=1 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4674/scream/components/eamxx/ctest-build/release/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4674/scream/components/eamxx/ctest-build/release -DBUILD_NAME_MOD=release -S /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4674/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=weaver -DCMAKE_COMMAND="-C /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4674/scream/components/eamxx/cmake/machine-files/weaver.cmake -DNetCDF_Fortran_PATH=/projects/ppc64le-pwr9-rhel8/tpls/netcdf-fortran/4.6.0/gcc/11.3.0/openmpi/4.1.4/5ka6asw -DNetCDF_C_PATH=/projects/ppc64le-pwr9-rhel8/tpls/netcdf-c/4.9.0/gcc/11.3.0/openmpi/4.1.4/mdd6fth -DCMAKE_BUILD_TYPE=Release -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpicxx -DCMAKE_C_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpicc -DCMAKE_Fortran_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=1 -DSCREAM_TEST_DATA_DIR=/home/projects/e3sm/scream/pr-autotester/master-baselines/weaver/release/data" '
FROM: /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4674/scream/components/eamxx/ctest-build/release

Testing 'a477a2278454f6fa35c07c17704308be3c2a55ff' for test 'full_sp_debug'

RUN: taskset -c 52-103 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=52 CTEST_PARALLEL_LEVEL=1 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4674/scream/components/eamxx/ctest-build/full_sp_debug/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4674/scream/components/eamxx/ctest-build/full_sp_debug -DBUILD_NAME_MOD=full_sp_debug -S /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4674/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=weaver -DCMAKE_COMMAND="-C /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4674/scream/components/eamxx/cmake/machine-files/weaver.cmake -DNetCDF_Fortran_PATH=/projects/ppc64le-pwr9-rhel8/tpls/netcdf-fortran/4.6.0/gcc/11.3.0/openmpi/4.1.4/5ka6asw -DNetCDF_C_PATH=/projects/ppc64le-pwr9-rhel8/tpls/netcdf-c/4.9.0/gcc/11.3.0/openmpi/4.1.4/mdd6fth -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DSCREAM_DOUBLE_PRECISION=False -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpicxx -DCMAKE_C_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpicc -DCMAKE_Fortran_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=1 -DSCREAM_TEST_DATA_DIR=/home/projects/e3sm/scream/pr-autotester/master-baselines/weaver/full_sp_debug/data" '
FROM: /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4674/scream/components/eamxx/ctest-build/full_sp_debug

Testing 'a477a2278454f6fa35c07c17704308be3c2a55ff' for test 'full_debug'

RUN: taskset -c 0-51 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=52 CTEST_PARALLEL_LEVEL=1 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4674/scream/components/eamxx/ctest-build/full_debug/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4674/scream/components/eamxx/ctest-build/full_debug -DBUILD_NAME_MOD=full_debug -S /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4674/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=weaver -DCMAKE_COMMAND="-C /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4674/scream/components/eamxx/cmake/machine-files/weaver.cmake -DNetCDF_Fortran_PATH=/projects/ppc64le-pwr9-rhel8/tpls/netcdf-fortran/4.6.0/gcc/11.3.0/openmpi/4.1.4/5ka6asw -DNetCDF_C_PATH=/projects/ppc64le-pwr9-rhel8/tpls/netcdf-c/4.9.0/gcc/11.3.0/openmpi/4.1.4/mdd6fth -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpicxx -DCMAKE_C_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpicc -DCMAKE_Fortran_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=1 -DSCREAM_TEST_DATA_DIR=/home/projects/e3sm/scream/pr-autotester/master-baselines/weaver/full_debug/data" '
FROM: /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4674/scream/components/eamxx/ctest-build/full_debug
OVERALL STATUS: PASS
Starting analysis on weaver with cmd: cd /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4674/scream/components/eamxx && source /etc/profile.d/modules.sh && module purge && module load cmake/3.25.1 git/2.39.1 python/3.10.8 py-netcdf4/1.5.8 gcc/11.3.0 cuda/11.8.0 openmpi netcdf-c netcdf-fortran parallel-netcdf netlib-lapack && true && bsub -I -q rhel8 -n 4 -gpu num=4 ./scripts/test-all-scream --baseline-dir AUTO $compiler -c EKAT_DISABLE_TPL_WARNINGS=ON -p -i -m weaver
RUN: cd /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4674/scream/components/eamxx && source /etc/profile.d/modules.sh && module purge && module load cmake/3.25.1 git/2.39.1 python/3.10.8 py-netcdf4/1.5.8 gcc/11.3.0 cuda/11.8.0 openmpi netcdf-c netcdf-fortran parallel-netcdf netlib-lapack && true && bsub -I -q rhel8 -n 4 -gpu num=4 ./scripts/test-all-scream --baseline-dir AUTO $compiler -c EKAT_DISABLE_TPL_WARNINGS=ON -p -i -m weaver
FROM: /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4674/scream/components/eamxx
Completed analysis on weaver

  • [[ 0 != 0 ]]
  • [[ 1 == 0 ]]
  • [[ weaver == \m\a\p\p\y ]]
  • set +x
    Performing Post build task...
    Match found for : : True
    Logical operation result is TRUE
    Running script : #!/bin/bash -le

cd $WORKSPACE/${BUILD_ID}/

./scream/components/eamxx/scripts/jenkins/jenkins_cleanup.sh
[SCREAM_PullRequest_Autotester_Weaver] $ /bin/bash -le /tmp/jenkins1905843115734959337.sh
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Sending e-mails to: lbertag@sandia.gov
Finished: SUCCESS

Console Output (last 100K lines) : SCREAM_PullRequest_Autotester_Blake # 4720 (click to expand)

320/345 Test #156: shoc_sk_tests_omp12 ......................................   Passed    0.59 sec
        Start 175: dp_tests_omp11
321/345 Test #140: shoc_tests_omp12 .........................................   Passed    0.70 sec
        Start 141: shoc_tests_omp13
322/345 Test #175: dp_tests_omp11 ...........................................   Passed    0.48 sec
        Start 201: tms_tests_omp11
323/345 Test #141: shoc_tests_omp13 .........................................   Passed    0.63 sec
        Start 157: shoc_sk_tests_omp13
324/345 Test #201: tms_tests_omp11 ..........................................   Passed    0.47 sec
325/345 Test #157: shoc_sk_tests_omp13 ......................................   Passed    0.48 sec
        Start 142: shoc_tests_omp14
326/345 Test #142: shoc_tests_omp14 .........................................   Passed    0.59 sec
        Start 143: shoc_tests_omp15
327/345 Test #143: shoc_tests_omp15 .........................................   Passed    0.59 sec
        Start 144: shoc_tests_omp16
222/335 Test  #91: p3_tests_omp4 ............................................   Passed    5.42 sec
        Start 107: p3_tests_fail_omp4
295/346 Test #118: p3_tests_fail_omp13 ......................................   Passed    5.18 sec
        Start 119: p3_tests_fail_omp14
223/335 Test  #92: p3_tests_omp5 ............................................   Passed    5.77 sec
        Start 108: p3_tests_fail_omp5
328/345 Test #144: shoc_tests_omp16 .........................................   Passed    0.60 sec
        Start 158: shoc_sk_tests_omp14
329/345 Test #158: shoc_sk_tests_omp14 ......................................   Passed    0.52 sec
        Start 159: shoc_sk_tests_omp15
330/345 Test #159: shoc_sk_tests_omp15 ......................................   Passed    0.52 sec
        Start 160: shoc_sk_tests_omp16
331/345 Test #160: shoc_sk_tests_omp16 ......................................   Passed    0.63 sec
        Start 161: shoc_run_and_cmp_cxx_omp16
332/345 Test #161: shoc_run_and_cmp_cxx_omp16 ...............................   Passed    0.44 sec
        Start 162: shoc_run_and_cmp_f90_omp16
333/345 Test #162: shoc_run_and_cmp_f90_omp16 ...............................   Passed    0.41 sec
        Start 163: shoc_baseline_f90_fake_omp16
334/345 Test #163: shoc_baseline_f90_fake_omp16 .............................***Not Run (Disabled)   0.00 sec
        Start 164: shoc_baseline_cxx_fake_omp16
335/345 Test #164: shoc_baseline_cxx_fake_omp16 .............................***Not Run (Disabled)   0.00 sec
        Start 176: dp_tests_omp12
        Start 202: tms_tests_omp12
336/345 Test #202: tms_tests_omp12 ..........................................   Passed    0.53 sec
337/345 Test #176: dp_tests_omp12 ...........................................   Passed    0.54 sec
        Start 177: dp_tests_omp13
338/345 Test #177: dp_tests_omp13 ...........................................   Passed    0.50 sec
        Start 178: dp_tests_omp14
339/345 Test #178: dp_tests_omp14 ...........................................   Passed    0.42 sec
        Start 179: dp_tests_omp15
340/345 Test #179: dp_tests_omp15 ...........................................   Passed    0.43 sec
        Start 180: dp_tests_omp16
341/345 Test #180: dp_tests_omp16 ...........................................   Passed    0.43 sec
        Start 203: tms_tests_omp13
224/335 Test #107: p3_tests_fail_omp4 .......................................   Passed    5.42 sec
        Start 125: shoc_tests_omp4
225/335 Test #108: p3_tests_fail_omp5 .......................................   Passed    5.47 sec
        Start 126: shoc_tests_omp5
342/345 Test #203: tms_tests_omp13 ..........................................   Passed    0.46 sec
        Start 204: tms_tests_omp14
296/346 Test #119: p3_tests_fail_omp14 ......................................   Passed    5.99 sec
        Start 120: p3_tests_fail_omp15
343/345 Test #204: tms_tests_omp14 ..........................................   Passed    0.50 sec
        Start 205: tms_tests_omp15
344/345 Test #205: tms_tests_omp15 ..........................................   Passed    0.45 sec
        Start 206: tms_tests_omp16
345/345 Test #206: tms_tests_omp16 ..........................................   Passed    0.47 sec

100% tests passed, 0 tests failed out of 340

Label Time Summary:
bfbhash = 2.05 secproc (1 test)
check = 1.97 sec
proc (1 test)
cld = 632.49 secproc (46 tests)
cld_fraction = 0.81 sec
proc (1 test)
diagnostics = 34.24 secproc (20 tests)
driver = 972.78 sec
proc (98 tests)
dynamics = 529.56 secproc (47 tests)
fail = 219.59 sec
proc (18 tests)
horiz_remap = 27.31 secproc (4 tests)
io = 403.81 sec
proc (24 tests)
io,remap = 49.59 secproc (4 tests)
p3 = 1271.21 sec
proc (93 tests)
physics = 1455.18 secproc (126 tests)
physics_nudging = 3.43 sec
proc (1 test)
rrtmgp = 702.89 secproc (58 tests)
shoc = 693.29 sec
proc (60 tests)
spa = 239.56 secproc (23 tests)
surface_coupling = 30.96 sec
proc (4 tests)

Total Test time (real) = 126.76 sec

The following tests did not run:
89 - physics_saturation_baseline_fake (Disabled)
125 - p3_baseline_f90_fake_omp16 (Disabled)
126 - p3_baseline_cxx_fake_omp16 (Disabled)
163 - shoc_baseline_f90_fake_omp16 (Disabled)
164 - shoc_baseline_cxx_fake_omp16 (Disabled)
226/335 Test #125: shoc_tests_omp4 .......................................... Passed 2.84 sec
Start 141: shoc_sk_tests_omp4
227/335 Test #126: shoc_tests_omp5 .......................................... Passed 3.16 sec
Start 142: shoc_sk_tests_omp5
228/335 Test #141: shoc_sk_tests_omp4 ....................................... Passed 1.12 sec
Start 157: dp_tests_omp4
229/335 Test #142: shoc_sk_tests_omp5 ....................................... Passed 1.03 sec
Start 158: dp_tests_omp5
230/335 Test #157: dp_tests_omp4 ............................................ Passed 0.73 sec
Start 173: spa_read_data_test_np4
297/346 Test #332: homme_shoc_cld_spa_p3_rrtmgp_128levels_np4 ............... Passed 283.86 sec
231/335 Test #158: dp_tests_omp5 ............................................ Passed 0.46 sec
Start 176: spa_one_to_one_remap_test_np3
298/346 Test #120: p3_tests_fail_omp15 ...................................... Passed 5.57 sec
Start 121: p3_tests_fail_omp16
232/335 Test #173: spa_read_data_test_np4 ................................... Passed 2.47 sec
Start 77: physics_test_data_omp6
233/335 Test #176: spa_one_to_one_remap_test_np3 ............................ Passed 2.21 sec
Start 182: tms_tests_omp3
234/335 Test #77: physics_test_data_omp6 ................................... Passed 0.48 sec
Start 93: p3_tests_omp6
235/335 Test #182: tms_tests_omp3 ........................................... Passed 0.47 sec
Start 271: surface_coupling_np3
236/335 Test #271: surface_coupling_np3 ..................................... Passed 1.92 sec
299/346 Test #121: p3_tests_fail_omp16 ...................................... Passed 6.14 sec
Start 122: p3_run_and_cmp_cxx_omp16
237/335 Test #93: p3_tests_omp6 ............................................ Passed 5.08 sec
Start 78: physics_test_data_omp7
238/335 Test #78: physics_test_data_omp7 ................................... Passed 0.49 sec
Start 79: physics_test_data_omp8
239/335 Test #79: physics_test_data_omp8 ................................... Passed 0.50 sec
Start 80: physics_test_data_omp9
240/335 Test #80: physics_test_data_omp9 ................................... Passed 0.51 sec
Start 94: p3_tests_omp7
300/346 Test #122: p3_run_and_cmp_cxx_omp16 ................................. Passed 5.33 sec
Start 123: p3_run_and_cmp_f90_omp16
301/346 Test #123: p3_run_and_cmp_f90_omp16 ................................. Passed 0.59 sec
Start 124: p3_run_and_cmp_cxx_fail_omp16
241/335 Test #94: p3_tests_omp7 ............................................ Passed 5.38 sec
Start 95: p3_tests_omp8
242/335 Test #95: p3_tests_omp8 ............................................ Passed 5.10 sec
Start 96: p3_tests_omp9
302/346 Test #124: p3_run_and_cmp_cxx_fail_omp16 ............................ Passed 7.50 sec
Start 125: p3_baseline_f90_fake_omp16
303/346 Test #125: p3_baseline_f90_fake_omp16 ...............................***Not Run (Disabled) 0.00 sec
Start 126: p3_baseline_cxx_fake_omp16
304/346 Test #126: p3_baseline_cxx_fake_omp16 ...............................***Not Run (Disabled) 0.00 sec
Start 139: shoc_tests_omp11
Start 140: shoc_tests_omp12
305/346 Test #140: shoc_tests_omp12 ......................................... Passed 3.55 sec
Start 153: shoc_sk_tests_omp9
306/346 Test #139: shoc_tests_omp11 ......................................... Passed 3.57 sec
Start 141: shoc_tests_omp13
243/335 Test #96: p3_tests_omp9 ............................................ Passed 4.85 sec
Start 109: p3_tests_fail_omp6
307/346 Test #153: shoc_sk_tests_omp9 ....................................... Passed 1.17 sec
Start 154: shoc_sk_tests_omp10
308/346 Test #154: shoc_sk_tests_omp10 ...................................... Passed 1.16 sec
Start 173: dp_tests_omp9
309/346 Test #173: dp_tests_omp9 ............................................ Passed 0.60 sec
Start 174: dp_tests_omp10
310/346 Test #174: dp_tests_omp10 ........................................... Passed 0.54 sec
Start 199: tms_tests_omp9
311/346 Test #141: shoc_tests_omp13 ......................................... Passed 3.54 sec
Start 142: shoc_tests_omp14
312/346 Test #199: tms_tests_omp9 ........................................... Passed 0.49 sec
244/335 Test #109: p3_tests_fail_omp6 ....................................... Passed 5.58 sec
Start 110: p3_tests_fail_omp7
313/346 Test #142: shoc_tests_omp14 ......................................... Passed 2.89 sec
Start 143: shoc_tests_omp15
245/335 Test #332: homme_shoc_cld_spa_p3_rrtmgp_pg2_np4 ..................... Passed 118.56 sec
Start 127: shoc_tests_omp6
314/346 Test #143: shoc_tests_omp15 ......................................... Passed 3.13 sec
Start 144: shoc_tests_omp16
246/335 Test #110: p3_tests_fail_omp7 ....................................... Passed 4.71 sec
Start 128: shoc_tests_omp7
315/346 Test #144: shoc_tests_omp16 ......................................... Passed 2.90 sec
Start 155: shoc_sk_tests_omp11
Start 156: shoc_sk_tests_omp12
247/335 Test #127: shoc_tests_omp6 .......................................... Passed 3.11 sec
Start 143: shoc_sk_tests_omp6
248/335 Test #128: shoc_tests_omp7 .......................................... Passed 2.74 sec
Start 144: shoc_sk_tests_omp7
316/346 Test #155: shoc_sk_tests_omp11 ...................................... Passed 1.11 sec
Start 175: dp_tests_omp11
249/335 Test #143: shoc_sk_tests_omp6 ....................................... Passed 1.03 sec
Start 159: dp_tests_omp6
317/346 Test #156: shoc_sk_tests_omp12 ...................................... Passed 1.18 sec
Start 176: dp_tests_omp12
318/346 Test #175: dp_tests_omp11 ........................................... Passed 0.45 sec
Start 200: tms_tests_omp10
250/335 Test #144: shoc_sk_tests_omp7 ....................................... Passed 0.94 sec
Start 160: dp_tests_omp7
251/335 Test #159: dp_tests_omp6 ............................................ Passed 0.51 sec
Start 177: spa_one_to_one_remap_test_np4
Start 333: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1_vs_np2_output_bfb
319/346 Test #176: dp_tests_omp12 ........................................... Passed 0.52 sec
Start 157: shoc_sk_tests_omp13
252/335 Test #333: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1_vs_np2_output_bfb ... Passed 0.12 sec
Start 334: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1_vs_np3_output_bfb
253/335 Test #334: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1_vs_np3_output_bfb ... Passed 0.12 sec
Start 335: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1_vs_np4_output_bfb
320/346 Test #200: tms_tests_omp10 .......................................... Passed 0.47 sec
254/335 Test #160: dp_tests_omp7 ............................................ Passed 0.45 sec
Start 111: p3_tests_fail_omp8
255/335 Test #335: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1_vs_np4_output_bfb ... Passed 0.12 sec
321/346 Test #157: shoc_sk_tests_omp13 ...................................... Passed 1.15 sec
Start 158: shoc_sk_tests_omp14
322/346 Test #158: shoc_sk_tests_omp14 ...................................... Passed 0.98 sec
Start 159: shoc_sk_tests_omp15
256/335 Test #177: spa_one_to_one_remap_test_np4 ............................ Passed 2.35 sec
Start 183: tms_tests_omp4
257/335 Test #183: tms_tests_omp4 ........................................... Passed 0.48 sec
Start 184: tms_tests_omp5
323/346 Test #159: shoc_sk_tests_omp15 ...................................... Passed 0.86 sec
Start 160: shoc_sk_tests_omp16
258/335 Test #184: tms_tests_omp5 ........................................... Passed 0.45 sec
Start 272: surface_coupling_np4
324/346 Test #160: shoc_sk_tests_omp16 ...................................... Passed 0.85 sec
Start 161: shoc_run_and_cmp_cxx_omp16
259/335 Test #321: homme_shoc_cld_spa_p3_rrtmgp_128levels_np4 ............... Passed 401.92 sec
260/335 Test #111: p3_tests_fail_omp8 ....................................... Passed 4.54 sec
Start 81: physics_test_data_omp10
261/335 Test #272: surface_coupling_np4 ..................................... Passed 2.07 sec
Start 185: tms_tests_omp6
262/335 Test #81: physics_test_data_omp10 .................................. Passed 0.52 sec
Start 82: physics_test_data_omp11
263/335 Test #185: tms_tests_omp6 ........................................... Passed 0.47 sec
325/346 Test #161: shoc_run_and_cmp_cxx_omp16 ............................... Passed 1.99 sec
Start 162: shoc_run_and_cmp_f90_omp16
264/335 Test #82: physics_test_data_omp11 .................................. Passed 0.47 sec
Start 83: physics_test_data_omp12
326/346 Test #162: shoc_run_and_cmp_f90_omp16 ............................... Passed 0.47 sec
Start 163: shoc_baseline_f90_fake_omp16
327/346 Test #163: shoc_baseline_f90_fake_omp16 .............................***Not Run (Disabled) 0.00 sec
Start 164: shoc_baseline_cxx_fake_omp16
328/346 Test #164: shoc_baseline_cxx_fake_omp16 .............................***Not Run (Disabled) 0.00 sec
Start 177: dp_tests_omp13
265/335 Test #83: physics_test_data_omp12 .................................. Passed 0.47 sec
Start 84: physics_test_data_omp13
329/346 Test #177: dp_tests_omp13 ........................................... Passed 0.43 sec
Start 178: dp_tests_omp14
266/335 Test #84: physics_test_data_omp13 .................................. Passed 0.44 sec
Start 85: physics_test_data_omp14
330/346 Test #178: dp_tests_omp14 ........................................... Passed 0.43 sec
Start 179: dp_tests_omp15
267/335 Test #85: physics_test_data_omp14 .................................. Passed 0.43 sec
Start 86: physics_test_data_omp15
331/346 Test #179: dp_tests_omp15 ........................................... Passed 0.44 sec
Start 180: dp_tests_omp16
268/335 Test #86: physics_test_data_omp15 .................................. Passed 0.43 sec
Start 87: physics_test_data_omp16
332/346 Test #180: dp_tests_omp16 ........................................... Passed 0.43 sec
Start 201: tms_tests_omp11
Start 202: tms_tests_omp12
269/335 Test #87: physics_test_data_omp16 .................................. Passed 0.43 sec
Start 97: p3_tests_omp10
Start 186: tms_tests_omp7
333/346 Test #201: tms_tests_omp11 .......................................... Passed 0.51 sec
334/346 Test #202: tms_tests_omp12 .......................................... Passed 0.51 sec
Start 203: tms_tests_omp13
270/335 Test #186: tms_tests_omp7 ........................................... Passed 0.49 sec
335/346 Test #203: tms_tests_omp13 .......................................... Passed 0.50 sec
Start 204: tms_tests_omp14
336/346 Test #204: tms_tests_omp14 .......................................... Passed 0.45 sec
Start 205: tms_tests_omp15
337/346 Test #205: tms_tests_omp15 .......................................... Passed 0.44 sec
Start 206: tms_tests_omp16
271/335 Test #311: homme_shoc_cld_spa_p3_rrtmgp_np1 ......................... Passed 855.01 sec
Start 129: shoc_tests_omp8
338/346 Test #206: tms_tests_omp16 .......................................... Passed 0.44 sec
272/335 Test #97: p3_tests_omp10 ........................................... Passed 3.98 sec
Start 112: p3_tests_fail_omp9
Start 315: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np2_output_bfb
273/335 Test #315: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np2_output_bfb ....... Passed 0.17 sec
Start 316: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np3_output_bfb
274/335 Test #316: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np3_output_bfb ....... Passed 0.18 sec
Start 317: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np4_output_bfb
275/335 Test #129: shoc_tests_omp8 .......................................... Passed 2.22 sec
Start 145: shoc_sk_tests_omp8
276/335 Test #317: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np4_output_bfb ....... Passed 0.17 sec
277/335 Test #145: shoc_sk_tests_omp8 ....................................... Passed 0.79 sec
Start 130: shoc_tests_omp9
278/335 Test #130: shoc_tests_omp9 .......................................... Passed 2.22 sec
Start 146: shoc_sk_tests_omp9
279/335 Test #112: p3_tests_fail_omp9 ....................................... Passed 3.97 sec
Start 161: dp_tests_omp8
280/335 Test #146: shoc_sk_tests_omp9 ....................................... Passed 0.79 sec
Start 113: p3_tests_fail_omp10
281/335 Test #161: dp_tests_omp8 ............................................ Passed 0.41 sec
Start 187: tms_tests_omp8
282/335 Test #187: tms_tests_omp8 ........................................... Passed 0.41 sec
283/335 Test #113: p3_tests_fail_omp10 ...................................... Passed 4.10 sec
Start 98: p3_tests_omp11
284/335 Test #98: p3_tests_omp11 ........................................... Passed 3.78 sec
Start 99: p3_tests_omp12
285/335 Test #99: p3_tests_omp12 ........................................... Passed 4.07 sec
Start 100: p3_tests_omp13
286/335 Test #100: p3_tests_omp13 ........................................... Passed 3.94 sec
Start 101: p3_tests_omp14
287/335 Test #101: p3_tests_omp14 ........................................... Passed 3.78 sec
Start 102: p3_tests_omp15
288/335 Test #102: p3_tests_omp15 ........................................... Passed 3.85 sec
Start 103: p3_tests_omp16
289/335 Test #103: p3_tests_omp16 ........................................... Passed 3.57 sec
Start 114: p3_tests_fail_omp11
290/335 Test #114: p3_tests_fail_omp11 ...................................... Passed 4.36 sec
Start 115: p3_tests_fail_omp12
291/335 Test #115: p3_tests_fail_omp12 ...................................... Passed 4.19 sec
Start 116: p3_tests_fail_omp13
292/335 Test #116: p3_tests_fail_omp13 ...................................... Passed 4.45 sec
Start 117: p3_tests_fail_omp14
293/335 Test #117: p3_tests_fail_omp14 ...................................... Passed 4.17 sec
Start 118: p3_tests_fail_omp15
294/335 Test #118: p3_tests_fail_omp15 ...................................... Passed 4.14 sec
Start 119: p3_tests_fail_omp16
339/346 Test #329: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1 ............... Passed 859.81 sec
Start 333: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb
Start 336: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1
Start 337: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2
Start 338: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3
Start 339: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4
340/346 Test #336: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1 .... Passed 0.45 sec
341/346 Test #337: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2 .... Passed 0.45 sec
342/346 Test #338: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3 .... Passed 0.45 sec
343/346 Test #339: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4 .... Passed 0.44 sec
344/346 Test #333: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb .... Passed 1.17 sec
Start 334: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb
295/335 Test #119: p3_tests_fail_omp16 ...................................... Passed 4.55 sec
Start 131: shoc_tests_omp10
345/346 Test #334: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb .... Passed 1.09 sec
Start 335: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb
346/346 Test #335: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb .... Passed 1.15 sec

100% tests passed, 0 tests failed out of 341

Label Time Summary:
bfbhash = 2.24 secproc (1 test)
check = 1.27 sec
proc (1 test)
cld = 13733.54 secproc (46 tests)
cld_fraction = 1.23 sec
proc (1 test)
diagnostics = 32.25 secproc (20 tests)
driver = 15793.77 sec
proc (98 tests)
dynamics = 10432.22 secproc (47 tests)
fail = 992.25 sec
proc (19 tests)
horiz_remap = 31.20 secproc (4 tests)
io = 475.04 sec
proc (24 tests)
io,remap = 54.80 secproc (4 tests)
p3 = 16424.54 sec
proc (93 tests)
physics = 17870.31 secproc (126 tests)
physics_nudging = 3.53 sec
proc (1 test)
rrtmgp = 14344.84 secproc (58 tests)
shoc = 13994.72 sec
proc (60 tests)
spa = 2684.35 secproc (23 tests)
surface_coupling = 22.37 sec
proc (4 tests)

Total Test time (real) = 957.33 sec

The following tests did not run:
89 - physics_saturation_baseline_fake (Disabled)
125 - p3_baseline_f90_fake_omp16 (Disabled)
126 - p3_baseline_cxx_fake_omp16 (Disabled)
163 - shoc_baseline_f90_fake_omp16 (Disabled)
164 - shoc_baseline_cxx_fake_omp16 (Disabled)
296/335 Test #131: shoc_tests_omp10 ......................................... Passed 2.24 sec
Start 132: shoc_tests_omp11
297/335 Test #132: shoc_tests_omp11 ......................................... Passed 2.22 sec
Start 133: shoc_tests_omp12
298/335 Test #133: shoc_tests_omp12 ......................................... Passed 2.23 sec
Start 134: shoc_tests_omp13
299/335 Test #134: shoc_tests_omp13 ......................................... Passed 2.22 sec
Start 135: shoc_tests_omp14
300/335 Test #135: shoc_tests_omp14 ......................................... Passed 2.00 sec
Start 136: shoc_tests_omp15
301/335 Test #136: shoc_tests_omp15 ......................................... Passed 2.00 sec
Start 137: shoc_tests_omp16
302/335 Test #137: shoc_tests_omp16 ......................................... Passed 2.00 sec
Start 147: shoc_sk_tests_omp10
303/335 Test #147: shoc_sk_tests_omp10 ...................................... Passed 0.80 sec
Start 148: shoc_sk_tests_omp11
304/335 Test #148: shoc_sk_tests_omp11 ...................................... Passed 0.78 sec
Start 149: shoc_sk_tests_omp12
305/335 Test #149: shoc_sk_tests_omp12 ...................................... Passed 0.82 sec
Start 150: shoc_sk_tests_omp13
306/335 Test #150: shoc_sk_tests_omp13 ...................................... Passed 0.92 sec
Start 151: shoc_sk_tests_omp14
307/335 Test #151: shoc_sk_tests_omp14 ...................................... Passed 0.64 sec
Start 152: shoc_sk_tests_omp15
308/335 Test #152: shoc_sk_tests_omp15 ...................................... Passed 0.63 sec
Start 153: shoc_sk_tests_omp16
309/335 Test #153: shoc_sk_tests_omp16 ...................................... Passed 0.64 sec
Start 162: dp_tests_omp9
Start 188: tms_tests_omp9
310/335 Test #162: dp_tests_omp9 ............................................ Passed 0.44 sec
311/335 Test #188: tms_tests_omp9 ........................................... Passed 0.44 sec
Start 163: dp_tests_omp10
312/335 Test #163: dp_tests_omp10 ........................................... Passed 0.41 sec
Start 164: dp_tests_omp11
313/335 Test #164: dp_tests_omp11 ........................................... Passed 0.41 sec
Start 165: dp_tests_omp12
314/335 Test #165: dp_tests_omp12 ........................................... Passed 0.41 sec
Start 166: dp_tests_omp13
315/335 Test #166: dp_tests_omp13 ........................................... Passed 0.41 sec
Start 167: dp_tests_omp14
316/335 Test #167: dp_tests_omp14 ........................................... Passed 0.41 sec
Start 168: dp_tests_omp15
317/335 Test #168: dp_tests_omp15 ........................................... Passed 0.42 sec
Start 169: dp_tests_omp16
318/335 Test #169: dp_tests_omp16 ........................................... Passed 0.42 sec
Start 189: tms_tests_omp10
319/335 Test #189: tms_tests_omp10 .......................................... Passed 0.41 sec
Start 190: tms_tests_omp11
320/335 Test #190: tms_tests_omp11 .......................................... Passed 0.41 sec
Start 191: tms_tests_omp12
321/335 Test #191: tms_tests_omp12 .......................................... Passed 0.41 sec
Start 192: tms_tests_omp13
322/335 Test #192: tms_tests_omp13 .......................................... Passed 0.41 sec
Start 193: tms_tests_omp14
323/335 Test #193: tms_tests_omp14 .......................................... Passed 0.41 sec
Start 194: tms_tests_omp15
324/335 Test #194: tms_tests_omp15 .......................................... Passed 0.41 sec
Start 195: tms_tests_omp16
325/335 Test #195: tms_tests_omp16 .......................................... Passed 0.41 sec
326/335 Test #320: homme_shoc_cld_spa_p3_rrtmgp_128levels_np3 ............... Passed 499.41 sec
327/335 Test #319: homme_shoc_cld_spa_p3_rrtmgp_128levels_np2 ............... Passed 593.66 sec
328/335 Test #318: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1 ............... Passed 1210.69 sec
Start 322: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb
Start 325: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1
Start 326: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2
Start 327: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3
Start 328: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4
329/335 Test #325: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1 .... Passed 0.60 sec
330/335 Test #326: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2 .... Passed 0.60 sec
331/335 Test #327: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3 .... Passed 0.60 sec
332/335 Test #328: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4 .... Passed 0.60 sec
333/335 Test #322: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb .... Passed 1.19 sec
Start 323: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb
334/335 Test #323: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb .... Passed 1.08 sec
Start 324: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb
335/335 Test #324: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb .... Passed 1.08 sec

100% tests passed, 0 tests failed out of 335

Label Time Summary:
bfbhash = 1.09 secproc (1 test)
check = 3.40 sec
proc (1 test)
cld = 18907.53 secproc (46 tests)
cld_fraction = 1.35 sec
proc (1 test)
diagnostics = 26.92 secproc (20 tests)
driver = 21153.66 sec
proc (98 tests)
dynamics = 15745.73 secproc (47 tests)
fail = 627.55 sec
proc (18 tests)
horiz_remap = 20.92 secproc (4 tests)
io = 461.44 sec
proc (24 tests)
io,remap = 53.13 secproc (4 tests)
p3 = 20440.11 sec
proc (90 tests)
physics = 21645.04 secproc (120 tests)
physics_nudging = 3.35 sec
proc (1 test)
rrtmgp = 19474.07 secproc (58 tests)
shoc = 19071.91 sec
proc (58 tests)
spa = 2806.72 secproc (23 tests)
surface_coupling = 20.01 sec
proc (4 tests)

Total Test time (real) = 1313.52 sec

Testing '8175dd3fd422b5021808afca09098b3189ae6756' for test 'full_sp_debug'

RUN: taskset -c 24-47 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=24 CTEST_PARALLEL_LEVEL=24 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4720/scream/components/eamxx/ctest-build/full_sp_debug/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4720/scream/components/eamxx/ctest-build/full_sp_debug -DBUILD_NAME_MOD=full_sp_debug -S /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4720/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=blake -DCMAKE_COMMAND="-C /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4720/scream/components/eamxx/cmake/machine-files/blake.cmake -DNetCDF_Fortran_PATH=/home/projects/e3sm/scream/libs/netcdf-fortran/install/blake -DNetCDF_C_PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-c/install/blake -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DSCREAM_DOUBLE_PRECISION=False -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicxx -DCMAKE_C_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicc -DCMAKE_Fortran_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=24 -DSCREAM_TEST_DATA_DIR=/home/projects/e3sm/scream/pr-autotester/master-baselines/blake/full_sp_debug/data" '
FROM: /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4720/scream/components/eamxx/ctest-build/full_sp_debug

Testing '8175dd3fd422b5021808afca09098b3189ae6756' for test 'release'

RUN: taskset -c 72-95 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=24 CTEST_PARALLEL_LEVEL=24 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4720/scream/components/eamxx/ctest-build/release/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4720/scream/components/eamxx/ctest-build/release -DBUILD_NAME_MOD=release -S /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4720/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=blake -DCMAKE_COMMAND="-C /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4720/scream/components/eamxx/cmake/machine-files/blake.cmake -DNetCDF_Fortran_PATH=/home/projects/e3sm/scream/libs/netcdf-fortran/install/blake -DNetCDF_C_PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-c/install/blake -DCMAKE_BUILD_TYPE=Release -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicxx -DCMAKE_C_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicc -DCMAKE_Fortran_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=24 -DSCREAM_TEST_DATA_DIR=/home/projects/e3sm/scream/pr-autotester/master-baselines/blake/release/data" '
FROM: /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4720/scream/components/eamxx/ctest-build/release

Testing '8175dd3fd422b5021808afca09098b3189ae6756' for test 'debug_nopack_fpe'

RUN: taskset -c 48-71 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=24 CTEST_PARALLEL_LEVEL=24 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4720/scream/components/eamxx/ctest-build/debug_nopack_fpe/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4720/scream/components/eamxx/ctest-build/debug_nopack_fpe -DBUILD_NAME_MOD=debug_nopack_fpe -S /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4720/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=blake -DCMAKE_COMMAND="-C /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4720/scream/components/eamxx/cmake/machine-files/blake.cmake -DNetCDF_Fortran_PATH=/home/projects/e3sm/scream/libs/netcdf-fortran/install/blake -DNetCDF_C_PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-c/install/blake -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DSCREAM_PACK_SIZE=1 -DSCREAM_FPE=True -DSCREAM_ENABLE_BASELINE_TESTS=False -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicxx -DCMAKE_C_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicc -DCMAKE_Fortran_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=24" '
FROM: /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4720/scream/components/eamxx/ctest-build/debug_nopack_fpe

Testing '8175dd3fd422b5021808afca09098b3189ae6756' for test 'full_debug'

RUN: taskset -c 0-23 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=24 CTEST_PARALLEL_LEVEL=24 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4720/scream/components/eamxx/ctest-build/full_debug/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4720/scream/components/eamxx/ctest-build/full_debug -DBUILD_NAME_MOD=full_debug -S /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4720/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=blake -DCMAKE_COMMAND="-C /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4720/scream/components/eamxx/cmake/machine-files/blake.cmake -DNetCDF_Fortran_PATH=/home/projects/e3sm/scream/libs/netcdf-fortran/install/blake -DNetCDF_C_PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-c/install/blake -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicxx -DCMAKE_C_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicc -DCMAKE_Fortran_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=24 -DSCREAM_TEST_DATA_DIR=/home/projects/e3sm/scream/pr-autotester/master-baselines/blake/full_debug/data" '
FROM: /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4720/scream/components/eamxx/ctest-build/full_debug
OVERALL STATUS: PASS
salloc: Relinquishing job allocation 1013633
salloc: Job allocation 1013633 has been revoked.
Starting analysis on blake with cmd: cd /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4720/scream/components/eamxx && module purge && module load python/3.8.8/gcc/10.2.0 && module unload gcc/10.2.0 && module load openmpi/2.1.2 zlib git/2.9.4 cmake/3.19.3 && export PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-fortran/install/blake/bin:$PATH && export PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-c/install/blake/bin:$PATH && export PATH=/ascldap/users/projects/e3sm/scream/libs/pnetcdf/install/blake/bin:$PATH && export INTEL_LICENSE_FILE=/home/projects/x86-64/intel/licenses/USE_SERVER.lic && export OMP_PROC_BIND=spread && true && salloc -N 1 srun -n1 --preserve-env ./scripts/test-all-scream --baseline-dir AUTO $compiler -c EKAT_DISABLE_TPL_WARNINGS=ON -p -i -m blake
RUN: cd /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4720/scream/components/eamxx && module purge && module load python/3.8.8/gcc/10.2.0 && module unload gcc/10.2.0 && module load openmpi/2.1.2 zlib git/2.9.4 cmake/3.19.3 && export PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-fortran/install/blake/bin:$PATH && export PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-c/install/blake/bin:$PATH && export PATH=/ascldap/users/projects/e3sm/scream/libs/pnetcdf/install/blake/bin:$PATH && export INTEL_LICENSE_FILE=/home/projects/x86-64/intel/licenses/USE_SERVER.lic && export OMP_PROC_BIND=spread && true && salloc -N 1 srun -n1 --preserve-env ./scripts/test-all-scream --baseline-dir AUTO $compiler -c EKAT_DISABLE_TPL_WARNINGS=ON -p -i -m blake
FROM: /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4720/scream/components/eamxx
Completed analysis on blake

  • [[ 0 != 0 ]]
  • [[ 1 == 0 ]]
  • [[ blake == \m\a\p\p\y ]]
  • set +x
    Performing Post build task...
    Match found for : : True
    Logical operation result is TRUE
    Running script : #!/bin/bash -le

cd $WORKSPACE/${BUILD_ID}/

./scream/components/eamxx/scripts/jenkins/jenkins_cleanup.sh
[SCREAM_PullRequest_Autotester_Blake] $ /bin/bash -le /tmp/jenkins3399332348692464430.sh
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Finished: SUCCESS

@E3SM-Bot
Copy link
Collaborator

E3SM-Bot commented Aug 3, 2023

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: SCREAM_PullRequest_Autotester_Mappy

  • Build Num: 4137
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS enhancement
PULLREQUESTNUM 2418
SCREAM_SOURCE_BRANCH tcclevenger/flux_state_consistency_checks
SCREAM_SOURCE_REPO https://github.com/E3SM-Project/scream
SCREAM_SOURCE_SHA 9172bdb
SCREAM_TARGET_BRANCH master
SCREAM_TARGET_REPO https://github.com/E3SM-Project/scream
SCREAM_TARGET_SHA 002dcac
TEST_REPO_ALIAS SCREAM

Build Information

Test Name: SCREAM_PullRequest_Autotester_Weaver

  • Build Num: 4677
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS enhancement
PULLREQUESTNUM 2418
SCREAM_SOURCE_BRANCH tcclevenger/flux_state_consistency_checks
SCREAM_SOURCE_REPO https://github.com/E3SM-Project/scream
SCREAM_SOURCE_SHA 9172bdb
SCREAM_TARGET_BRANCH master
SCREAM_TARGET_REPO https://github.com/E3SM-Project/scream
SCREAM_TARGET_SHA 002dcac
TEST_REPO_ALIAS SCREAM

Build Information

Test Name: SCREAM_PullRequest_Autotester_Blake

  • Build Num: 4723
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS enhancement
PULLREQUESTNUM 2418
SCREAM_SOURCE_BRANCH tcclevenger/flux_state_consistency_checks
SCREAM_SOURCE_REPO https://github.com/E3SM-Project/scream
SCREAM_SOURCE_SHA 9172bdb
SCREAM_TARGET_BRANCH master
SCREAM_TARGET_REPO https://github.com/E3SM-Project/scream
SCREAM_TARGET_SHA 002dcac
TEST_REPO_ALIAS SCREAM

Using Repos:

Repo: SCREAM (E3SM-Project/scream)
  • Branch: tcclevenger/flux_state_consistency_checks
  • SHA: 9172bdb
  • Mode: TEST_REPO

Pull Request Author: tcclevenger

@tcclevenger
Copy link
Contributor Author

@AaronDonahue Only diffs, no nans or massively different values (rel errs ~1e-8 to ~1e0).

@E3SM-Bot
Copy link
Collaborator

E3SM-Bot commented Aug 3, 2023

Status Flag 'Pull Request AutoTester' - Jenkins Testing: 1 or more Jobs FAILED

Note: Testing will normally be attempted again in approx. 4 Hrs. If a change to the PR source branch occurs, the testing will be attempted again on next available autotester run.

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: SCREAM_PullRequest_Autotester_Mappy

  • Build Num: 4137
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS enhancement
PULLREQUESTNUM 2418
SCREAM_SOURCE_BRANCH tcclevenger/flux_state_consistency_checks
SCREAM_SOURCE_REPO https://github.com/E3SM-Project/scream
SCREAM_SOURCE_SHA 9172bdb
SCREAM_TARGET_BRANCH master
SCREAM_TARGET_REPO https://github.com/E3SM-Project/scream
SCREAM_TARGET_SHA 002dcac
TEST_REPO_ALIAS SCREAM

Build Information

Test Name: SCREAM_PullRequest_Autotester_Weaver

  • Build Num: 4677
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS enhancement
PULLREQUESTNUM 2418
SCREAM_SOURCE_BRANCH tcclevenger/flux_state_consistency_checks
SCREAM_SOURCE_REPO https://github.com/E3SM-Project/scream
SCREAM_SOURCE_SHA 9172bdb
SCREAM_TARGET_BRANCH master
SCREAM_TARGET_REPO https://github.com/E3SM-Project/scream
SCREAM_TARGET_SHA 002dcac
TEST_REPO_ALIAS SCREAM

Build Information

Test Name: SCREAM_PullRequest_Autotester_Blake

  • Build Num: 4723
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS enhancement
PULLREQUESTNUM 2418
SCREAM_SOURCE_BRANCH tcclevenger/flux_state_consistency_checks
SCREAM_SOURCE_REPO https://github.com/E3SM-Project/scream
SCREAM_SOURCE_SHA 9172bdb
SCREAM_TARGET_BRANCH master
SCREAM_TARGET_REPO https://github.com/E3SM-Project/scream
SCREAM_TARGET_SHA 002dcac
TEST_REPO_ALIAS SCREAM
Console Output (last 100K lines) : SCREAM_PullRequest_Autotester_Mappy # 4137 (click to expand)

        Start 161: shoc_run_and_cmp_cxx_omp16
210/335 Test  #67: homme_pd_remap_np4 .......................................   Passed    0.85 sec
        Start  71: dyn_grid_io_np4
325/346 Test #161: shoc_run_and_cmp_cxx_omp16 ...............................   Passed    0.99 sec
        Start 162: shoc_run_and_cmp_f90_omp16
326/346 Test #162: shoc_run_and_cmp_f90_omp16 ...............................   Passed    0.37 sec
        Start 163: shoc_baseline_f90_fake_omp16
327/346 Test #163: shoc_baseline_f90_fake_omp16 .............................***Not Run (Disabled)   0.00 sec
        Start 164: shoc_baseline_cxx_fake_omp16
328/346 Test #164: shoc_baseline_cxx_fake_omp16 .............................***Not Run (Disabled)   0.00 sec
        Start 177: dp_tests_omp13
211/335 Test #106: p3_tests_fail_omp3 .......................................   Passed    2.81 sec
        Start 124: shoc_tests_omp3
212/335 Test  #71: dyn_grid_io_np4 ..........................................   Passed    0.78 sec
        Start  75: physics_test_data_omp4
329/346 Test #177: dp_tests_omp13 ...........................................   Passed    0.29 sec
        Start 178: dp_tests_omp14
213/335 Test  #75: physics_test_data_omp4 ...................................   Passed    0.28 sec
        Start  91: p3_tests_omp4
330/346 Test #178: dp_tests_omp14 ...........................................   Passed    0.28 sec
        Start 179: dp_tests_omp15
331/346 Test #179: dp_tests_omp15 ...........................................   Passed    0.27 sec
        Start 180: dp_tests_omp16
332/346 Test #180: dp_tests_omp16 ...........................................   Passed    0.27 sec
        Start 203: tms_tests_omp13
333/346 Test #203: tms_tests_omp13 ..........................................   Passed    0.27 sec
        Start 204: tms_tests_omp14
214/335 Test  #90: p3_tests_omp3 ............................................   Passed    4.41 sec
        Start 140: shoc_sk_tests_omp3
215/335 Test #124: shoc_tests_omp3 ..........................................   Passed    1.58 sec
        Start 156: dp_tests_omp3
334/346 Test #204: tms_tests_omp14 ..........................................   Passed    0.29 sec
        Start 205: tms_tests_omp15
216/335 Test #156: dp_tests_omp3 ............................................   Passed    0.29 sec
        Start 172: spa_read_data_test_np3
335/346 Test #205: tms_tests_omp15 ..........................................   Passed    0.28 sec
        Start 206: tms_tests_omp16
217/335 Test #140: shoc_sk_tests_omp3 .......................................   Passed    0.68 sec
        Start 176: spa_one_to_one_remap_test_np3
336/346 Test #206: tms_tests_omp16 ..........................................   Passed    0.29 sec
218/335 Test #172: spa_read_data_test_np3 ...................................   Passed    1.61 sec
        Start 182: tms_tests_omp3
219/335 Test #176: spa_one_to_one_remap_test_np3 ............................   Passed    1.43 sec
        Start 271: surface_coupling_np3
220/335 Test #182: tms_tests_omp3 ...........................................   Passed    0.29 sec
221/335 Test  #91: p3_tests_omp4 ............................................   Passed    3.98 sec
        Start  76: physics_test_data_omp5
222/335 Test #271: surface_coupling_np3 .....................................   Passed    1.02 sec
        Start  92: p3_tests_omp5
223/335 Test  #76: physics_test_data_omp5 ...................................   Passed    0.28 sec
        Start 107: p3_tests_fail_omp4
337/346 Test #332: homme_shoc_cld_spa_p3_rrtmgp_128levels_np4 ...............   Passed  142.36 sec
224/335 Test #107: p3_tests_fail_omp4 .......................................   Passed    2.23 sec
        Start 108: p3_tests_fail_omp5
225/335 Test  #92: p3_tests_omp5 ............................................   Passed    3.42 sec
        Start 125: shoc_tests_omp4
226/335 Test #108: p3_tests_fail_omp5 .......................................   Passed    2.19 sec
        Start  77: physics_test_data_omp6
227/335 Test  #77: physics_test_data_omp6 ...................................   Passed    0.26 sec
        Start  93: p3_tests_omp6
228/335 Test #125: shoc_tests_omp4 ..........................................   Passed    1.54 sec
        Start 141: shoc_sk_tests_omp4
229/335 Test #141: shoc_sk_tests_omp4 .......................................   Passed    0.54 sec
        Start 157: dp_tests_omp4
230/335 Test #157: dp_tests_omp4 ............................................   Passed    0.25 sec
        Start 173: spa_read_data_test_np4
338/346 Test #329: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1 ...............   Passed  280.25 sec
231/335 Test #173: spa_read_data_test_np4 ...................................   Passed    1.62 sec
        Start 177: spa_one_to_one_remap_test_np4
232/335 Test  #93: p3_tests_omp6 ............................................   Passed    3.11 sec
        Start 109: p3_tests_fail_omp6
233/335 Test #177: spa_one_to_one_remap_test_np4 ............................   Passed    1.45 sec
        Start 183: tms_tests_omp4
234/335 Test #183: tms_tests_omp4 ...........................................   Passed    0.25 sec
        Start 272: surface_coupling_np4
235/335 Test #109: p3_tests_fail_omp6 .......................................   Passed    1.93 sec
        Start 126: shoc_tests_omp5
236/335 Test #272: surface_coupling_np4 .....................................   Passed    1.06 sec
        Start 142: shoc_sk_tests_omp5
237/335 Test #142: shoc_sk_tests_omp5 .......................................   Passed    0.56 sec
        Start 158: dp_tests_omp5
238/335 Test #158: dp_tests_omp5 ............................................   Passed    0.25 sec
        Start 184: tms_tests_omp5
239/335 Test #184: tms_tests_omp5 ...........................................   Passed    0.26 sec
240/335 Test #126: shoc_tests_omp5 ..........................................   Passed    1.49 sec
        Start  78: physics_test_data_omp7
241/335 Test  #78: physics_test_data_omp7 ...................................   Passed    0.26 sec
        Start  79: physics_test_data_omp8
242/335 Test  #79: physics_test_data_omp8 ...................................   Passed    0.25 sec
        Start  80: physics_test_data_omp9
243/335 Test  #80: physics_test_data_omp9 ...................................   Passed    0.25 sec
        Start  81: physics_test_data_omp10
244/335 Test  #81: physics_test_data_omp10 ..................................   Passed    0.25 sec
        Start  94: p3_tests_omp7
245/335 Test #314: homme_shoc_cld_spa_p3_rrtmgp_np4 .........................   Passed  135.56 sec
        Start 110: p3_tests_fail_omp7
246/335 Test #332: homme_shoc_cld_spa_p3_rrtmgp_pg2_np4 .....................   Passed   62.40 sec
        Start 333: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1_vs_np2_output_bfb
247/335 Test #333: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1_vs_np2_output_bfb ...   Passed    0.05 sec
        Start 334: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1_vs_np3_output_bfb
248/335 Test #334: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1_vs_np3_output_bfb ...   Passed    0.05 sec
        Start 335: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1_vs_np4_output_bfb
249/335 Test #335: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1_vs_np4_output_bfb ...   Passed    0.04 sec
250/335 Test #311: homme_shoc_cld_spa_p3_rrtmgp_np1 .........................   Passed  291.16 sec
251/335 Test  #94: p3_tests_omp7 ............................................   Passed    3.18 sec
        Start  82: physics_test_data_omp11
252/335 Test  #82: physics_test_data_omp11 ..................................   Passed    0.24 sec
        Start  83: physics_test_data_omp12
253/335 Test  #83: physics_test_data_omp12 ..................................   Passed    0.23 sec
        Start  95: p3_tests_omp8
254/335 Test #110: p3_tests_fail_omp7 .......................................   Passed    2.09 sec
        Start  96: p3_tests_omp9
255/335 Test  #95: p3_tests_omp8 ............................................   Passed    3.28 sec
        Start  97: p3_tests_omp10
256/335 Test  #96: p3_tests_omp9 ............................................   Passed    3.21 sec
        Start 111: p3_tests_fail_omp8
257/335 Test #111: p3_tests_fail_omp8 .......................................   Passed    1.74 sec
        Start 112: p3_tests_fail_omp9
258/335 Test  #97: p3_tests_omp10 ...........................................   Passed    3.23 sec
        Start 113: p3_tests_fail_omp10
259/335 Test #112: p3_tests_fail_omp9 .......................................   Passed    1.73 sec
        Start 127: shoc_tests_omp6
260/335 Test #113: p3_tests_fail_omp10 ......................................   Passed    1.76 sec
        Start  84: physics_test_data_omp13
261/335 Test  #84: physics_test_data_omp13 ..................................   Passed    0.25 sec
        Start  98: p3_tests_omp11
262/335 Test #127: shoc_tests_omp6 ..........................................   Passed    1.42 sec
        Start 128: shoc_tests_omp7
263/335 Test #128: shoc_tests_omp7 ..........................................   Passed    1.40 sec
        Start 129: shoc_tests_omp8
264/335 Test  #98: p3_tests_omp11 ...........................................   Passed    3.26 sec
        Start 114: p3_tests_fail_omp11
265/335 Test #129: shoc_tests_omp8 ..........................................   Passed    1.42 sec
        Start 143: shoc_sk_tests_omp6
266/335 Test #143: shoc_sk_tests_omp6 .......................................   Passed    0.56 sec
        Start 144: shoc_sk_tests_omp7
339/346 Test #331: homme_shoc_cld_spa_p3_rrtmgp_128levels_np3 ...............   Passed  178.32 sec
        Start 333: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb
        Start 336: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1
        Start 337: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2
        Start 338: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3
        Start 339: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4
340/346 Test #339: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4 ....   Passed    0.30 sec
341/346 Test #336: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1 ....   Passed    0.33 sec
342/346 Test #338: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3 ....   Passed    0.32 sec
343/346 Test #337: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2 ....   Passed    0.33 sec
344/346 Test #333: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb ....   Passed    0.43 sec
        Start 334: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb
267/335 Test #144: shoc_sk_tests_omp7 .......................................   Passed    0.60 sec
        Start 145: shoc_sk_tests_omp8
345/346 Test #334: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb ....   Passed    0.32 sec
        Start 335: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb
268/335 Test #114: p3_tests_fail_omp11 ......................................   Passed    1.83 sec
        Start 130: shoc_tests_omp9
346/346 Test #335: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb ....   Passed    0.32 sec

100% tests passed, 0 tests failed out of 341
269/335 Test #145: shoc_sk_tests_omp8 ....................................... Passed 0.57 sec

Label Time Summary:
bfbhash = 0.37 secproc (1 test)
check = 0.36 sec
proc (1 test)
cld = 6277.35 secproc (46 tests)
cld_fraction = 0.35 sec
proc (1 test)
diagnostics = 9.09 secproc (20 tests)
driver = 7324.15 sec
proc (98 tests)
dynamics = 4699.37 secproc (47 tests)
fail = 322.35 sec
proc (19 tests)
horiz_remap = 10.46 secproc (4 tests)
io = 255.97 sec
proc (24 tests)
io,remap = 29.50 secproc (4 tests)
p3 = 7340.92 sec
proc (93 tests)
physics = 8077.62 secproc (126 tests)
physics_nudging = 1.50 sec
proc (1 test)
rrtmgp = 6596.07 secproc (58 tests)
shoc = 6415.87 sec
proc (60 tests)
spa = 1300.36 secproc (23 tests)
surface_coupling = 10.63 sec
proc (4 tests)

Total Test time (real) = 332.84 sec

The following tests did not run:
89 - physics_saturation_baseline_fake (Disabled)
125 - p3_baseline_f90_fake_omp16 (Disabled)
126 - p3_baseline_cxx_fake_omp16 (Disabled)
163 - shoc_baseline_f90_fake_omp16 (Disabled)
164 - shoc_baseline_cxx_fake_omp16 (Disabled)
Start 131: shoc_tests_omp10
270/335 Test #130: shoc_tests_omp9 .......................................... Passed 1.42 sec
Start 146: shoc_sk_tests_omp9
271/335 Test #131: shoc_tests_omp10 ......................................... Passed 1.40 sec
Start 147: shoc_sk_tests_omp10
272/335 Test #146: shoc_sk_tests_omp9 ....................................... Passed 0.56 sec
Start 159: dp_tests_omp6
273/335 Test #159: dp_tests_omp6 ............................................ Passed 0.25 sec
Start 160: dp_tests_omp7
274/335 Test #147: shoc_sk_tests_omp10 ...................................... Passed 0.57 sec
Start 99: p3_tests_omp12
275/335 Test #160: dp_tests_omp7 ............................................ Passed 0.21 sec
Start 185: tms_tests_omp6
276/335 Test #185: tms_tests_omp6 ........................................... Passed 0.23 sec
Start 186: tms_tests_omp7
277/335 Test #186: tms_tests_omp7 ........................................... Passed 0.23 sec
278/335 Test #99: p3_tests_omp12 ........................................... Passed 3.07 sec
Start 85: physics_test_data_omp14
279/335 Test #85: physics_test_data_omp14 .................................. Passed 0.22 sec
Start 86: physics_test_data_omp15
280/335 Test #86: physics_test_data_omp15 .................................. Passed 0.22 sec
Start 87: physics_test_data_omp16
281/335 Test #87: physics_test_data_omp16 .................................. Passed 0.22 sec
Start 100: p3_tests_omp13
282/335 Test #100: p3_tests_omp13 ........................................... Passed 3.20 sec
Start 101: p3_tests_omp14
283/335 Test #101: p3_tests_omp14 ........................................... Passed 3.14 sec
Start 102: p3_tests_omp15
284/335 Test #102: p3_tests_omp15 ........................................... Passed 3.03 sec
Start 103: p3_tests_omp16
285/335 Test #313: homme_shoc_cld_spa_p3_rrtmgp_np3 ......................... Passed 173.04 sec
Start 315: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np2_output_bfb
286/335 Test #315: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np2_output_bfb ....... Passed 0.08 sec
Start 316: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np3_output_bfb
287/335 Test #316: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np3_output_bfb ....... Passed 0.06 sec
Start 317: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np4_output_bfb
288/335 Test #103: p3_tests_omp16 ........................................... Passed 2.91 sec
Start 115: p3_tests_fail_omp12
Start 161: dp_tests_omp8
289/335 Test #317: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np4_output_bfb ....... Passed 0.07 sec
290/335 Test #161: dp_tests_omp8 ............................................ Passed 0.25 sec
Start 162: dp_tests_omp9
291/335 Test #162: dp_tests_omp9 ............................................ Passed 0.22 sec
Start 163: dp_tests_omp10
292/335 Test #163: dp_tests_omp10 ........................................... Passed 0.22 sec
Start 187: tms_tests_omp8
293/335 Test #187: tms_tests_omp8 ........................................... Passed 0.24 sec
Start 188: tms_tests_omp9
294/335 Test #188: tms_tests_omp9 ........................................... Passed 0.23 sec
Start 189: tms_tests_omp10
295/335 Test #189: tms_tests_omp10 .......................................... Passed 0.22 sec
296/335 Test #115: p3_tests_fail_omp12 ...................................... Passed 2.27 sec
Start 116: p3_tests_fail_omp13
297/335 Test #116: p3_tests_fail_omp13 ...................................... Passed 1.66 sec
Start 117: p3_tests_fail_omp14
298/335 Test #117: p3_tests_fail_omp14 ...................................... Passed 1.75 sec
Start 118: p3_tests_fail_omp15
299/335 Test #118: p3_tests_fail_omp15 ...................................... Passed 1.87 sec
Start 119: p3_tests_fail_omp16
300/335 Test #119: p3_tests_fail_omp16 ...................................... Passed 1.87 sec
Start 132: shoc_tests_omp11
Start 148: shoc_sk_tests_omp11
301/335 Test #148: shoc_sk_tests_omp11 ...................................... Passed 0.57 sec
Start 164: dp_tests_omp11
302/335 Test #164: dp_tests_omp11 ........................................... Passed 0.23 sec
Start 190: tms_tests_omp11
303/335 Test #190: tms_tests_omp11 .......................................... Passed 0.22 sec
304/335 Test #132: shoc_tests_omp11 ......................................... Passed 1.40 sec
Start 133: shoc_tests_omp12
305/335 Test #133: shoc_tests_omp12 ......................................... Passed 1.38 sec
Start 134: shoc_tests_omp13
306/335 Test #134: shoc_tests_omp13 ......................................... Passed 1.40 sec
Start 135: shoc_tests_omp14
307/335 Test #135: shoc_tests_omp14 ......................................... Passed 1.23 sec
Start 136: shoc_tests_omp15
308/335 Test #136: shoc_tests_omp15 ......................................... Passed 1.20 sec
Start 137: shoc_tests_omp16
309/335 Test #137: shoc_tests_omp16 ......................................... Passed 1.23 sec
Start 149: shoc_sk_tests_omp12
310/335 Test #149: shoc_sk_tests_omp12 ...................................... Passed 0.53 sec
Start 150: shoc_sk_tests_omp13
311/335 Test #150: shoc_sk_tests_omp13 ...................................... Passed 0.53 sec
Start 151: shoc_sk_tests_omp14
312/335 Test #151: shoc_sk_tests_omp14 ...................................... Passed 0.40 sec
Start 152: shoc_sk_tests_omp15
313/335 Test #152: shoc_sk_tests_omp15 ...................................... Passed 0.42 sec
Start 153: shoc_sk_tests_omp16
314/335 Test #153: shoc_sk_tests_omp16 ...................................... Passed 0.40 sec
Start 165: dp_tests_omp12
315/335 Test #165: dp_tests_omp12 ........................................... Passed 0.21 sec
Start 166: dp_tests_omp13
316/335 Test #166: dp_tests_omp13 ........................................... Passed 0.22 sec
Start 167: dp_tests_omp14
317/335 Test #167: dp_tests_omp14 ........................................... Passed 0.22 sec
Start 168: dp_tests_omp15
318/335 Test #168: dp_tests_omp15 ........................................... Passed 0.21 sec
Start 169: dp_tests_omp16
319/335 Test #169: dp_tests_omp16 ........................................... Passed 0.21 sec
Start 191: tms_tests_omp12
320/335 Test #191: tms_tests_omp12 .......................................... Passed 0.21 sec
Start 192: tms_tests_omp13
321/335 Test #192: tms_tests_omp13 .......................................... Passed 0.22 sec
Start 193: tms_tests_omp14
322/335 Test #193: tms_tests_omp14 .......................................... Passed 0.21 sec
Start 194: tms_tests_omp15
323/335 Test #194: tms_tests_omp15 .......................................... Passed 0.22 sec
Start 195: tms_tests_omp16
324/335 Test #195: tms_tests_omp16 .......................................... Passed 0.22 sec
325/335 Test #321: homme_shoc_cld_spa_p3_rrtmgp_128levels_np4 ............... Passed 234.55 sec
326/335 Test #319: homme_shoc_cld_spa_p3_rrtmgp_128levels_np2 ............... Passed 415.01 sec
327/335 Test #320: homme_shoc_cld_spa_p3_rrtmgp_128levels_np3 ............... Passed 302.21 sec
328/335 Test #318: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1 ............... Passed 509.95 sec
Start 322: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb
Start 325: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1
Start 326: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2
Start 327: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3
Start 328: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4
329/335 Test #327: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3 .... Passed 0.31 sec
330/335 Test #326: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2 .... Passed 0.32 sec
331/335 Test #328: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4 .... Passed 0.32 sec
332/335 Test #325: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1 .... Passed 0.40 sec
333/335 Test #322: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb .... Passed 0.44 sec
Start 323: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb
334/335 Test #323: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb .... Passed 0.33 sec
Start 324: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb
335/335 Test #324: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb .... Passed 0.33 sec

100% tests passed, 0 tests failed out of 335

Label Time Summary:
bfbhash = 0.38 secproc (1 test)
check = 0.45 sec
proc (1 test)
cld = 9414.79 secproc (46 tests)
cld_fraction = 0.40 sec
proc (1 test)
diagnostics = 8.18 secproc (20 tests)
driver = 10854.20 sec
proc (98 tests)
dynamics = 8061.33 secproc (47 tests)
fail = 265.80 sec
proc (18 tests)
horiz_remap = 10.14 secproc (4 tests)
io = 263.88 sec
proc (24 tests)
io,remap = 26.47 secproc (4 tests)
p3 = 10340.51 sec
proc (90 tests)
physics = 11081.26 secproc (120 tests)
physics_nudging = 1.31 sec
proc (1 test)
rrtmgp = 9733.73 secproc (58 tests)
shoc = 9553.50 sec
proc (58 tests)
spa = 1355.60 secproc (23 tests)
surface_coupling = 10.39 sec
proc (4 tests)

Total Test time (real) = 550.42 sec

Testing 'a514a0d22d2419ef2bac32cf1e98e27ed00fcb88' for test 'full_sp_debug'

RUN: taskset -c 32-63 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=32 CTEST_PARALLEL_LEVEL=32 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4137/scream/components/eamxx/ctest-build/full_sp_debug/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4137/scream/components/eamxx/ctest-build/full_sp_debug -DBUILD_NAME_MOD=full_sp_debug -S /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4137/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=mappy -DCMAKE_COMMAND="-C /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4137/scream/components/eamxx/cmake/machine-files/mappy.cmake -DNetCDF_Fortran_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DNetCDF_C_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DSCREAM_DOUBLE_PRECISION=False -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicxx -DCMAKE_C_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicc -DCMAKE_Fortran_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=32 -DSCREAM_TEST_DATA_DIR=/sems-data-store/ACME/baselines/scream/master-baselines/full_sp_debug/data" '
FROM: /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4137/scream/components/eamxx/ctest-build/full_sp_debug

Testing 'a514a0d22d2419ef2bac32cf1e98e27ed00fcb88' for test 'debug_nopack_fpe'

RUN: taskset -c 64-95 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=32 CTEST_PARALLEL_LEVEL=32 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4137/scream/components/eamxx/ctest-build/debug_nopack_fpe/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4137/scream/components/eamxx/ctest-build/debug_nopack_fpe -DBUILD_NAME_MOD=debug_nopack_fpe -S /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4137/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=mappy -DCMAKE_COMMAND="-C /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4137/scream/components/eamxx/cmake/machine-files/mappy.cmake -DNetCDF_Fortran_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DNetCDF_C_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DSCREAM_PACK_SIZE=1 -DSCREAM_FPE=True -DSCREAM_ENABLE_BASELINE_TESTS=False -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicxx -DCMAKE_C_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicc -DCMAKE_Fortran_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=32" '
FROM: /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4137/scream/components/eamxx/ctest-build/debug_nopack_fpe

Testing 'a514a0d22d2419ef2bac32cf1e98e27ed00fcb88' for test 'release'

RUN: taskset -c 96-127 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=32 CTEST_PARALLEL_LEVEL=32 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4137/scream/components/eamxx/ctest-build/release/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4137/scream/components/eamxx/ctest-build/release -DBUILD_NAME_MOD=release -S /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4137/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=mappy -DCMAKE_COMMAND="-C /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4137/scream/components/eamxx/cmake/machine-files/mappy.cmake -DNetCDF_Fortran_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DNetCDF_C_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DCMAKE_BUILD_TYPE=Release -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicxx -DCMAKE_C_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicc -DCMAKE_Fortran_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=32 -DSCREAM_TEST_DATA_DIR=/sems-data-store/ACME/baselines/scream/master-baselines/release/data" '
FROM: /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4137/scream/components/eamxx/ctest-build/release

Testing 'a514a0d22d2419ef2bac32cf1e98e27ed00fcb88' for test 'full_debug'

RUN: taskset -c 0-31 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=32 CTEST_PARALLEL_LEVEL=32 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4137/scream/components/eamxx/ctest-build/full_debug/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4137/scream/components/eamxx/ctest-build/full_debug -DBUILD_NAME_MOD=full_debug -S /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4137/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=mappy -DCMAKE_COMMAND="-C /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4137/scream/components/eamxx/cmake/machine-files/mappy.cmake -DNetCDF_Fortran_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DNetCDF_C_PATH=/projects/sems/install/rhel7-x86_64/acme/tpl/netcdf/4.7.4/gcc/9.2.0/openmpi/4.0.7/acme -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicxx -DCMAKE_C_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpicc -DCMAKE_Fortran_COMPILER=/projects/sems/install/rhel7-x86_64/acme/compiler/gcc/9.2.0/openmpi/4.0.7/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=32 -DSCREAM_TEST_DATA_DIR=/sems-data-store/ACME/baselines/scream/master-baselines/full_debug/data" '
FROM: /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4137/scream/components/eamxx/ctest-build/full_debug
OVERALL STATUS: PASS
Starting analysis on mappy with cmd: cd /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4137/scream/components/eamxx && module purge && module load sems-archive-env acme-env sems-archive-gcc/9.2.0 sems-archive-cmake/3.19.1 sems-archive-git/2.10.1 acme-openmpi/4.0.7 acme-netcdf/4.7.4/acme && export OMP_PROC_BIND=spread && true && ./scripts/test-all-scream --baseline-dir AUTO $compiler -c EKAT_DISABLE_TPL_WARNINGS=ON -p -i -m mappy
RUN: cd /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4137/scream/components/eamxx && module purge && module load sems-archive-env acme-env sems-archive-gcc/9.2.0 sems-archive-cmake/3.19.1 sems-archive-git/2.10.1 acme-openmpi/4.0.7 acme-netcdf/4.7.4/acme && export OMP_PROC_BIND=spread && true && ./scripts/test-all-scream --baseline-dir AUTO $compiler -c EKAT_DISABLE_TPL_WARNINGS=ON -p -i -m mappy
FROM: /home/e3sm-jenkins/jenkins-ws/workspace/SCREAM_PullRequest_Autotester_Mappy/4137/scream/components/eamxx
Completed analysis on mappy

  • [[ 0 != 0 ]]
  • [[ 1 == 0 ]]
  • [[ mappy == \m\a\p\p\y ]]
  • [[ 0 == 1 ]]
  • [[ -z '' ]]
  • [[ 1 == 1 ]]
  • [[ 0 == 1 ]]
  • [[ 1 == 1 ]]
  • '[' -n 2418 ']'
  • ./scripts/git-merge-ref origin/master
  • [[ 0 != 0 ]]
  • [[ 0 == 1 ]]
  • [[ 1 == 1 ]]
  • ../../cime/scripts/create_test e3sm_scream_v1_at --compiler=gnu9 -c -b master --wait
    No project info available
    create_test will do up to 6 tasks simultaneously
    create_test will use up to 80 cores simultaneously
    Creating test directory /ascldap/users/e3sm-jenkins/acme/scratch/ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2.C.20230803_142622_fsxq6q
    Creating test directory /ascldap/users/e3sm-jenkins/acme/scratch/ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9.C.20230803_142622_fsxq6q
    Creating test directory /ascldap/users/e3sm-jenkins/acme/scratch/SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9.C.20230803_142622_fsxq6q
    Creating test directory /ascldap/users/e3sm-jenkins/acme/scratch/ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9.C.20230803_142622_fsxq6q
    Creating test directory /ascldap/users/e3sm-jenkins/acme/scratch/ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.C.20230803_142622_fsxq6q
    Creating test directory /ascldap/users/e3sm-jenkins/acme/scratch/PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.C.20230803_142622_fsxq6q
    RUNNING TESTS:
    ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2
    ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9
    SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9
    ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9
    ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9
    PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9
    Starting CREATE_NEWCASE for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 with 1 procs
    Starting CREATE_NEWCASE for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Starting CREATE_NEWCASE for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 with 1 procs
    Starting CREATE_NEWCASE for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 with 1 procs
    Starting CREATE_NEWCASE for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Starting CREATE_NEWCASE for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Finished CREATE_NEWCASE for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 in 0.613127 seconds (PASS)
    Finished CREATE_NEWCASE for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 0.621299 seconds (PASS)
    Finished CREATE_NEWCASE for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 0.624727 seconds (PASS)
    Finished CREATE_NEWCASE for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 in 0.670107 seconds (PASS)
    Finished CREATE_NEWCASE for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 in 0.673782 seconds (PASS)
    Starting XML for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Starting XML for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 with 1 procs
    Starting XML for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 with 1 procs
    Starting XML for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Starting XML for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Finished CREATE_NEWCASE for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 in 0.938504 seconds (PASS)
    Starting XML for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 with 1 procs
    Finished XML for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 in 1.028328 seconds (PASS)
    Finished XML for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 1.109524 seconds (PASS)
    Finished XML for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 in 1.138788 seconds (PASS)
    Finished XML for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 in 1.153005 seconds (PASS)
    Finished XML for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 1.157130 seconds (PASS)
    Finished XML for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 in 0.985795 seconds (PASS)
    Starting SETUP for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 with 1 procs
    Starting SETUP for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Starting SETUP for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 with 1 procs
    Starting SETUP for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 with 1 procs
    Starting SETUP for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Starting SETUP for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Finished SETUP for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 in 2.140317 seconds (PASS)
    Starting SHAREDLIB_BUILD for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 with 1 procs
    Finished SETUP for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 2.507626 seconds (PASS)
    Finished SETUP for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 in 2.546344 seconds (PASS)
    Finished SETUP for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 in 2.565310 seconds (PASS)
    Finished SETUP for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 2.597782 seconds (PASS)
    Finished SETUP for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 in 2.614762 seconds (PASS)
    Starting SHAREDLIB_BUILD for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 with 1 procs
    Starting SHAREDLIB_BUILD for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Starting SHAREDLIB_BUILD for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 with 1 procs
    Starting SHAREDLIB_BUILD for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Starting SHAREDLIB_BUILD for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 procs
    Finished SHAREDLIB_BUILD for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 in 45.333211 seconds (PASS)
    Finished SHAREDLIB_BUILD for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 in 45.451802 seconds (PASS)
    Starting MODEL_BUILD for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 with 16 procs
    Starting MODEL_BUILD for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 with 16 procs
    Finished SHAREDLIB_BUILD for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 in 52.131616 seconds (PASS)
    Starting MODEL_BUILD for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 with 16 procs
    Finished SHAREDLIB_BUILD for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 63.315592 seconds (PASS)
    Starting MODEL_BUILD for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 16 procs
    Finished SHAREDLIB_BUILD for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 in 126.255929 seconds (PASS)
    Finished SHAREDLIB_BUILD for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 145.014187 seconds (PASS)
    Starting MODEL_BUILD for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 with 16 procs
    Finished MODEL_BUILD for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 in 157.326493 seconds (PASS)
    Starting RUN for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 with 1 proc on interactive node and 64 procs on compute nodes
    Finished MODEL_BUILD for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 in 157.627231 seconds (PASS)
    Starting RUN for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 with 1 proc on interactive node and 64 procs on compute nodes
    Finished RUN for test SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 in 0.850380 seconds (PEND). [COMPLETED 1 of 6]
    Starting MODEL_BUILD for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 16 procs
    Finished RUN for test ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 in 0.807822 seconds (PEND). [COMPLETED 2 of 6]
    Finished MODEL_BUILD for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 in 220.334084 seconds (PASS)
    Starting RUN for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 with 1 proc on interactive node and 64 procs on compute nodes
    Finished RUN for test ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 in 4.889573 seconds (PEND). [COMPLETED 3 of 6]
    Finished MODEL_BUILD for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 230.755573 seconds (PASS)
    Starting RUN for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 proc on interactive node and 64 procs on compute nodes
    Finished RUN for test PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 3.825566 seconds (PEND). [COMPLETED 4 of 6]
    Finished MODEL_BUILD for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 in 434.171370 seconds (PASS)
    Starting RUN for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 with 1 proc on interactive node and 64 procs on compute nodes
    Finished RUN for test ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 in 0.934455 seconds (PEND). [COMPLETED 5 of 6]
    Finished MODEL_BUILD for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 493.401060 seconds (PASS)
    Starting RUN for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 with 1 proc on interactive node and 64 procs on compute nodes
    Finished RUN for test ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 in 1.091329 seconds (PEND). [COMPLETED 6 of 6]
    Waiting for tests to finish
    DIFF ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9 (phase BASELINE)
    Case dir: /ascldap/users/e3sm-jenkins/acme/scratch/ERP_D_Lh4.ne4_ne4.F2010-SCREAMv1.mappy_gnu9.C.20230803_142622_fsxq6q
    DIFF ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 (phase BASELINE)
    Case dir: /ascldap/users/e3sm-jenkins/acme/scratch/ERP_Ln22.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.C.20230803_142622_fsxq6q
    DIFF ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2 (phase BASELINE)
    Case dir: /ascldap/users/e3sm-jenkins/acme/scratch/ERS_D_Ln21.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.scream-rad_frequency_2.C.20230803_142622_fsxq6q
    PASS ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9 RUN
    Case dir: /ascldap/users/e3sm-jenkins/acme/scratch/ERS_Ln9.ne4_ne4.F2000-SCREAMv1-AQP1.mappy_gnu9.C.20230803_142622_fsxq6q
    DIFF PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9 (phase BASELINE)
    Case dir: /ascldap/users/e3sm-jenkins/acme/scratch/PET_Ln9_P32x2.ne4pg2_ne4pg2.F2010-SCREAMv1.mappy_gnu9.C.20230803_142622_fsxq6q
    DIFF SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9 (phase BASELINE)
    Case dir: /ascldap/users/e3sm-jenkins/acme/scratch/SMS_D_Ln9.ne4_ne4.F2010-SCREAMv1-noAero.mappy_gnu9.C.20230803_142622_fsxq6q
    test-scheduler took 990.3337390422821 seconds
  • [[ 100 != 0 ]]
  • fails=0+1
  • v1_fail=1
  • set +x
    ######################################################
    FAILS DETECTED:
    SCREAM V1 TESTING FAILED!
    ######################################################
    Build step 'Execute shell' marked build as failure
    Performing Post build task...
    Match found for : : True
    Logical operation result is TRUE
    Running script : #!/bin/bash -le

cd $WORKSPACE/${BUILD_ID}/

./scream/components/eamxx/scripts/jenkins/jenkins_cleanup.sh
[SCREAM_PullRequest_Autotester_Mappy] $ /bin/bash -le /tmp/jenkins18402335220792582236.sh
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Sending e-mails to: lbertag@sandia.gov
Finished: FAILURE

Console Output (last 100K lines) : SCREAM_PullRequest_Autotester_Weaver # 4677 (click to expand)

 43/102 Test  #43: spa_read_data_test_np1 ..................................   Passed    6.55 sec
        Start  44: spa_one_to_one_remap_test_np1
 44/102 Test  #44: spa_one_to_one_remap_test_np1 ...........................   Passed    1.73 sec
        Start  45: spa_main_test
 45/102 Test  #45: spa_main_test ...........................................   Passed    0.94 sec
        Start  46: nudging_tests
 46/102 Test  #46: nudging_tests ...........................................   Passed    2.51 sec
        Start  47: tms_tests_omp1
 47/102 Test  #47: tms_tests_omp1 ..........................................   Passed    1.03 sec
        Start  48: field_at_level
 48/102 Test  #48: field_at_level ..........................................   Passed    1.22 sec
        Start  49: field_at_pressure_level
 49/102 Test  #49: field_at_pressure_level .................................   Passed    2.18 sec
        Start  50: field_at_height
 50/102 Test  #50: field_at_height .........................................   Passed    2.73 sec
        Start  51: potential_temperature
 51/102 Test  #51: potential_temperature ...................................   Passed    1.35 sec
        Start  52: exner_function
 52/102 Test  #52: exner_function ..........................................   Passed    1.60 sec
        Start  53: virtual_temperature
 53/102 Test  #53: virtual_temperature .....................................   Passed    1.35 sec
        Start  54: atmosphere_density
 54/102 Test  #54: atmosphere_density ......................................   Passed    1.20 sec
        Start  55: vertical_layer
 55/102 Test  #55: vertical_layer ..........................................   Passed    2.25 sec
        Start  56: dry_static_energy
 56/102 Test  #56: dry_static_energy .......................................   Passed    1.26 sec
        Start  57: sea_level_pressure
 57/102 Test  #57: sea_level_pressure ......................................   Passed    1.43 sec
        Start  58: water_path
 58/102 Test  #58: water_path ..............................................   Passed    2.01 sec
        Start  59: shortwave_cloud_forcing
 59/102 Test  #59: shortwave_cloud_forcing .................................   Passed    1.44 sec
        Start  60: longwave_cloud_forcing
 60/102 Test  #60: longwave_cloud_forcing ..................................   Passed    1.41 sec
        Start  61: relative_humidity
 61/102 Test  #61: relative_humidity .......................................   Passed    1.00 sec
        Start  62: zonal_vapor_flux
 62/102 Test  #62: zonal_vapor_flux ........................................   Passed    0.98 sec
        Start  63: meridional_vapor_flux
 63/102 Test  #63: meridional_vapor_flux ...................................   Passed    0.97 sec
        Start  64: precip_ice_surf_mass_flux
 64/102 Test  #64: precip_ice_surf_mass_flux ...............................   Passed    0.96 sec
        Start  65: precip_liq_surf_mass_flux
 65/102 Test  #65: precip_liq_surf_mass_flux ...............................   Passed    0.97 sec
        Start  66: precip_total_surf_mass_flux
 66/102 Test  #66: precip_total_surf_mass_flux .............................   Passed    1.08 sec
        Start  67: surface_upward_latent_heat_flux
 67/102 Test  #67: surface_upward_latent_heat_flux .........................   Passed    1.19 sec
        Start  68: ad_ut
 68/102 Test  #68: ad_ut ...................................................   Passed    1.00 sec
        Start  69: fail
 69/102 Test  #69: fail ....................................................   Passed    2.43 sec
        Start  70: scream_fpe_check
 70/102 Test  #70: scream_fpe_check ........................................   Passed    0.77 sec
        Start  71: bfbhash
 71/102 Test  #71: bfbhash .................................................   Passed    0.79 sec
        Start  72: homme_standalone_np1
 72/102 Test  #72: homme_standalone_np1 ....................................   Passed    2.90 sec
        Start  73: p3_standalone_np1
 73/102 Test  #73: p3_standalone_np1 .......................................   Passed    2.60 sec
        Start  74: p3_tend_check_np1
 74/102 Test  #74: p3_tend_check_np1 .......................................   Passed    4.45 sec
        Start  75: shoc_standalone_np1
 75/102 Test  #75: shoc_standalone_np1 .....................................   Passed    1.93 sec
        Start  76: shoc_tend_check_np1
 76/102 Test  #76: shoc_tend_check_np1 .....................................   Passed    1.08 sec
        Start  77: check_U_V_slices_np1
 77/102 Test  #77: check_U_V_slices_np1 ....................................   Passed    1.01 sec
        Start  78: check_surf_mom_flux_slices_np1
 78/102 Test  #78: check_surf_mom_flux_slices_np1 ..........................   Passed    0.88 sec
        Start  79: check_U_V_slices_fail_diff
 79/102 Test  #79: check_U_V_slices_fail_diff ..............................   Passed    0.88 sec
        Start  80: check_U_V_slices_fail_layout
 80/102 Test  #80: check_U_V_slices_fail_layout ............................   Passed    0.87 sec
        Start  81: check_U_V_slices_fail_missing
 81/102 Test  #81: check_U_V_slices_fail_missing ...........................   Passed    0.87 sec
        Start  82: cld_fraction_standalone
 82/102 Test  #82: cld_fraction_standalone .................................   Passed    1.00 sec
        Start  83: spa_stand_alone_np1
 83/102 Test  #83: spa_stand_alone_np1 .....................................   Passed    5.22 sec
        Start  84: surface_coupling_np1
 84/102 Test  #84: surface_coupling_np1 ....................................   Passed    1.42 sec
        Start  85: rrtmgp_standalone_unit
 85/102 Test  #85: rrtmgp_standalone_unit ..................................   Passed    1.28 sec
        Start  86: rrtmgp_standalone_np1
 86/102 Test  #86: rrtmgp_standalone_np1 ...................................   Passed    1.67 sec
        Start  87: rrtmgp_standalone_chunked
 87/102 Test  #87: rrtmgp_standalone_chunked ...............................   Passed    1.65 sec
        Start  88: rrtmgp_chunked_vs_monolithic_bfb
 88/102 Test  #88: rrtmgp_chunked_vs_monolithic_bfb ........................   Passed    0.08 sec
        Start  89: shoc_cld_p3_rrtmgp_np1
 89/102 Test  #89: shoc_cld_p3_rrtmgp_np1 ..................................   Passed    3.76 sec
        Start  90: shoc_cld_spa_p3_rrtmgp_np1
 90/102 Test  #90: shoc_cld_spa_p3_rrtmgp_np1 ..............................   Passed    6.57 sec
        Start  91: shoc_p3_subcycled
 27/103 Test  #27: p3_tests_omp1 ...........................................   Passed  148.99 sec
        Start  28: p3_tests_fail_omp1
 91/102 Test  #91: shoc_p3_subcycled .......................................   Passed    2.49 sec
        Start  92: shoc_p3_monolithic
 92/102 Test  #92: shoc_p3_monolithic ......................................   Passed    2.42 sec
        Start  93: check_subcycling
 93/102 Test  #93: check_subcycling ........................................   Passed    0.05 sec
        Start  94: homme_shoc_cld_p3_rrtmgp_np1
 94/102 Test  #94: homme_shoc_cld_p3_rrtmgp_np1 ............................   Passed    5.30 sec
        Start  95: model_baseline
 95/102 Test  #95: model_baseline ..........................................   Passed    5.62 sec
        Start  96: model_initial
32/82 Test #32: shoc_tests_omp1 ....................   Passed  162.01 sec
      Start 33: shoc_sk_tests_omp1
 96/102 Test  #96: model_initial ...........................................   Passed    5.36 sec
        Start  97: model_restart
 97/102 Test  #97: model_restart ...........................................   Passed    5.53 sec
        Start  98: restarted_vs_monolithic_check_np1
 98/102 Test  #98: restarted_vs_monolithic_check_np1 .......................   Passed    0.08 sec
        Start  99: homme_shoc_cld_spa_p3_rrtmgp_np1
 99/102 Test  #99: homme_shoc_cld_spa_p3_rrtmgp_np1 ........................   Passed    7.73 sec
        Start 100: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1
 28/103 Test  #28: p3_tests_fail_omp1 ......................................   Passed   34.48 sec
        Start  29: p3_run_and_cmp_cxx
100/102 Test #100: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1 ..............   Passed    7.23 sec
        Start 101: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1
101/102 Test #101: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1 ...   Passed    1.22 sec
        Start 102: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1
 29/103 Test  #29: p3_run_and_cmp_cxx ......................................   Passed    9.88 sec
        Start  30: p3_run_and_cmp_f90
102/102 Test #102: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1 ....................   Passed    6.34 sec

100% tests passed, 0 tests failed out of 97

Label Time Summary:
bfbhash = 0.79 secproc (1 test)
check = 0.77 sec
proc (1 test)
cld = 38.15 secproc (7 tests)
cld_fraction = 1.00 sec
proc (1 test)
diagnostics = 28.55 secproc (20 tests)
driver = 64.40 sec
proc (20 tests)
dynamics = 33.25 secproc (8 tests)
fail = 13.69 sec
proc (3 tests)
horiz_remap = 1.61 secproc (1 test)
io = 15.20 sec
proc (6 tests)
io,remap = 2.26 secproc (1 test)
p3 = 72.90 sec
proc (15 tests)
physics = 93.00 secproc (27 tests)
physics_nudging = 2.51 sec
proc (1 test)
rrtmgp = 46.19 secproc (13 tests)
shoc = 43.32 sec
proc (12 tests)
spa = 21.01 secproc (5 tests)
surface_coupling = 1.42 sec
proc (1 test)

Total Test time (real) = 214.27 sec

The following tests did not run:
26 - physics_saturation_baseline_fake (Disabled)
32 - p3_baseline_f90_fake (Disabled)
33 - p3_baseline_cxx_fake (Disabled)
40 - shoc_baseline_f90_fake (Disabled)
41 - shoc_baseline_cxx_fake (Disabled)
33/82 Test #33: shoc_sk_tests_omp1 ................. Passed 55.51 sec
Start 34: shoc_run_and_cmp_cxx
34/82 Test #34: shoc_run_and_cmp_cxx ............... Passed 1.79 sec
Start 35: shoc_run_and_cmp_f90
30/103 Test #30: p3_run_and_cmp_f90 ...................................... Passed 31.03 sec
Start 31: p3_run_and_cmp_cxx_fail
31/103 Test #31: p3_run_and_cmp_cxx_fail ................................. Passed 9.43 sec
Start 32: p3_baseline_f90_fake
32/103 Test #32: p3_baseline_f90_fake ....................................***Not Run (Disabled) 0.00 sec
Start 33: p3_baseline_cxx_fake
33/103 Test #33: p3_baseline_cxx_fake ....................................***Not Run (Disabled) 0.00 sec
Start 34: rrtmgp_tests
34/103 Test #34: rrtmgp_tests ............................................ Passed 1.11 sec
Start 35: rrtmgp_unit_tests
35/103 Test #35: rrtmgp_unit_tests ....................................... Passed 1.12 sec
Start 36: shoc_tests_omp1
36/103 Test #36: shoc_tests_omp1 ......................................... Passed 157.58 sec
Start 37: shoc_sk_tests_omp1
37/103 Test #37: shoc_sk_tests_omp1 ...................................... Passed 83.63 sec
Start 38: shoc_run_and_cmp_cxx
38/103 Test #38: shoc_run_and_cmp_cxx .................................... Passed 1.48 sec
Start 39: shoc_run_and_cmp_f90
35/82 Test #35: shoc_run_and_cmp_f90 ............... Passed 278.00 sec
Start 36: shoc_baseline_f90_fake
36/82 Test #36: shoc_baseline_f90_fake .............***Not Run (Disabled) 0.00 sec
Start 37: shoc_baseline_cxx_fake
37/82 Test #37: shoc_baseline_cxx_fake .............***Not Run (Disabled) 0.00 sec
Start 38: dp_tests_omp1
38/82 Test #38: dp_tests_omp1 ...................... Passed 0.97 sec
Start 39: spa_read_data_test_np1
39/82 Test #39: spa_read_data_test_np1 ............. Passed 4.97 sec
Start 40: spa_one_to_one_remap_test_np1
40/82 Test #40: spa_one_to_one_remap_test_np1 ...... Passed 1.38 sec
Start 41: spa_main_test
41/82 Test #41: spa_main_test ...................... Passed 0.99 sec
Start 42: nudging_tests
42/82 Test #42: nudging_tests ...................... Passed 2.04 sec
Start 43: field_at_level
43/82 Test #43: field_at_level ..................... Passed 1.41 sec
Start 44: field_at_pressure_level
44/82 Test #44: field_at_pressure_level ............ Passed 1.52 sec
Start 45: field_at_height
45/82 Test #45: field_at_height .................... Passed 2.46 sec
Start 46: potential_temperature
46/82 Test #46: potential_temperature .............. Passed 1.76 sec
Start 47: exner_function
47/82 Test #47: exner_function ..................... Passed 1.35 sec
Start 48: virtual_temperature
48/82 Test #48: virtual_temperature ................ Passed 1.49 sec
Start 49: atmosphere_density
49/82 Test #49: atmosphere_density ................. Passed 1.41 sec
Start 50: vertical_layer
50/82 Test #50: vertical_layer ..................... Passed 1.69 sec
Start 51: dry_static_energy
51/82 Test #51: dry_static_energy .................. Passed 1.70 sec
Start 52: sea_level_pressure
52/82 Test #52: sea_level_pressure ................. Passed 1.47 sec
Start 53: water_path
53/82 Test #53: water_path ......................... Passed 1.83 sec
Start 54: shortwave_cloud_forcing
54/82 Test #54: shortwave_cloud_forcing ............ Passed 1.35 sec
Start 55: longwave_cloud_forcing
55/82 Test #55: longwave_cloud_forcing ............. Passed 1.30 sec
Start 56: relative_humidity
56/82 Test #56: relative_humidity .................. Passed 1.85 sec
Start 57: zonal_vapor_flux
57/82 Test #57: zonal_vapor_flux ................... Passed 1.31 sec
Start 58: meridional_vapor_flux
58/82 Test #58: meridional_vapor_flux .............. Passed 1.62 sec
Start 59: precip_ice_surf_mass_flux
59/82 Test #59: precip_ice_surf_mass_flux .......... Passed 2.36 sec
Start 60: precip_liq_surf_mass_flux
60/82 Test #60: precip_liq_surf_mass_flux .......... Passed 1.81 sec
Start 61: precip_total_surf_mass_flux
61/82 Test #61: precip_total_surf_mass_flux ........ Passed 1.46 sec
Start 62: surface_upward_latent_heat_flux
62/82 Test #62: surface_upward_latent_heat_flux .... Passed 1.61 sec
Start 63: ad_ut
63/82 Test #63: ad_ut .............................. Passed 1.20 sec
Start 64: fail
64/82 Test #64: fail ............................... Passed 2.35 sec
Start 65: kokkos_fail
65/82 Test #65: kokkos_fail ........................ Passed 3.04 sec
Start 66: scream_fpe_check
66/82 Test #66: scream_fpe_check ................... Passed 0.94 sec
Start 67: bfbhash
67/82 Test #67: bfbhash ............................ Passed 0.93 sec
Start 68: p3_standalone_np1
68/82 Test #68: p3_standalone_np1 .................. Passed 2.78 sec
Start 69: p3_tend_check_np1
69/82 Test #69: p3_tend_check_np1 .................. Passed 1.69 sec
Start 70: shoc_standalone_np1
70/82 Test #70: shoc_standalone_np1 ................ Passed 3.90 sec
Start 71: shoc_tend_check_np1
71/82 Test #71: shoc_tend_check_np1 ................ Passed 1.06 sec
Start 72: check_U_V_slices_np1
72/82 Test #72: check_U_V_slices_np1 ............... Passed 0.87 sec
Start 73: check_surf_mom_flux_slices_np1
73/82 Test #73: check_surf_mom_flux_slices_np1 ..... Passed 0.86 sec
Start 74: check_U_V_slices_fail_diff
39/103 Test #39: shoc_run_and_cmp_f90 .................................... Passed 82.43 sec
Start 40: shoc_baseline_f90_fake
40/103 Test #40: shoc_baseline_f90_fake ..................................***Not Run (Disabled) 0.00 sec
Start 41: shoc_baseline_cxx_fake
41/103 Test #41: shoc_baseline_cxx_fake ..................................***Not Run (Disabled) 0.00 sec
Start 42: dp_tests_omp1
74/82 Test #74: check_U_V_slices_fail_diff ......... Passed 0.86 sec
Start 75: check_U_V_slices_fail_layout
42/103 Test #42: dp_tests_omp1 ........................................... Passed 0.80 sec
Start 43: spa_read_data_test_np1
75/82 Test #75: check_U_V_slices_fail_layout ....... Passed 0.86 sec
Start 76: check_U_V_slices_fail_missing
76/82 Test #76: check_U_V_slices_fail_missing ...... Passed 0.87 sec
Start 77: cld_fraction_standalone
43/103 Test #43: spa_read_data_test_np1 .................................. Passed 1.72 sec
Start 44: spa_one_to_one_remap_test_np1
44/103 Test #44: spa_one_to_one_remap_test_np1 ........................... Passed 1.23 sec
Start 45: spa_main_test
77/82 Test #77: cld_fraction_standalone ............ Passed 1.73 sec
Start 78: spa_stand_alone_np1
45/103 Test #45: spa_main_test ........................................... Passed 1.22 sec
Start 46: nudging_tests
46/103 Test #46: nudging_tests ........................................... Passed 1.56 sec
Start 47: tms_tests_omp1
47/103 Test #47: tms_tests_omp1 .......................................... Passed 1.14 sec
Start 48: field_at_level
48/103 Test #48: field_at_level .......................................... Passed 1.98 sec
Start 49: field_at_pressure_level
49/103 Test #49: field_at_pressure_level ................................. Passed 1.30 sec
Start 50: field_at_height
50/103 Test #50: field_at_height ......................................... Passed 1.67 sec
Start 51: potential_temperature
51/103 Test #51: potential_temperature ................................... Passed 1.81 sec
Start 52: exner_function
52/103 Test #52: exner_function .......................................... Passed 1.50 sec
Start 53: virtual_temperature
53/103 Test #53: virtual_temperature ..................................... Passed 1.20 sec
Start 54: atmosphere_density
54/103 Test #54: atmosphere_density ...................................... Passed 1.42 sec
Start 55: vertical_layer
55/103 Test #55: vertical_layer .......................................... Passed 1.36 sec
Start 56: dry_static_energy
56/103 Test #56: dry_static_energy ....................................... Passed 1.37 sec
Start 57: sea_level_pressure
57/103 Test #57: sea_level_pressure ...................................... Passed 1.38 sec
Start 58: water_path
58/103 Test #58: water_path .............................................. Passed 1.71 sec
Start 59: shortwave_cloud_forcing
59/103 Test #59: shortwave_cloud_forcing ................................. Passed 1.41 sec
Start 60: longwave_cloud_forcing
60/103 Test #60: longwave_cloud_forcing .................................. Passed 1.37 sec
Start 61: relative_humidity
61/103 Test #61: relative_humidity ....................................... Passed 2.53 sec
Start 62: zonal_vapor_flux
62/103 Test #62: zonal_vapor_flux ........................................ Passed 0.94 sec
Start 63: meridional_vapor_flux
63/103 Test #63: meridional_vapor_flux ................................... Passed 0.94 sec
Start 64: precip_ice_surf_mass_flux
64/103 Test #64: precip_ice_surf_mass_flux ............................... Passed 0.94 sec
Start 65: precip_liq_surf_mass_flux
65/103 Test #65: precip_liq_surf_mass_flux ............................... Passed 0.94 sec
Start 66: precip_total_surf_mass_flux
66/103 Test #66: precip_total_surf_mass_flux ............................. Passed 0.95 sec
Start 67: surface_upward_latent_heat_flux
67/103 Test #67: surface_upward_latent_heat_flux ......................... Passed 0.94 sec
Start 68: ad_ut
68/103 Test #68: ad_ut ................................................... Passed 1.15 sec
Start 69: fail
69/103 Test #69: fail .................................................... Passed 2.42 sec
Start 70: kokkos_fail
70/103 Test #70: kokkos_fail ............................................. Passed 2.97 sec
Start 71: scream_fpe_check
71/103 Test #71: scream_fpe_check ........................................ Passed 0.94 sec
Start 72: bfbhash
72/103 Test #72: bfbhash ................................................. Passed 0.71 sec
Start 73: homme_standalone_np1
73/103 Test #73: homme_standalone_np1 .................................... Passed 4.31 sec
Start 74: p3_standalone_np1
74/103 Test #74: p3_standalone_np1 ....................................... Passed 2.36 sec
Start 75: p3_tend_check_np1
75/103 Test #75: p3_tend_check_np1 ....................................... Passed 0.95 sec
Start 76: shoc_standalone_np1
76/103 Test #76: shoc_standalone_np1 ..................................... Passed 2.01 sec
Start 77: shoc_tend_check_np1
77/103 Test #77: shoc_tend_check_np1 ..................................... Passed 1.06 sec
Start 78: check_U_V_slices_np1
78/103 Test #78: check_U_V_slices_np1 .................................... Passed 0.88 sec
Start 79: check_surf_mom_flux_slices_np1
79/103 Test #79: check_surf_mom_flux_slices_np1 .......................... Passed 0.88 sec
Start 80: check_U_V_slices_fail_diff
80/103 Test #80: check_U_V_slices_fail_diff .............................. Passed 0.88 sec
Start 81: check_U_V_slices_fail_layout
81/103 Test #81: check_U_V_slices_fail_layout ............................ Passed 0.87 sec
Start 82: check_U_V_slices_fail_missing
82/103 Test #82: check_U_V_slices_fail_missing ........................... Passed 0.88 sec
Start 83: cld_fraction_standalone
83/103 Test #83: cld_fraction_standalone ................................. Passed 1.18 sec
Start 84: spa_stand_alone_np1
78/82 Test #78: spa_stand_alone_np1 ................ Passed 77.72 sec
Start 79: surface_coupling_np1
79/82 Test #79: surface_coupling_np1 ............... Passed 1.61 sec
Start 80: shoc_p3_subcycled
80/82 Test #80: shoc_p3_subcycled .................. Passed 3.16 sec
Start 81: shoc_p3_monolithic
81/82 Test #81: shoc_p3_monolithic ................. Passed 1.97 sec
Start 82: check_subcycling
82/82 Test #82: check_subcycling ................... Passed 0.10 sec

100% tests passed, 0 tests failed out of 77

Label Time Summary:
bfbhash = 0.93 secproc (1 test)
check = 0.94 sec
proc (1 test)
cld_fraction = 1.73 secproc (1 test)
diagnostics = 32.73 sec
proc (20 tests)
driver = 91.69 secproc (8 tests)
fail = 24.45 sec
proc (4 tests)
horiz_remap = 2.32 secproc (1 test)
io = 36.58 sec
proc (5 tests)
io,remap = 5.07 secproc (1 test)
p3 = 68.78 sec
proc (8 tests)
physics = 433.90 secproc (14 tests)
physics_nudging = 2.04 sec
proc (1 test)
shoc = 284.84 secproc (5 tests)
spa = 85.06 sec
proc (4 tests)
surface_coupling = 1.61 sec*proc (1 test)

Total Test time (real) = 786.94 sec

The following tests did not run:
24 - physics_saturation_baseline_fake (Disabled)
30 - p3_baseline_f90_fake (Disabled)
31 - p3_baseline_cxx_fake (Disabled)
36 - shoc_baseline_f90_fake (Disabled)
37 - shoc_baseline_cxx_fake (Disabled)
84/103 Test #84: spa_stand_alone_np1 ..................................... Passed 83.50 sec
Start 85: surface_coupling_np1
85/103 Test #85: surface_coupling_np1 .................................... Passed 1.39 sec
Start 86: rrtmgp_standalone_unit
86/103 Test #86: rrtmgp_standalone_unit .................................. Passed 1.41 sec
Start 87: rrtmgp_standalone_np1
87/103 Test #87: rrtmgp_standalone_np1 ................................... Passed 1.71 sec
Start 88: rrtmgp_standalone_chunked
88/103 Test #88: rrtmgp_standalone_chunked ............................... Passed 1.30 sec
Start 89: rrtmgp_chunked_vs_monolithic_bfb
89/103 Test #89: rrtmgp_chunked_vs_monolithic_bfb ........................ Passed 0.05 sec
Start 90: shoc_cld_p3_rrtmgp_np1
90/103 Test #90: shoc_cld_p3_rrtmgp_np1 .................................. Passed 2.91 sec
Start 91: shoc_cld_spa_p3_rrtmgp_np1
91/103 Test #91: shoc_cld_spa_p3_rrtmgp_np1 .............................. Passed 36.18 sec
Start 92: shoc_p3_subcycled
92/103 Test #92: shoc_p3_subcycled ....................................... Passed 1.99 sec
Start 93: shoc_p3_monolithic
93/103 Test #93: shoc_p3_monolithic ...................................... Passed 1.66 sec
Start 94: check_subcycling
94/103 Test #94: check_subcycling ........................................ Passed 0.06 sec
Start 95: homme_shoc_cld_p3_rrtmgp_np1
95/103 Test #95: homme_shoc_cld_p3_rrtmgp_np1 ............................ Passed 5.21 sec
Start 96: model_baseline
96/103 Test #96: model_baseline .......................................... Passed 6.03 sec
Start 97: model_initial
97/103 Test #97: model_initial ........................................... Passed 4.90 sec
Start 98: model_restart
98/103 Test #98: model_restart ........................................... Passed 5.11 sec
Start 99: restarted_vs_monolithic_check_np1
99/103 Test #99: restarted_vs_monolithic_check_np1 ....................... Passed 0.11 sec
Start 100: homme_shoc_cld_spa_p3_rrtmgp_np1
100/103 Test #100: homme_shoc_cld_spa_p3_rrtmgp_np1 ........................ Passed 37.49 sec
Start 101: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1
101/103 Test #101: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1 .............. Passed 39.41 sec
Start 102: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1
102/103 Test #102: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1 ... Passed 1.11 sec
Start 103: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1
103/103 Test #103: homme_shoc_cld_spa_p3_rrtmgp_pg2_np1 .................... Passed 20.78 sec

100% tests passed, 0 tests failed out of 98

Label Time Summary:
bfbhash = 0.71 secproc (1 test)
check = 0.94 sec
proc (1 test)
cld = 143.10 secproc (7 tests)
cld_fraction = 1.18 sec
proc (1 test)
diagnostics = 27.63 secproc (20 tests)
driver = 245.47 sec
proc (20 tests)
dynamics = 113.06 secproc (8 tests)
fail = 49.30 sec
proc (4 tests)
horiz_remap = 1.48 secproc (1 test)
io = 17.36 sec
proc (6 tests)
io,remap = 2.48 secproc (1 test)
p3 = 380.28 sec
proc (15 tests)
physics = 559.36 secproc (27 tests)
physics_nudging = 1.56 sec
proc (1 test)
rrtmgp = 149.79 secproc (13 tests)
shoc = 230.14 sec
proc (12 tests)
spa = 123.85 secproc (5 tests)
surface_coupling = 1.39 sec
proc (1 test)

Total Test time (real) = 921.56 sec

The following tests did not run:
26 - physics_saturation_baseline_fake (Disabled)
32 - p3_baseline_f90_fake (Disabled)
33 - p3_baseline_cxx_fake (Disabled)
40 - shoc_baseline_f90_fake (Disabled)
41 - shoc_baseline_cxx_fake (Disabled)

Testing '451b384d742972b54f4122da9cef9ea6798a52d8' for test 'release'

RUN: taskset -c 104-155 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=52 CTEST_PARALLEL_LEVEL=1 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4677/scream/components/eamxx/ctest-build/release/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4677/scream/components/eamxx/ctest-build/release -DBUILD_NAME_MOD=release -S /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4677/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=weaver -DCMAKE_COMMAND="-C /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4677/scream/components/eamxx/cmake/machine-files/weaver.cmake -DNetCDF_Fortran_PATH=/projects/ppc64le-pwr9-rhel8/tpls/netcdf-fortran/4.6.0/gcc/11.3.0/openmpi/4.1.4/5ka6asw -DNetCDF_C_PATH=/projects/ppc64le-pwr9-rhel8/tpls/netcdf-c/4.9.0/gcc/11.3.0/openmpi/4.1.4/mdd6fth -DCMAKE_BUILD_TYPE=Release -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpicxx -DCMAKE_C_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpicc -DCMAKE_Fortran_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=1 -DSCREAM_TEST_DATA_DIR=/home/projects/e3sm/scream/pr-autotester/master-baselines/weaver/release/data" '
FROM: /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4677/scream/components/eamxx/ctest-build/release

Testing '451b384d742972b54f4122da9cef9ea6798a52d8' for test 'full_sp_debug'

RUN: taskset -c 52-103 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=52 CTEST_PARALLEL_LEVEL=1 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4677/scream/components/eamxx/ctest-build/full_sp_debug/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4677/scream/components/eamxx/ctest-build/full_sp_debug -DBUILD_NAME_MOD=full_sp_debug -S /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4677/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=weaver -DCMAKE_COMMAND="-C /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4677/scream/components/eamxx/cmake/machine-files/weaver.cmake -DNetCDF_Fortran_PATH=/projects/ppc64le-pwr9-rhel8/tpls/netcdf-fortran/4.6.0/gcc/11.3.0/openmpi/4.1.4/5ka6asw -DNetCDF_C_PATH=/projects/ppc64le-pwr9-rhel8/tpls/netcdf-c/4.9.0/gcc/11.3.0/openmpi/4.1.4/mdd6fth -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DSCREAM_DOUBLE_PRECISION=False -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpicxx -DCMAKE_C_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpicc -DCMAKE_Fortran_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=1 -DSCREAM_TEST_DATA_DIR=/home/projects/e3sm/scream/pr-autotester/master-baselines/weaver/full_sp_debug/data" '
FROM: /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4677/scream/components/eamxx/ctest-build/full_sp_debug

Testing '451b384d742972b54f4122da9cef9ea6798a52d8' for test 'full_debug'

RUN: taskset -c 0-51 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=52 CTEST_PARALLEL_LEVEL=1 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4677/scream/components/eamxx/ctest-build/full_debug/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4677/scream/components/eamxx/ctest-build/full_debug -DBUILD_NAME_MOD=full_debug -S /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4677/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=weaver -DCMAKE_COMMAND="-C /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4677/scream/components/eamxx/cmake/machine-files/weaver.cmake -DNetCDF_Fortran_PATH=/projects/ppc64le-pwr9-rhel8/tpls/netcdf-fortran/4.6.0/gcc/11.3.0/openmpi/4.1.4/5ka6asw -DNetCDF_C_PATH=/projects/ppc64le-pwr9-rhel8/tpls/netcdf-c/4.9.0/gcc/11.3.0/openmpi/4.1.4/mdd6fth -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpicxx -DCMAKE_C_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpicc -DCMAKE_Fortran_COMPILER=/projects/ppc64le-pwr9-rhel8/tpls/openmpi/4.1.4/gcc/11.3.0/base/vu2aei6/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=1 -DSCREAM_TEST_DATA_DIR=/home/projects/e3sm/scream/pr-autotester/master-baselines/weaver/full_debug/data" '
FROM: /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4677/scream/components/eamxx/ctest-build/full_debug
OVERALL STATUS: PASS
Starting analysis on weaver with cmd: cd /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4677/scream/components/eamxx && source /etc/profile.d/modules.sh && module purge && module load cmake/3.25.1 git/2.39.1 python/3.10.8 py-netcdf4/1.5.8 gcc/11.3.0 cuda/11.8.0 openmpi netcdf-c netcdf-fortran parallel-netcdf netlib-lapack && true && bsub -I -q rhel8 -n 4 -gpu num=4 ./scripts/test-all-scream --baseline-dir AUTO $compiler -c EKAT_DISABLE_TPL_WARNINGS=ON -p -i -m weaver
RUN: cd /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4677/scream/components/eamxx && source /etc/profile.d/modules.sh && module purge && module load cmake/3.25.1 git/2.39.1 python/3.10.8 py-netcdf4/1.5.8 gcc/11.3.0 cuda/11.8.0 openmpi netcdf-c netcdf-fortran parallel-netcdf netlib-lapack && true && bsub -I -q rhel8 -n 4 -gpu num=4 ./scripts/test-all-scream --baseline-dir AUTO $compiler -c EKAT_DISABLE_TPL_WARNINGS=ON -p -i -m weaver
FROM: /home/e3sm-jenkins/weaver/workspace/SCREAM_PullRequest_Autotester_Weaver/4677/scream/components/eamxx
Completed analysis on weaver

  • [[ 0 != 0 ]]
  • [[ 1 == 0 ]]
  • [[ weaver == \m\a\p\p\y ]]
  • set +x
    Performing Post build task...
    Match found for : : True
    Logical operation result is TRUE
    Running script : #!/bin/bash -le

cd $WORKSPACE/${BUILD_ID}/

./scream/components/eamxx/scripts/jenkins/jenkins_cleanup.sh
[SCREAM_PullRequest_Autotester_Weaver] $ /bin/bash -le /tmp/jenkins2193500517545980620.sh
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Sending e-mails to: lbertag@sandia.gov
Finished: SUCCESS

Console Output (last 100K lines) : SCREAM_PullRequest_Autotester_Blake # 4723 (click to expand)

        Start 104: p3_tests_omp15
309/345 Test #199: tms_tests_omp9 ...........................................   Passed    0.47 sec
304/346 Test #104: p3_tests_omp15 ...........................................   Passed    7.80 sec
        Start 105: p3_tests_omp16
310/345 Test #104: p3_tests_omp15 ...........................................   Passed    1.96 sec
        Start 105: p3_tests_omp16
225/335 Test #124: shoc_tests_omp3 ..........................................   Passed    3.82 sec
        Start 108: p3_tests_fail_omp5
311/345 Test #105: p3_tests_omp16 ...........................................   Passed    1.96 sec
        Start 118: p3_tests_fail_omp13
        Start 175: dp_tests_omp11
312/345 Test #175: dp_tests_omp11 ...........................................   Passed    0.46 sec
        Start 200: tms_tests_omp10
226/335 Test #107: p3_tests_fail_omp4 .......................................   Passed    5.57 sec
        Start 125: shoc_tests_omp4
313/345 Test #200: tms_tests_omp10 ..........................................   Passed    0.43 sec
        Start 201: tms_tests_omp11
314/345 Test #118: p3_tests_fail_omp13 ......................................   Passed    1.13 sec
        Start 141: shoc_tests_omp13
315/345 Test #201: tms_tests_omp11 ..........................................   Passed    0.46 sec
316/345 Test #141: shoc_tests_omp13 .........................................   Passed    0.62 sec
        Start 119: p3_tests_fail_omp14
317/345 Test #119: p3_tests_fail_omp14 ......................................   Passed    1.19 sec
        Start 120: p3_tests_fail_omp15
227/335 Test #125: shoc_tests_omp4 ..........................................   Passed    2.74 sec
        Start 140: shoc_sk_tests_omp3
305/346 Test #105: p3_tests_omp16 ...........................................   Passed    5.98 sec
        Start 120: p3_tests_fail_omp15
318/345 Test #120: p3_tests_fail_omp15 ......................................   Passed    1.10 sec
        Start 121: p3_tests_fail_omp16
228/335 Test #140: shoc_sk_tests_omp3 .......................................   Passed    1.01 sec
        Start 141: shoc_sk_tests_omp4
229/335 Test #108: p3_tests_fail_omp5 .......................................   Passed    5.89 sec
        Start 126: shoc_tests_omp5
319/345 Test #121: p3_tests_fail_omp16 ......................................   Passed    1.15 sec
        Start 122: p3_run_and_cmp_cxx_omp16
230/335 Test #141: shoc_sk_tests_omp4 .......................................   Passed    0.99 sec
        Start 156: dp_tests_omp3
231/335 Test #156: dp_tests_omp3 ............................................   Passed    0.75 sec
        Start 157: dp_tests_omp4
232/335 Test #157: dp_tests_omp4 ............................................   Passed    0.49 sec
        Start 172: spa_read_data_test_np3
233/335 Test #126: shoc_tests_omp5 ..........................................   Passed    3.05 sec
        Start 109: p3_tests_fail_omp6
320/345 Test #122: p3_run_and_cmp_cxx_omp16 .................................   Passed    2.50 sec
        Start 123: p3_run_and_cmp_f90_omp16
321/345 Test #123: p3_run_and_cmp_f90_omp16 .................................   Passed    0.39 sec
        Start 124: p3_run_and_cmp_cxx_fail_omp16
306/346 Test #120: p3_tests_fail_omp15 ......................................   Passed    4.50 sec
        Start 121: p3_tests_fail_omp16
234/335 Test #172: spa_read_data_test_np3 ...................................   Passed    2.22 sec
        Start 176: spa_one_to_one_remap_test_np3
322/345 Test #124: p3_run_and_cmp_cxx_fail_omp16 ............................   Passed    2.49 sec
        Start 125: p3_baseline_f90_fake_omp16
323/345 Test #125: p3_baseline_f90_fake_omp16 ...............................***Not Run (Disabled)   0.00 sec
        Start 126: p3_baseline_cxx_fake_omp16
324/345 Test #126: p3_baseline_cxx_fake_omp16 ...............................***Not Run (Disabled)   0.00 sec
        Start 142: shoc_tests_omp14
325/345 Test #142: shoc_tests_omp14 .........................................   Passed    0.60 sec
        Start 143: shoc_tests_omp15
235/335 Test #176: spa_one_to_one_remap_test_np3 ............................   Passed    2.53 sec
        Start 182: tms_tests_omp3
326/345 Test #143: shoc_tests_omp15 .........................................   Passed    0.57 sec
        Start 144: shoc_tests_omp16
236/335 Test #182: tms_tests_omp3 ...........................................   Passed    0.45 sec
        Start 271: surface_coupling_np3
327/345 Test #144: shoc_tests_omp16 .........................................   Passed    0.57 sec
        Start 157: shoc_sk_tests_omp13
237/335 Test #109: p3_tests_fail_omp6 .......................................   Passed    4.92 sec
        Start 127: shoc_tests_omp6
328/345 Test #157: shoc_sk_tests_omp13 ......................................   Passed    0.47 sec
        Start 158: shoc_sk_tests_omp14
238/335 Test #271: surface_coupling_np3 .....................................   Passed    1.33 sec
329/345 Test #158: shoc_sk_tests_omp14 ......................................   Passed    0.48 sec
        Start 159: shoc_sk_tests_omp15
330/345 Test #159: shoc_sk_tests_omp15 ......................................   Passed    0.44 sec
        Start 160: shoc_sk_tests_omp16
307/346 Test #121: p3_tests_fail_omp16 ......................................   Passed    5.41 sec
        Start 122: p3_run_and_cmp_cxx_omp16
331/345 Test #160: shoc_sk_tests_omp16 ......................................   Passed    0.44 sec
        Start 161: shoc_run_and_cmp_cxx_omp16
332/345 Test #161: shoc_run_and_cmp_cxx_omp16 ...............................   Passed    0.32 sec
        Start 162: shoc_run_and_cmp_f90_omp16
333/345 Test #162: shoc_run_and_cmp_f90_omp16 ...............................   Passed    0.35 sec
        Start 163: shoc_baseline_f90_fake_omp16
334/345 Test #163: shoc_baseline_f90_fake_omp16 .............................***Not Run (Disabled)   0.00 sec
        Start 164: shoc_baseline_cxx_fake_omp16
335/345 Test #164: shoc_baseline_cxx_fake_omp16 .............................***Not Run (Disabled)   0.00 sec
        Start 176: dp_tests_omp12
        Start 202: tms_tests_omp12
239/335 Test #127: shoc_tests_omp6 ..........................................   Passed    2.85 sec
        Start  78: physics_test_data_omp7
336/345 Test #176: dp_tests_omp12 ...........................................   Passed    0.47 sec
337/345 Test #202: tms_tests_omp12 ..........................................   Passed    0.48 sec
        Start 177: dp_tests_omp13
338/345 Test #177: dp_tests_omp13 ...........................................   Passed    0.49 sec
        Start 178: dp_tests_omp14
240/335 Test  #78: physics_test_data_omp7 ...................................   Passed    0.61 sec
        Start  79: physics_test_data_omp8
339/345 Test #178: dp_tests_omp14 ...........................................   Passed    0.49 sec
        Start 179: dp_tests_omp15
241/335 Test  #79: physics_test_data_omp8 ...................................   Passed    0.58 sec
        Start  80: physics_test_data_omp9
340/345 Test #179: dp_tests_omp15 ...........................................   Passed    0.47 sec
        Start 180: dp_tests_omp16
242/335 Test  #80: physics_test_data_omp9 ...................................   Passed    0.51 sec
        Start  94: p3_tests_omp7
341/345 Test #180: dp_tests_omp16 ...........................................   Passed    0.47 sec
        Start 203: tms_tests_omp13
342/345 Test #203: tms_tests_omp13 ..........................................   Passed    0.48 sec
        Start 204: tms_tests_omp14
343/345 Test #204: tms_tests_omp14 ..........................................   Passed    0.53 sec
        Start 205: tms_tests_omp15
308/346 Test #122: p3_run_and_cmp_cxx_omp16 .................................   Passed    4.63 sec
        Start 123: p3_run_and_cmp_f90_omp16
344/345 Test #205: tms_tests_omp15 ..........................................   Passed    0.44 sec
        Start 206: tms_tests_omp16
309/346 Test #123: p3_run_and_cmp_f90_omp16 .................................   Passed    0.52 sec
        Start 124: p3_run_and_cmp_cxx_fail_omp16
345/345 Test #206: tms_tests_omp16 ..........................................   Passed    0.47 sec

100% tests passed, 0 tests failed out of 340

Label Time Summary:
bfbhash = 0.81 secproc (1 test)
check = 0.81 sec
proc (1 test)
cld = 778.22 secproc (46 tests)
cld_fraction = 1.45 sec
proc (1 test)
diagnostics = 15.71 secproc (20 tests)
driver = 1407.51 sec
proc (98 tests)
dynamics = 630.07 secproc (47 tests)
fail = 207.39 sec
proc (18 tests)
horiz_remap = 20.59 secproc (4 tests)
io = 441.01 sec
proc (24 tests)
io,remap = 50.29 secproc (4 tests)
p3 = 1458.17 sec
proc (93 tests)
physics = 1822.55 secproc (126 tests)
physics_nudging = 4.41 sec
proc (1 test)
rrtmgp = 922.79 secproc (58 tests)
shoc = 892.58 sec
proc (60 tests)
spa = 330.74 secproc (23 tests)
surface_coupling = 21.27 sec
proc (4 tests)

Total Test time (real) = 144.63 sec

The following tests did not run:
89 - physics_saturation_baseline_fake (Disabled)
125 - p3_baseline_f90_fake_omp16 (Disabled)
126 - p3_baseline_cxx_fake_omp16 (Disabled)
163 - shoc_baseline_f90_fake_omp16 (Disabled)
164 - shoc_baseline_cxx_fake_omp16 (Disabled)
243/335 Test #94: p3_tests_omp7 ............................................ Passed 5.80 sec
Start 95: p3_tests_omp8
310/346 Test #124: p3_run_and_cmp_cxx_fail_omp16 ............................ Passed 7.12 sec
Start 125: p3_baseline_f90_fake_omp16
311/346 Test #125: p3_baseline_f90_fake_omp16 ...............................***Not Run (Disabled) 0.00 sec
Start 126: p3_baseline_cxx_fake_omp16
312/346 Test #126: p3_baseline_cxx_fake_omp16 ...............................***Not Run (Disabled) 0.00 sec
Start 141: shoc_tests_omp13
Start 174: dp_tests_omp10
313/346 Test #174: dp_tests_omp10 ........................................... Passed 0.51 sec
Start 200: tms_tests_omp10
314/346 Test #200: tms_tests_omp10 .......................................... Passed 0.53 sec
244/335 Test #95: p3_tests_omp8 ............................................ Passed 5.15 sec
Start 96: p3_tests_omp9
315/346 Test #141: shoc_tests_omp13 ......................................... Passed 3.28 sec
Start 142: shoc_tests_omp14
316/346 Test #142: shoc_tests_omp14 ......................................... Passed 3.05 sec
Start 143: shoc_tests_omp15
245/335 Test #96: p3_tests_omp9 ............................................ Passed 5.79 sec
Start 110: p3_tests_fail_omp7
317/346 Test #143: shoc_tests_omp15 ......................................... Passed 2.88 sec
Start 144: shoc_tests_omp16
318/346 Test #144: shoc_tests_omp16 ......................................... Passed 2.52 sec
Start 157: shoc_sk_tests_omp13
246/335 Test #110: p3_tests_fail_omp7 ....................................... Passed 5.02 sec
Start 111: p3_tests_fail_omp8
319/346 Test #157: shoc_sk_tests_omp13 ...................................... Passed 0.98 sec
Start 158: shoc_sk_tests_omp14
320/346 Test #158: shoc_sk_tests_omp14 ...................................... Passed 0.83 sec
Start 159: shoc_sk_tests_omp15
321/346 Test #159: shoc_sk_tests_omp15 ...................................... Passed 0.87 sec
Start 160: shoc_sk_tests_omp16
322/346 Test #160: shoc_sk_tests_omp16 ...................................... Passed 0.88 sec
Start 161: shoc_run_and_cmp_cxx_omp16
323/346 Test #161: shoc_run_and_cmp_cxx_omp16 ............................... Passed 1.56 sec
Start 162: shoc_run_and_cmp_f90_omp16
324/346 Test #162: shoc_run_and_cmp_f90_omp16 ............................... Passed 0.45 sec
Start 163: shoc_baseline_f90_fake_omp16
325/346 Test #163: shoc_baseline_f90_fake_omp16 .............................***Not Run (Disabled) 0.00 sec
Start 164: shoc_baseline_cxx_fake_omp16
326/346 Test #164: shoc_baseline_cxx_fake_omp16 .............................***Not Run (Disabled) 0.00 sec
Start 175: dp_tests_omp11
Start 176: dp_tests_omp12
247/335 Test #111: p3_tests_fail_omp8 ....................................... Passed 4.89 sec
Start 112: p3_tests_fail_omp9
327/346 Test #175: dp_tests_omp11 ........................................... Passed 0.46 sec
Start 201: tms_tests_omp11
328/346 Test #176: dp_tests_omp12 ........................................... Passed 0.46 sec
Start 202: tms_tests_omp12
329/346 Test #201: tms_tests_omp11 .......................................... Passed 0.49 sec
330/346 Test #202: tms_tests_omp12 .......................................... Passed 0.51 sec
Start 177: dp_tests_omp13
331/346 Test #177: dp_tests_omp13 ........................................... Passed 0.45 sec
Start 178: dp_tests_omp14
332/346 Test #178: dp_tests_omp14 ........................................... Passed 0.53 sec
Start 179: dp_tests_omp15
333/346 Test #179: dp_tests_omp15 ........................................... Passed 0.53 sec
Start 180: dp_tests_omp16
334/346 Test #180: dp_tests_omp16 ........................................... Passed 0.51 sec
Start 203: tms_tests_omp13
335/346 Test #203: tms_tests_omp13 .......................................... Passed 0.46 sec
Start 204: tms_tests_omp14
336/346 Test #204: tms_tests_omp14 .......................................... Passed 0.42 sec
Start 205: tms_tests_omp15
337/346 Test #205: tms_tests_omp15 .......................................... Passed 0.42 sec
Start 206: tms_tests_omp16
338/346 Test #206: tms_tests_omp16 .......................................... Passed 0.42 sec
248/335 Test #112: p3_tests_fail_omp9 ....................................... Passed 4.96 sec
Start 128: shoc_tests_omp7
249/335 Test #314: homme_shoc_cld_spa_p3_rrtmgp_np4 ......................... Passed 212.37 sec
Start 142: shoc_sk_tests_omp5
250/335 Test #311: homme_shoc_cld_spa_p3_rrtmgp_np1 ......................... Passed 804.44 sec
Start 315: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np2_output_bfb
251/335 Test #315: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np2_output_bfb ....... Passed 0.18 sec
Start 316: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np3_output_bfb
252/335 Test #128: shoc_tests_omp7 .......................................... Passed 2.40 sec
Start 129: shoc_tests_omp8
253/335 Test #316: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np3_output_bfb ....... Passed 0.18 sec
Start 317: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np4_output_bfb
254/335 Test #142: shoc_sk_tests_omp5 ....................................... Passed 0.88 sec
Start 158: dp_tests_omp5
255/335 Test #317: homme_shoc_cld_spa_p3_rrtmgp_np1_vs_np4_output_bfb ....... Passed 0.17 sec
256/335 Test #158: dp_tests_omp5 ............................................ Passed 0.41 sec
Start 143: shoc_sk_tests_omp6
257/335 Test #143: shoc_sk_tests_omp6 ....................................... Passed 0.80 sec
Start 159: dp_tests_omp6
258/335 Test #159: dp_tests_omp6 ............................................ Passed 0.42 sec
Start 173: spa_read_data_test_np4
259/335 Test #129: shoc_tests_omp8 .......................................... Passed 2.40 sec
Start 81: physics_test_data_omp10
260/335 Test #81: physics_test_data_omp10 .................................. Passed 0.47 sec
Start 97: p3_tests_omp10
261/335 Test #173: spa_read_data_test_np4 ................................... Passed 2.39 sec
Start 177: spa_one_to_one_remap_test_np4
262/335 Test #177: spa_one_to_one_remap_test_np4 ............................ Passed 1.99 sec
Start 183: tms_tests_omp4
263/335 Test #183: tms_tests_omp4 ........................................... Passed 0.44 sec
Start 272: surface_coupling_np4
264/335 Test #97: p3_tests_omp10 ........................................... Passed 4.34 sec
Start 113: p3_tests_fail_omp10
265/335 Test #272: surface_coupling_np4 ..................................... Passed 1.34 sec
266/335 Test #113: p3_tests_fail_omp10 ...................................... Passed 4.70 sec
Start 82: physics_test_data_omp11
267/335 Test #82: physics_test_data_omp11 .................................. Passed 0.43 sec
Start 83: physics_test_data_omp12
268/335 Test #83: physics_test_data_omp12 .................................. Passed 0.43 sec
Start 84: physics_test_data_omp13
269/335 Test #84: physics_test_data_omp13 .................................. Passed 0.42 sec
Start 85: physics_test_data_omp14
270/335 Test #85: physics_test_data_omp14 .................................. Passed 0.43 sec
Start 98: p3_tests_omp11
271/335 Test #98: p3_tests_omp11 ........................................... Passed 4.75 sec
Start 99: p3_tests_omp12
339/346 Test #329: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1 ............... Passed 868.14 sec
Start 333: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb
Start 336: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1
Start 337: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2
Start 338: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3
Start 339: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4
340/346 Test #336: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1 .... Passed 0.50 sec
341/346 Test #339: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4 .... Passed 0.50 sec
342/346 Test #337: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2 .... Passed 0.51 sec
343/346 Test #338: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3 .... Passed 0.51 sec
272/335 Test #99: p3_tests_omp12 ........................................... Passed 4.48 sec
Start 100: p3_tests_omp13
344/346 Test #333: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb .... Passed 1.38 sec
Start 334: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb
345/346 Test #334: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb .... Passed 1.17 sec
Start 335: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb
346/346 Test #335: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb .... Passed 1.09 sec

100% tests passed, 0 tests failed out of 341

Label Time Summary:
bfbhash = 2.73 secproc (1 test)
check = 2.95 sec
proc (1 test)
cld = 13681.83 secproc (46 tests)
cld_fraction = 2.23 sec
proc (1 test)
diagnostics = 28.72 secproc (20 tests)
driver = 15744.69 sec
proc (98 tests)
dynamics = 10441.58 secproc (47 tests)
fail = 1019.38 sec
proc (19 tests)
horiz_remap = 24.62 secproc (4 tests)
io = 523.81 sec
proc (24 tests)
io,remap = 64.25 secproc (4 tests)
p3 = 16333.90 sec
proc (93 tests)
physics = 17745.37 secproc (126 tests)
physics_nudging = 3.63 sec
proc (1 test)
rrtmgp = 14269.76 secproc (58 tests)
shoc = 13937.43 sec
proc (60 tests)
spa = 2698.25 secproc (23 tests)
surface_coupling = 28.08 sec
proc (4 tests)

Total Test time (real) = 936.88 sec

The following tests did not run:
89 - physics_saturation_baseline_fake (Disabled)
125 - p3_baseline_f90_fake_omp16 (Disabled)
126 - p3_baseline_cxx_fake_omp16 (Disabled)
163 - shoc_baseline_f90_fake_omp16 (Disabled)
164 - shoc_baseline_cxx_fake_omp16 (Disabled)
273/335 Test #100: p3_tests_omp13 ........................................... Passed 3.61 sec
Start 101: p3_tests_omp14
274/335 Test #101: p3_tests_omp14 ........................................... Passed 4.16 sec
Start 114: p3_tests_fail_omp11
275/335 Test #114: p3_tests_fail_omp11 ...................................... Passed 4.50 sec
Start 115: p3_tests_fail_omp12
276/335 Test #115: p3_tests_fail_omp12 ...................................... Passed 4.04 sec
Start 116: p3_tests_fail_omp13
277/335 Test #116: p3_tests_fail_omp13 ...................................... Passed 4.54 sec
Start 117: p3_tests_fail_omp14
278/335 Test #117: p3_tests_fail_omp14 ...................................... Passed 4.12 sec
Start 130: shoc_tests_omp9
Start 184: tms_tests_omp5
279/335 Test #184: tms_tests_omp5 ........................................... Passed 0.46 sec
280/335 Test #130: shoc_tests_omp9 .......................................... Passed 2.28 sec
Start 131: shoc_tests_omp10
281/335 Test #131: shoc_tests_omp10 ......................................... Passed 2.22 sec
Start 132: shoc_tests_omp11
282/335 Test #132: shoc_tests_omp11 ......................................... Passed 2.23 sec
Start 133: shoc_tests_omp12
283/335 Test #133: shoc_tests_omp12 ......................................... Passed 2.24 sec
Start 134: shoc_tests_omp13
284/335 Test #134: shoc_tests_omp13 ......................................... Passed 2.22 sec
Start 135: shoc_tests_omp14
285/335 Test #135: shoc_tests_omp14 ......................................... Passed 2.02 sec
Start 144: shoc_sk_tests_omp7
Start 160: dp_tests_omp7
286/335 Test #160: dp_tests_omp7 ............................................ Passed 0.46 sec
Start 185: tms_tests_omp6
287/335 Test #144: shoc_sk_tests_omp7 ....................................... Passed 0.85 sec
Start 145: shoc_sk_tests_omp8
288/335 Test #185: tms_tests_omp6 ........................................... Passed 0.44 sec
289/335 Test #145: shoc_sk_tests_omp8 ....................................... Passed 0.79 sec
Start 146: shoc_sk_tests_omp9
290/335 Test #146: shoc_sk_tests_omp9 ....................................... Passed 0.90 sec
Start 147: shoc_sk_tests_omp10
291/335 Test #147: shoc_sk_tests_omp10 ...................................... Passed 0.79 sec
Start 148: shoc_sk_tests_omp11
292/335 Test #148: shoc_sk_tests_omp11 ...................................... Passed 0.79 sec
Start 149: shoc_sk_tests_omp12
293/335 Test #149: shoc_sk_tests_omp12 ...................................... Passed 0.79 sec
Start 150: shoc_sk_tests_omp13
294/335 Test #150: shoc_sk_tests_omp13 ...................................... Passed 0.79 sec
Start 151: shoc_sk_tests_omp14
295/335 Test #151: shoc_sk_tests_omp14 ...................................... Passed 0.64 sec
Start 161: dp_tests_omp8
296/335 Test #161: dp_tests_omp8 ............................................ Passed 0.43 sec
Start 162: dp_tests_omp9
297/335 Test #162: dp_tests_omp9 ............................................ Passed 0.42 sec
Start 163: dp_tests_omp10
298/335 Test #163: dp_tests_omp10 ........................................... Passed 0.42 sec
Start 164: dp_tests_omp11
299/335 Test #164: dp_tests_omp11 ........................................... Passed 0.41 sec
Start 165: dp_tests_omp12
300/335 Test #165: dp_tests_omp12 ........................................... Passed 0.41 sec
Start 166: dp_tests_omp13
301/335 Test #166: dp_tests_omp13 ........................................... Passed 0.41 sec
Start 167: dp_tests_omp14
302/335 Test #167: dp_tests_omp14 ........................................... Passed 0.41 sec
Start 186: tms_tests_omp7
303/335 Test #186: tms_tests_omp7 ........................................... Passed 0.42 sec
Start 187: tms_tests_omp8
304/335 Test #187: tms_tests_omp8 ........................................... Passed 0.41 sec
Start 188: tms_tests_omp9
305/335 Test #188: tms_tests_omp9 ........................................... Passed 0.46 sec
Start 189: tms_tests_omp10
306/335 Test #189: tms_tests_omp10 .......................................... Passed 0.42 sec
Start 190: tms_tests_omp11
307/335 Test #190: tms_tests_omp11 .......................................... Passed 0.42 sec
Start 191: tms_tests_omp12
308/335 Test #191: tms_tests_omp12 .......................................... Passed 0.42 sec
Start 192: tms_tests_omp13
309/335 Test #192: tms_tests_omp13 .......................................... Passed 0.42 sec
Start 193: tms_tests_omp14
310/335 Test #319: homme_shoc_cld_spa_p3_rrtmgp_128levels_np2 ............... Passed 638.01 sec
311/335 Test #193: tms_tests_omp14 .......................................... Passed 0.67 sec
Start 86: physics_test_data_omp15
312/335 Test #86: physics_test_data_omp15 .................................. Passed 0.42 sec
Start 87: physics_test_data_omp16
313/335 Test #87: physics_test_data_omp16 .................................. Passed 0.42 sec
Start 102: p3_tests_omp15
314/335 Test #320: homme_shoc_cld_spa_p3_rrtmgp_128levels_np3 ............... Passed 460.14 sec
315/335 Test #102: p3_tests_omp15 ........................................... Passed 3.68 sec
Start 103: p3_tests_omp16
316/335 Test #103: p3_tests_omp16 ........................................... Passed 4.14 sec
Start 118: p3_tests_fail_omp15
317/335 Test #118: p3_tests_fail_omp15 ...................................... Passed 4.37 sec
Start 119: p3_tests_fail_omp16
318/335 Test #119: p3_tests_fail_omp16 ...................................... Passed 4.05 sec
Start 136: shoc_tests_omp15
319/335 Test #136: shoc_tests_omp15 ......................................... Passed 2.00 sec
Start 137: shoc_tests_omp16
320/335 Test #137: shoc_tests_omp16 ......................................... Passed 2.00 sec
Start 152: shoc_sk_tests_omp15
321/335 Test #152: shoc_sk_tests_omp15 ...................................... Passed 0.64 sec
Start 153: shoc_sk_tests_omp16
322/335 Test #153: shoc_sk_tests_omp16 ...................................... Passed 0.64 sec
Start 168: dp_tests_omp15
323/335 Test #168: dp_tests_omp15 ........................................... Passed 0.41 sec
Start 169: dp_tests_omp16
324/335 Test #169: dp_tests_omp16 ........................................... Passed 0.41 sec
Start 194: tms_tests_omp15
325/335 Test #194: tms_tests_omp15 .......................................... Passed 0.41 sec
Start 195: tms_tests_omp16
326/335 Test #195: tms_tests_omp16 .......................................... Passed 0.41 sec
327/335 Test #321: homme_shoc_cld_spa_p3_rrtmgp_128levels_np4 ............... Passed 313.89 sec
328/335 Test #318: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1 ............... Passed 1199.00 sec
Start 322: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb
Start 325: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1
Start 326: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2
Start 327: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3
Start 328: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4
329/335 Test #325: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np1 .... Passed 0.50 sec
330/335 Test #326: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np2 .... Passed 0.51 sec
331/335 Test #327: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np3 .... Passed 0.51 sec
332/335 Test #328: homme_shoc_cld_spa_p3_rrtmgp_128levels_tend_check_np4 .... Passed 0.50 sec
333/335 Test #322: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np2_bfb .... Passed 1.21 sec
Start 323: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb
334/335 Test #323: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np3_bfb .... Passed 1.08 sec
Start 324: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb
335/335 Test #324: homme_shoc_cld_spa_p3_rrtmgp_128levels_np1_vs_np4_bfb .... Passed 1.08 sec

100% tests passed, 0 tests failed out of 335

Label Time Summary:
bfbhash = 0.96 secproc (1 test)
check = 3.16 sec
proc (1 test)
cld = 17974.11 secproc (46 tests)
cld_fraction = 2.23 sec
proc (1 test)
diagnostics = 30.54 secproc (20 tests)
driver = 20725.93 sec
proc (98 tests)
dynamics = 15009.92 secproc (47 tests)
fail = 651.46 sec
proc (18 tests)
horiz_remap = 18.03 secproc (4 tests)
io = 554.52 sec
proc (24 tests)
io,remap = 56.68 secproc (4 tests)
p3 = 19703.04 sec
proc (90 tests)
physics = 21090.77 secproc (120 tests)
physics_nudging = 3.23 sec
proc (1 test)
rrtmgp = 18584.98 secproc (58 tests)
shoc = 18205.09 sec
proc (58 tests)
spa = 2841.64 secproc (23 tests)
surface_coupling = 16.79 sec
proc (4 tests)

Total Test time (real) = 1325.04 sec

Testing 'd2f313bd33ef25b18e959eee7a513cf01482761f' for test 'full_sp_debug'

RUN: taskset -c 24-47 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=24 CTEST_PARALLEL_LEVEL=24 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4723/scream/components/eamxx/ctest-build/full_sp_debug/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4723/scream/components/eamxx/ctest-build/full_sp_debug -DBUILD_NAME_MOD=full_sp_debug -S /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4723/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=blake -DCMAKE_COMMAND="-C /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4723/scream/components/eamxx/cmake/machine-files/blake.cmake -DNetCDF_Fortran_PATH=/home/projects/e3sm/scream/libs/netcdf-fortran/install/blake -DNetCDF_C_PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-c/install/blake -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DSCREAM_DOUBLE_PRECISION=False -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicxx -DCMAKE_C_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicc -DCMAKE_Fortran_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=24 -DSCREAM_TEST_DATA_DIR=/home/projects/e3sm/scream/pr-autotester/master-baselines/blake/full_sp_debug/data" '
FROM: /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4723/scream/components/eamxx/ctest-build/full_sp_debug

Testing 'd2f313bd33ef25b18e959eee7a513cf01482761f' for test 'debug_nopack_fpe'

RUN: taskset -c 48-71 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=24 CTEST_PARALLEL_LEVEL=24 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4723/scream/components/eamxx/ctest-build/debug_nopack_fpe/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4723/scream/components/eamxx/ctest-build/debug_nopack_fpe -DBUILD_NAME_MOD=debug_nopack_fpe -S /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4723/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=blake -DCMAKE_COMMAND="-C /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4723/scream/components/eamxx/cmake/machine-files/blake.cmake -DNetCDF_Fortran_PATH=/home/projects/e3sm/scream/libs/netcdf-fortran/install/blake -DNetCDF_C_PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-c/install/blake -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DSCREAM_PACK_SIZE=1 -DSCREAM_FPE=True -DSCREAM_ENABLE_BASELINE_TESTS=False -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicxx -DCMAKE_C_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicc -DCMAKE_Fortran_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=24" '
FROM: /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4723/scream/components/eamxx/ctest-build/debug_nopack_fpe

Testing 'd2f313bd33ef25b18e959eee7a513cf01482761f' for test 'full_debug'

RUN: taskset -c 0-23 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=24 CTEST_PARALLEL_LEVEL=24 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4723/scream/components/eamxx/ctest-build/full_debug/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4723/scream/components/eamxx/ctest-build/full_debug -DBUILD_NAME_MOD=full_debug -S /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4723/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=blake -DCMAKE_COMMAND="-C /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4723/scream/components/eamxx/cmake/machine-files/blake.cmake -DNetCDF_Fortran_PATH=/home/projects/e3sm/scream/libs/netcdf-fortran/install/blake -DNetCDF_C_PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-c/install/blake -DCMAKE_BUILD_TYPE=Debug -DEKAT_DEFAULT_BFB=True -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicxx -DCMAKE_C_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicc -DCMAKE_Fortran_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=24 -DSCREAM_TEST_DATA_DIR=/home/projects/e3sm/scream/pr-autotester/master-baselines/blake/full_debug/data" '
FROM: /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4723/scream/components/eamxx/ctest-build/full_debug

Testing 'd2f313bd33ef25b18e959eee7a513cf01482761f' for test 'release'

RUN: taskset -c 72-95 sh -c 'SCREAM_BUILD_PARALLEL_LEVEL=24 CTEST_PARALLEL_LEVEL=24 ctest -V --output-on-failure --resource-spec-file /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4723/scream/components/eamxx/ctest-build/release/ctest_resource_file.json -DNO_SUBMIT=True -DBUILD_WORK_DIR=/home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4723/scream/components/eamxx/ctest-build/release -DBUILD_NAME_MOD=release -S /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4723/scream/components/eamxx/cmake/ctest_script.cmake -DCTEST_SITE=blake -DCMAKE_COMMAND="-C /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4723/scream/components/eamxx/cmake/machine-files/blake.cmake -DNetCDF_Fortran_PATH=/home/projects/e3sm/scream/libs/netcdf-fortran/install/blake -DNetCDF_C_PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-c/install/blake -DCMAKE_BUILD_TYPE=Release -DEKAT_DISABLE_TPL_WARNINGS='''ON''' -DCMAKE_CXX_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicxx -DCMAKE_C_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpicc -DCMAKE_Fortran_COMPILER=/home/projects/x86-64-skylake/openmpi/2.1.2/intel/19.3.199/bin/mpifort -DSCREAM_DYNAMICS_DYCORE=HOMME -DSCREAM_TEST_MAX_TOTAL_THREADS=24 -DSCREAM_TEST_DATA_DIR=/home/projects/e3sm/scream/pr-autotester/master-baselines/blake/release/data" '
FROM: /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4723/scream/components/eamxx/ctest-build/release
OVERALL STATUS: PASS
salloc: Relinquishing job allocation 1013637
salloc: Job allocation 1013637 has been revoked.
Starting analysis on blake with cmd: cd /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4723/scream/components/eamxx && module purge && module load python/3.8.8/gcc/10.2.0 && module unload gcc/10.2.0 && module load openmpi/2.1.2 zlib git/2.9.4 cmake/3.19.3 && export PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-fortran/install/blake/bin:$PATH && export PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-c/install/blake/bin:$PATH && export PATH=/ascldap/users/projects/e3sm/scream/libs/pnetcdf/install/blake/bin:$PATH && export INTEL_LICENSE_FILE=/home/projects/x86-64/intel/licenses/USE_SERVER.lic && export OMP_PROC_BIND=spread && true && salloc -N 1 srun -n1 --preserve-env ./scripts/test-all-scream --baseline-dir AUTO $compiler -c EKAT_DISABLE_TPL_WARNINGS=ON -p -i -m blake
RUN: cd /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4723/scream/components/eamxx && module purge && module load python/3.8.8/gcc/10.2.0 && module unload gcc/10.2.0 && module load openmpi/2.1.2 zlib git/2.9.4 cmake/3.19.3 && export PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-fortran/install/blake/bin:$PATH && export PATH=/ascldap/users/projects/e3sm/scream/libs/netcdf-c/install/blake/bin:$PATH && export PATH=/ascldap/users/projects/e3sm/scream/libs/pnetcdf/install/blake/bin:$PATH && export INTEL_LICENSE_FILE=/home/projects/x86-64/intel/licenses/USE_SERVER.lic && export OMP_PROC_BIND=spread && true && salloc -N 1 srun -n1 --preserve-env ./scripts/test-all-scream --baseline-dir AUTO $compiler -c EKAT_DISABLE_TPL_WARNINGS=ON -p -i -m blake
FROM: /home/e3sm-jenkins/blake/workspace/SCREAM_PullRequest_Autotester_Blake/4723/scream/components/eamxx
Completed analysis on blake

  • [[ 0 != 0 ]]
  • [[ 1 == 0 ]]
  • [[ blake == \m\a\p\p\y ]]
  • set +x
    Performing Post build task...
    Match found for : : True
    Logical operation result is TRUE
    Running script : #!/bin/bash -le

cd $WORKSPACE/${BUILD_ID}/

./scream/components/eamxx/scripts/jenkins/jenkins_cleanup.sh
[SCREAM_PullRequest_Autotester_Blake] $ /bin/bash -le /tmp/jenkins12540726053213892692.sh
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Finished: SUCCESS

Copy link
Contributor

@bogensch bogensch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your efforts on this @tcclevenger. This looks good to me.

@tcclevenger tcclevenger merged commit b4628b1 into master Aug 3, 2023
@tcclevenger tcclevenger deleted the tcclevenger/flux_state_consistency_checks branch August 3, 2023 21:26
// the moisture in the lowest model level. If so, apply fixer.
const auto condition = surf_evap(i) - (qmin - qv_i(last_pack_idx)[last_pack_entry])/(dt*gravit*rpdel);
if (condition < 0) {
const auto cc = abs(surf_evap(i)*dt*gravit);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For this case of a double, rather than pack, argument, I believe abs is C's int abs(int), not C++'s std::abs call through to, essentially, fabs. Demo:

$ cat abs.cpp
#include <iostream>
int main () { std::cout << abs(-3.14) << "\n"; }
$ g++ -std=c++14 abs.cpp; if [ $? == 0 ]; then ./a.out; fi
3
$ cat abs.cpp
#include <iostream>
int main () { std::cout << std::abs(-3.14) << "\n"; }
$ g++ -std=c++14 abs.cpp; if [ $? == 0 ]; then ./a.out; fi
3.14


surf_evap(i) = 0;
}
});
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i am confused about this code:

  1. i think it is being called in each macmic iteration, which means only surf_evap/macmic_loop_size is applied in shoc iteration. does the code operate with quantity surf_evap/macmic_loop_size or does it operate with surf_evap?
  2. the way i read the code, compared to the original version (before 'condition' line was introduced) is that nothing in the distribution of extra negative mass changed. i think Peter's objection was that if there is potentially negative mass in the bottom layer, then the excess would be redistributed above it. the way i read the code, right now not excess (value connected to 'condition'), but the whole surf_evap mass (value connected to 'cc') is redistributed, and not to the top of the very bottom layer, but to all layers (parallel_for loop).
  3. related to that, i think the algorithm that Peter B. wanted to see would leave surf_evap not with 0, but with the biggest by the abs value mass that is allowed in the bottom layer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants