Roscoe A. Bartlett

Results 1115 comments of Roscoe A. Bartlett

This is going to be quite nice.

@jjellio, I posted WIP PR #7508 that gets the basic build wrappers in place. See the task list in that PR for next steps. I think with a few hours...

@jjellio, I talked with Zack Galbreath at Kitware today and he mentioned that there is another option for uploading files from and downloading files from CDash. That is the [`ctest_upload()`](https://cmake.org/cmake/help/v3.13/command/ctest_upload.html?highlight=ctest_upload)...

@jjellio, worst-case scenario, developers could just download the 'build_stats.csv' file off of CDash and then upload it to your site when they are doing deeper analysis. Otherwise, we can ask...

@jjellio So it turns out that CDash does not currently support downloading files from CDash uploaded using the `ctset_upload()` command like you see here: * https://open.cdash.org/index.php?project=CDash&date=2020-06-11&filtercount=1&showfilters=1&field1=buildname&compare1=61&value1=ctest_upload_example with the files (and...

FYI: Further discussion about CDash upload and download options should occur in newly created issue: * https://gitlab.kitware.com/snl/project-1/-/issues/150 so we can get some direct help/advice from Kitware.

> Ross, I think the summarize would be better (for maintenance/extensibility) implemented as script CMake calls. That (optionally promising to generate a file if needed) @jjellio, yes, that is exactly...

> I love python's regex library. Python 3.x with 'format strings' is awesome. e.g.,f'A variable in scipe: {some_var}' But we can't use that if we keep Python 2.7 support (which...

CC: @jjellio FYI: Already getting some interesting stats after getting this running in the ATDM Trilinos builds as shown here: * https://testing-dev.sandia.gov/cdash/queryTests.php?project=Trilinos&date=2020-06-20&filtercount=5&showfilters=1&filtercombine=and&field1=groupname&compare1=62&value1=Experimental&field2=buildname&compare2=65&value2=Trilinos-atdm-&field3=testname&compare3=61&value3=TrilinosBuildStats_Results&field4=status&compare4=61&value4=passed&field5=testoutput&compare5=97&value5=Full%20Project%3A%20max%5B(%5Dmax_resident_size_mb%5B)%5D The `max_resident_size_mb` varies from as small as `1776.56`...

From: Bartlett, Roscoe A Sent: Wednesday, September 9, 2020 2:50 PM To: Elliott, James John Subject: RE: Trilinos Build Stats wrappers? Hello James, I would like to merge what is...