Ariel MPI
Due to some issues with rebasing, I've re-created this PR. The original one, #2380, will be deleted.
This PR adds the ability for the Ariel core model to trace MPI programs. A number of other improvements have been made to Ariel in the process.
The new features are behind a new flag for sst-elements, --enable-ariel-mpi. This will cause the launcher in ariel/mpi to be built, and will allow you to run the tests in ariel/tests/testsuit_mpi_Ariel.py.
Features
- Adds the following options to Ariel:
mpimode: Whether to use <mpilauncher> to to launch <launcher> in order to trace MPI-enabled applications. [0]
mpilauncher: Specify a launcher to be used for MPI executables in conjuction with <launcher> [MPILAUNCHER_EXECUTABLE]
mpiranks: Number of ranks to be launched by <mpilauncher>. Only <mpitracerank> will be traced by <launcher>. [1]
mpitracerank: Rank to be traced by <launcher>. [0]
- Adds a directory,
mpi/which containsmpilauncher, and some test programs,hello.cc,reduce.cc, andfakepin.cc. - Adds
ariel_disableto the Ariel API, allowing you to stop sending instructions (re-enable output by callingariel_enable) - Integrates the Ariel API into the build system so that
libarielapi.sois built by default - Improves some error messages produced by the Ariel test suite
Changes
- Previously, whether or not you got a real time or a sim time from
mapped_gettimeofdayandmapped_clockgettimedepended on whether or not Ariel output was enabled (i.e. whether Ariel is currently sending instructions on the pipe). Now, you will get a simulation time anytime afterariel_enableis called. As it was impossible to disable output before, this should not affect any existing programs, but it ensures that if you do useariel_disable, you will have a monotonic clock. - NOTE: You should not try to reason about gettimeofday/clockgettime calls made in different
ariel_enable-ariel_disableregions. - New reference files have been generated to include output for the new Ariel API calls and for some RTL messages.
Temporary limitations
- We can only trace a single rank of the MPI program
- SST Core must be compiled without MPI support
- All ranks from the traced program must run on a single node alongside SST
- The Ariel MPI testsuite is not run by default. Run it with
sst-test-elements -w "*mpi_Ariel*"
Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection is Not Necessary for this Pull Request.
Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:
Pull Request Auto Testing STARTING (click to expand)
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements
- Build Num: 1531
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_Make-Dist
- Build Num: 1011
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2
- Build Num: 1513
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2
- Build Num: 1513
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements
- Build Num: 93
- Status: STARTED
Using Repos:
- Repo: ELEMENTS (plavin/sst-elements)
- Branch: ariel-mpi-rebase
- SHA: 32617c2f4f980611eed1d81d843c3a98a4e93fd2
- Mode: TEST_REPO
- Repo: SQE (sstsimulator/sst-sqe)
- Branch: devel
- SHA: 8511e750279b560b871b00dcdcd418d1a792ecc4
- Mode: SUPPORT_REPO
- Repo: CORE (sstsimulator/sst-core)
- Branch: devel
- SHA: 1641e383475abf1d1eccdbd15f98ce95f7a486a5
- Mode: SUPPORT_REPO
- Repo: MACRO (sstsimulator/sst-macro)
- Branch: devel
- SHA: 50a62170b3681ea20cc2f56abd2eb3911053f1fc
- Mode: SUPPORT_REPO
Pull Request Author: plavin
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)
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements
- Result: FAILED
- Build #: 1531
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements/1531/consoleFull
- Job: - Status: FAILURE
Test Results
| Test Name | Status |
|---|---|
| test_Ariel_memH_test | FAILED |
| test_Ariel_runstream | FAILED |
| test_Ariel_testNB | FAILED |
| test_Ariel_testSt | FAILED |
| test_Ariel_test_ivb | FAILED |
| test_Ariel_test_snb | FAILED |
| test_Ariel_test_snb_mlm | FAILED |
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_Make-Dist
- Result: FAILED
- Build #: 1011
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_Make-Dist/1011/consoleFull
- Job: - Status: FAILURE
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2
- Result: FAILED
- Build #: 1513
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2/1513/consoleFull
- Job: - Status: FAILURE
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2
- Result: FAILED
- Build #: 1513
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2/1513/consoleFull
- Job: - Status: FAILURE
Job: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements
- Result: FAILED
- Build #: 93
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements/93/consoleFull
- Job: - Status: FAILURE
Status Flag 'Pull Request AutoTester' - User Requested Retest - Label AT: RETEST will be reset after testing.
Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection is Not Necessary for this Pull Request.
Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:
Pull Request Auto Testing STARTING (click to expand)
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements
- Build Num: 1532
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_Make-Dist
- Build Num: 1012
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2
- Build Num: 1514
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2
- Build Num: 1514
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements
- Build Num: 94
- Status: STARTED
Using Repos:
- Repo: ELEMENTS (plavin/sst-elements)
- Branch: ariel-mpi-rebase
- SHA: fbdcbb2883b50f7a9d0c7f26b5065dc1dd8859e7
- Mode: TEST_REPO
- Repo: SQE (sstsimulator/sst-sqe)
- Branch: devel
- SHA: 8511e750279b560b871b00dcdcd418d1a792ecc4
- Mode: SUPPORT_REPO
- Repo: CORE (sstsimulator/sst-core)
- Branch: devel
- SHA: 1641e383475abf1d1eccdbd15f98ce95f7a486a5
- Mode: SUPPORT_REPO
- Repo: MACRO (sstsimulator/sst-macro)
- Branch: devel
- SHA: 50a62170b3681ea20cc2f56abd2eb3911053f1fc
- Mode: SUPPORT_REPO
Pull Request Author: plavin
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)
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements
- Result: FAILED
- Build #: 1532
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements/1532/consoleFull
- Job: - Status: FAILURE
Test Results
| Test Name | Status |
|---|---|
| test_Ariel_memH_test | FAILED |
| test_Ariel_runstream | FAILED |
| test_Ariel_testNB | FAILED |
| test_Ariel_testSt | FAILED |
| test_Ariel_test_ivb | FAILED |
| test_Ariel_test_snb | FAILED |
| test_Ariel_test_snb_mlm | FAILED |
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_Make-Dist
- Result: FAILED
- Build #: 1012
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_Make-Dist/1012/consoleFull
- Job: - Status: FAILURE
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2
- Result: FAILED
- Build #: 1514
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2/1514/consoleFull
- Job: - Status: FAILURE
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2
- Result: FAILED
- Build #: 1514
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2/1514/consoleFull
- Job: - Status: FAILURE
Job: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements
- Result: PASSED
- Build #: 94
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements/94/consoleFull
Status Flag 'Pull Request AutoTester' - User Requested Retest - Label AT: RETEST will be reset after testing.
Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection is Not Necessary for this Pull Request.
Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:
Pull Request Auto Testing STARTING (click to expand)
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements
- Build Num: 1533
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_Make-Dist
- Build Num: 1013
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2
- Build Num: 1515
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2
- Build Num: 1515
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements
- Build Num: 95
- Status: STARTED
Using Repos:
- Repo: ELEMENTS (plavin/sst-elements)
- Branch: ariel-mpi-rebase
- SHA: 9b0f85599c30d2040e17bc8fc4d1ed64b5b65718
- Mode: TEST_REPO
- Repo: SQE (sstsimulator/sst-sqe)
- Branch: devel
- SHA: ee1eca21d5f27f78dff1a801b536a468365ab4de
- Mode: SUPPORT_REPO
- Repo: CORE (sstsimulator/sst-core)
- Branch: devel
- SHA: 1641e383475abf1d1eccdbd15f98ce95f7a486a5
- Mode: SUPPORT_REPO
- Repo: MACRO (sstsimulator/sst-macro)
- Branch: devel
- SHA: 50a62170b3681ea20cc2f56abd2eb3911053f1fc
- Mode: SUPPORT_REPO
Pull Request Author: plavin
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)
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements
- Result: FAILED
- Build #: 1533
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements/1533/consoleFull
- Job: - Status: FAILURE
Test Results
| Test Name | Status |
|---|---|
| test_Ariel_memH_test | FAILED |
| test_Ariel_runstream | FAILED |
| test_Ariel_testNB | FAILED |
| test_Ariel_testSt | FAILED |
| test_Ariel_test_ivb | FAILED |
| test_Ariel_test_snb | FAILED |
| test_Ariel_test_snb_mlm | FAILED |
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_Make-Dist
- Result: FAILED
- Build #: 1013
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_Make-Dist/1013/consoleFull
- Job: - Status: FAILURE
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2
- Result: FAILED
- Build #: 1515
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2/1515/consoleFull
- Job: - Status: FAILURE
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2
- Result: FAILED
- Build #: 1515
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2/1515/consoleFull
- Job: - Status: FAILURE
Job: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements
- Result: PASSED
- Build #: 95
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements/95/consoleFull
Status Flag 'Pull Request AutoTester' - User Requested Retest - Label AT: RETEST will be reset after testing.
Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection is Not Necessary for this Pull Request.
Status Flag 'Pull Request AutoTester' - Failure: Timed out waiting for job SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements to start: Total Wait = 303
- Other jobs have been previously started - We must stop them...
Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:
Pull Request Auto Testing STARTING (click to expand)
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements
- Build Num: 1561
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_Make-Dist
- Build Num: 1033
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2
- Build Num: 1542
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2
- Build Num: 1542
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements
- Build Num: 122
- Status: STARTED
Using Repos:
- Repo: ELEMENTS (plavin/sst-elements)
- Branch: ariel-mpi-rebase
- SHA: fcf85d0e9b796ed01e874359d980d78ff4213c51
- Mode: TEST_REPO
- Repo: SQE (sstsimulator/sst-sqe)
- Branch: devel
- SHA: 2574c98896598820227190149834172b962dc3fc
- Mode: SUPPORT_REPO
- Repo: CORE (sstsimulator/sst-core)
- Branch: devel
- SHA: d71da88fa49fff030c6f38704dec5e893afee664
- Mode: SUPPORT_REPO
- Repo: MACRO (sstsimulator/sst-macro)
- Branch: devel
- SHA: 50a62170b3681ea20cc2f56abd2eb3911053f1fc
- Mode: SUPPORT_REPO
Pull Request Author: plavin
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)
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements
- Result: FAILED
- Build #: 1561
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements/1561/consoleFull
- Job: - Status: FAILURE
Test Results
| Test Name | Status |
|---|---|
| test_Ariel_memH_test | FAILED |
| test_Ariel_runstream | FAILED |
| test_Ariel_testNB | FAILED |
| test_Ariel_testSt | FAILED |
| test_Ariel_test_ivb | FAILED |
| test_Ariel_test_snb | FAILED |
| test_Ariel_test_snb_mlm | FAILED |
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_Make-Dist
- Result: FAILED
- Build #: 1033
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_Make-Dist/1033/consoleFull
- Job: - Status: FAILURE
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2
- Result: FAILED
- Build #: 1542
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2/1542/consoleFull
- Job: - Status: FAILURE
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2
- Result: FAILED
- Build #: 1542
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2/1542/consoleFull
- Job: - Status: FAILURE
Job: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements
- Result: PASSED
- Build #: 122
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements/122/consoleFull
Status Flag 'Pull Request AutoTester' - User Requested Retest - Label AT: RETEST will be reset after testing.
Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:
Pull Request Auto Testing STARTING (click to expand)
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements
- Build Num: 1571
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_Make-Dist
- Build Num: 1036
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2
- Build Num: 1552
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2
- Build Num: 1552
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements
- Build Num: 132
- Status: STARTED
Using Repos:
- Repo: ELEMENTS (plavin/sst-elements)
- Branch: ariel-mpi-rebase
- SHA: fcf85d0e9b796ed01e874359d980d78ff4213c51
- Mode: TEST_REPO
- Repo: SQE (sstsimulator/sst-sqe)
- Branch: devel
- SHA: 2574c98896598820227190149834172b962dc3fc
- Mode: SUPPORT_REPO
- Repo: CORE (sstsimulator/sst-core)
- Branch: devel
- SHA: 312d1df2925a5664fc9428aad528fe35c3872c3f
- Mode: SUPPORT_REPO
- Repo: MACRO (sstsimulator/sst-macro)
- Branch: devel
- SHA: 50a62170b3681ea20cc2f56abd2eb3911053f1fc
- Mode: SUPPORT_REPO
Pull Request Author: plavin
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)
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements
- Result: FAILED
- Build #: 1571
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements/1571/consoleFull
- Job: - Status: FAILURE
Test Results
| Test Name | Status |
|---|---|
| test_Ariel_memH_test | FAILED |
| test_Ariel_runstream | FAILED |
| test_Ariel_testNB | FAILED |
| test_Ariel_testSt | FAILED |
| test_Ariel_test_ivb | FAILED |
| test_Ariel_test_snb | FAILED |
| test_Ariel_test_snb_mlm | FAILED |
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_Make-Dist
- Result: FAILED
- Build #: 1036
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_Make-Dist/1036/consoleFull
- Job: - Status: FAILURE
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2
- Result: FAILED
- Build #: 1552
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2/1552/consoleFull
- Job: - Status: FAILURE
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2
- Result: FAILED
- Build #: 1552
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2/1552/consoleFull
- Job: - Status: FAILURE
Job: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements
- Result: PASSED
- Build #: 132
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements/132/consoleFull
Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection is Not Necessary for this Pull Request.
Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:
Pull Request Auto Testing STARTING (click to expand)
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements
- Build Num: 1572
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_Make-Dist
- Build Num: 1037
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2
- Build Num: 1553
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2
- Build Num: 1553
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements
- Build Num: 133
- Status: STARTED
Using Repos:
- Repo: ELEMENTS (plavin/sst-elements)
- Branch: ariel-mpi-rebase
- SHA: d0551c6572314676a37a796b3e070ef840ee5f52
- Mode: TEST_REPO
- Repo: SQE (sstsimulator/sst-sqe)
- Branch: devel
- SHA: 2574c98896598820227190149834172b962dc3fc
- Mode: SUPPORT_REPO
- Repo: CORE (sstsimulator/sst-core)
- Branch: devel
- SHA: 312d1df2925a5664fc9428aad528fe35c3872c3f
- Mode: SUPPORT_REPO
- Repo: MACRO (sstsimulator/sst-macro)
- Branch: devel
- SHA: 50a62170b3681ea20cc2f56abd2eb3911053f1fc
- Mode: SUPPORT_REPO
Pull Request Author: plavin
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)
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements
- Result: FAILED
- Build #: 1572
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements/1572/consoleFull
- Job: - Status: FAILURE
Test Results
| Test Name | Status |
|---|---|
| test_Ariel_memH_test | FAILED |
| test_Ariel_runstream | FAILED |
| test_Ariel_testNB | FAILED |
| test_Ariel_testSt | FAILED |
| test_Ariel_test_ivb | FAILED |
| test_Ariel_test_snb | FAILED |
| test_Ariel_test_snb_mlm | FAILED |
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_Make-Dist
- Result: FAILED
- Build #: 1037
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_Make-Dist/1037/consoleFull
- Job: - Status: FAILURE
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2
- Result: FAILED
- Build #: 1553
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2/1553/consoleFull
- Job: - Status: FAILURE
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2
- Result: FAILED
- Build #: 1553
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2/1553/consoleFull
- Job: - Status: FAILURE
Job: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements
- Result: PASSED
- Build #: 133
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements/133/consoleFull
Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:
Pull Request Auto Testing STARTING (click to expand)
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements
- Build Num: 1573
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_Make-Dist
- Build Num: 1038
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2
- Build Num: 1554
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2
- Build Num: 1554
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements
- Build Num: 134
- Status: STARTED
Using Repos:
- Repo: ELEMENTS (plavin/sst-elements)
- Branch: ariel-mpi-rebase
- SHA: d0551c6572314676a37a796b3e070ef840ee5f52
- Mode: TEST_REPO
- Repo: SQE (sstsimulator/sst-sqe)
- Branch: devel
- SHA: 2574c98896598820227190149834172b962dc3fc
- Mode: SUPPORT_REPO
- Repo: CORE (sstsimulator/sst-core)
- Branch: devel
- SHA: 312d1df2925a5664fc9428aad528fe35c3872c3f
- Mode: SUPPORT_REPO
- Repo: MACRO (sstsimulator/sst-macro)
- Branch: devel
- SHA: 50a62170b3681ea20cc2f56abd2eb3911053f1fc
- Mode: SUPPORT_REPO
Pull Request Author: plavin
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)
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements
- Result: FAILED
- Build #: 1573
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements/1573/consoleFull
- Job: - Status: FAILURE
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_Make-Dist
- Result: FAILED
- Build #: 1038
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_Make-Dist/1038/consoleFull
- Job: - Status: FAILURE
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2
- Result: FAILED
- Build #: 1554
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2/1554/consoleFull
- Job: - Status: FAILURE
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2
- Result: FAILED
- Build #: 1554
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2/1554/consoleFull
- Job: - Status: FAILURE
Job: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements
- Result: PASSED
- Build #: 134
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements/134/consoleFull
Status Flag 'Pull Request AutoTester' - User Requested Retest - Label AT: RETEST will be reset after testing.
Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection is Not Necessary for this Pull Request.
Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:
Pull Request Auto Testing STARTING (click to expand)
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements
- Build Num: 1574
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_Make-Dist
- Build Num: 1039
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2
- Build Num: 1555
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2
- Build Num: 1555
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements
- Build Num: 135
- Status: STARTED
Using Repos:
- Repo: ELEMENTS (plavin/sst-elements)
- Branch: ariel-mpi-rebase
- SHA: c3501fe744b840ca672a72ea4589ed47ca01a24b
- Mode: TEST_REPO
- Repo: SQE (sstsimulator/sst-sqe)
- Branch: devel
- SHA: 2574c98896598820227190149834172b962dc3fc
- Mode: SUPPORT_REPO
- Repo: CORE (sstsimulator/sst-core)
- Branch: devel
- SHA: 312d1df2925a5664fc9428aad528fe35c3872c3f
- Mode: SUPPORT_REPO
- Repo: MACRO (sstsimulator/sst-macro)
- Branch: devel
- SHA: 50a62170b3681ea20cc2f56abd2eb3911053f1fc
- Mode: SUPPORT_REPO
Pull Request Author: plavin
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)
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements
- Result: FAILED
- Build #: 1574
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements/1574/consoleFull
- Job: - Status: FAILURE
Test Results
| Test Name | Status |
|---|---|
| test_Ariel_memH_test | FAILED |
| test_Ariel_runstream | FAILED |
| test_Ariel_testNB | FAILED |
| test_Ariel_testSt | FAILED |
| test_Ariel_test_ivb | FAILED |
| test_Ariel_test_snb | FAILED |
| test_Ariel_test_snb_mlm | FAILED |
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_Make-Dist
- Result: FAILED
- Build #: 1039
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_Make-Dist/1039/consoleFull
- Job: - Status: FAILURE
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2
- Result: FAILED
- Build #: 1555
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2/1555/consoleFull
- Job: - Status: FAILURE
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2
- Result: FAILED
- Build #: 1555
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2/1555/consoleFull
- Job: - Status: FAILURE
Job: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements
- Result: PASSED
- Build #: 135
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements/135/consoleFull
Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:
Pull Request Auto Testing STARTING (click to expand)
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements
- Build Num: 1576
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_Make-Dist
- Build Num: 1040
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2
- Build Num: 1557
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2
- Build Num: 1557
- Status: STARTED
Build Information
Test Name: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements
- Build Num: 137
- Status: STARTED
Using Repos:
- Repo: ELEMENTS (plavin/sst-elements)
- Branch: ariel-mpi-rebase
- SHA: c3501fe744b840ca672a72ea4589ed47ca01a24b
- Mode: TEST_REPO
- Repo: SQE (sstsimulator/sst-sqe)
- Branch: devel
- SHA: 2574c98896598820227190149834172b962dc3fc
- Mode: SUPPORT_REPO
- Repo: CORE (sstsimulator/sst-core)
- Branch: devel
- SHA: 312d1df2925a5664fc9428aad528fe35c3872c3f
- Mode: SUPPORT_REPO
- Repo: MACRO (sstsimulator/sst-macro)
- Branch: devel
- SHA: 50a62170b3681ea20cc2f56abd2eb3911053f1fc
- Mode: SUPPORT_REPO
Pull Request Author: plavin
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)
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements
- Result: FAILED
- Build #: 1576
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements/1576/consoleFull
- Job: - Status: FAILURE
Test Results
| Test Name | Status |
|---|---|
| test_Ariel_memH_test | FAILED |
| test_Ariel_runstream | FAILED |
| test_Ariel_testNB | FAILED |
| test_Ariel_testSt | FAILED |
| test_Ariel_test_ivb | FAILED |
| test_Ariel_test_snb | FAILED |
| test_Ariel_test_snb_mlm | FAILED |
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_Make-Dist
- Result: FAILED
- Build #: 1040
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_Make-Dist/1040/consoleFull
- Job: - Status: FAILURE
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2
- Result: FAILED
- Build #: 1557
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MT-2/1557/consoleFull
- Job: - Status: FAILURE
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2
- Result: FAILED
- Build #: 1557
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.6_sst-elements_MR-2/1557/consoleFull
- Job: - Status: FAILURE
Job: SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements
- Result: PASSED
- Build #: 137
- URL: Jenkins server at https://sst-jenkins.sandia.gov/view/SST/job/SST__AutotestGen2_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements/137/consoleFull