Roger Pawlowski
Roger Pawlowski
``` /scratch/trilinos/jenkins/workspace/Trilinos_PR_gcc-8.3.0/Trilinos/packages/teko/tests/src/tBlockJacobiPreconditionerFactory_tpetra.cpp: In member function ‘virtual void Teko::Test::tBlockJacobiPreconditionerFactory_tpetra::initializeTest()’: /scratch/trilinos/jenkins/workspace/Trilinos_PR_gcc-8.3.0/Trilinos/packages/teko/tests[tBlockJacobiPreconditionerFactory_tpetra.cpp:90](https://github.com/trilinos/Trilinos//blob/master/tBlockJacobiPreconditionerFactory_tpetra.cpp#L90):24: error: unused variable ‘comm_epetra’ [-Werror=unused-variable] const Epetra_Comm & comm_epetra = *GetComm(); ^~~~~~~~~~~ [CTest: warning matched] cc1plus: all warnings being treated as...
@ibaned - thanks for doing this! We've needed gtest sorted out for a while. I have a question. If gtest becomes a pure TPL, could we be at risk of...
> As for the future TriBITS TPL/Package equivalence, I don't think it's as applicable once you realize that GTest should never appear in Trilinos in the form of a package,...
@glhenni - removing gtest from trilinos means the CDE environment will need to add support for gtest. @nmhamster - since sems is not mounted on the atdm testbeds, looks like...
It might be faster to list the machines we don't need it on :) Start with all the testbeds that the trilinos atdm builds cover. That would be all of...
@jmlapre - can you post the output from the panzer failure (or email)? The failing test is on the critical path for an application code. Hopefully it is a simple...
@jmlapre - thanks for uploading the output. It looks like this build is not loading the right TPL module for netcdf. We need the netcdf module that is built with...
I think you need to load the right module for netcdf - the one that was built with pnetcdf enabled. For example, in the sems-archive modules, you needed ``` module...
Thanks for pointing that out @cgcgcg . I know some of those were disabled due to excessive runtimes early on in ATDM. They might be ok now that most code...
@jewatkins - there are runtime functions you can call to set the profiler in kokkos to avoid having to export env variables. We do this in empire to set our...