Roscoe A. Bartlett
Roscoe A. Bartlett
I need to upgrade the minimum version of CMake so that I can properly rename and deprecate some TriBITS functions as per https://github.com/TriBITSPub/TriBITS/pull/493#discussion_r921395885. I will to get #10614 merged and...
@jjellio, I am not sure how much detail we can put in this issue but at least this gets this on the board. I am setting up to filter out...
I just pushed the following `TrilinosATDMStatus` repo commit: ``` *** Base Git Repo: TrilinosATDMStatus commit b3c45994e778b3d784498f20c8116c419f5a08ed Author: Roscoe A. Bartlett Date: Wed Feb 19 07:43:36 2020 -0700 Filter out random...
@jjellio, don't know if this is related, but as shown in [this query](https://testing-dev.sandia.gov/cdash/queryTests.php?project=Trilinos&date=2020-02-19&filtercount=5&showfilters=1&filtercombine=and&field1=groupname&compare1=61&value1=ATDM&field2=buildname&compare2=65&value2=Trilinos-atdm-&field3=status&compare3=62&value3=passed&field4=testoutput&compare4=94&value4=Error%3A%20Remote%20JSM%20server%20is%20not%20responding%20on%20host%20vortex&field5=testoutput&compare5=95&value5=csm_net_unix_Connect%3A%20Resource%20temporarily%20unavailable), we are also seeing failing tests showing errors like: ``` [csmapi][error] recvmsg timed out. rc=-1 [csmapi][error] RECEIVE...
@jjellio, as shown [here](https://testing-dev.sandia.gov/cdash/testDetails.php?test=84242401&build=5236097), what does the error: ``` Error: error in ptssup_mkcltsock_afunix() 02-14-2020 04:59:12:982 24104 main: Error initializing RM connection. Exiting. ``` mean?
NOTE: Issue #6875 is really a duplicate of this issue. FYI: With the Trilinos PR testing system down with no ETA to fix, I manually merged the branch in PR...
@jjellio, even after the update from PR #6876, we are still getting some errors shown [here](PanzerAdaptersSTK_MixedCurlLaplacianExample-ConvTest-Quad-Order-2) like: ``` WARNING, you have not set TPETRA_ASSUME_CUDA_AWARE_MPI=0 or 1, defaulting to TPETRA_ASSUME_CUDA_AWARE_MPI=0 BEFORE:...
FYI: I have changed the severity of this from `ATDM Sev: Critical` to `ATDM Sev: Nonblocker` because This is because I have updated the driver scripts that monitor the ATDM...
> Ross, this is good! It looks like a different type of error, so maybe we actually made some real progress on that elusive RM connection problem! @jjellio, right. We...
FYI: It was suggested in the email chain captured in [CDOFA-94](https://sems-atlassian-srn.sandia.gov/browse/CDOFA-94?focusedCommentId=52771&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-52771) that one workaround would be to kill an allocation and rerun failing tests over and over again when we...