Roger Pawlowski
Roger Pawlowski
I don't believe this is an issue with the phalanx test, but maybe @crtrott can correct me. I ran gdb on this. Here's the relevant code: ``` using view =...
both tests are related to Sacado FAD data types. Adding @etphipp
The last time we chose a version, we picked the highest version supported across internal sandia and external hpc machines. Looking at the sems modules, sierra modules, asc cde modules,...
@mperego - GeomAggregateFieldPattern must work for all bases. Maybe we can have a quick discussion about this today? Commit #10357 has broken many empire tests this weekend.
> I don't understand how that wasn't flagged by PR testing. New machine/configuration, maybe? Maybe it has to do with switching from c++14 to c++17 in the test scripts?
Thanks for pointing that out @jwillenbring !
@mperrinel - the gcc builds failed with: ``` /scratch/trilinos/jenkins/ascic114/workspace/Trilinos_PR_gcc-8.3.0/Trilinos/packages/panzer/disc-fe/test/core_tests/basis_values2.cpp:545:19: error: unused variable ‘x’ [-Werror=unused-variable] double x = ref_ip_coordinates_host(cell,i,0); ^ /scratch/trilinos/jenkins/ascic114/workspace/Trilinos_PR_gcc-8.3.0/Trilinos/packages/panzer/disc-fe/test/core_tests/basis_values2.cpp:546:19: error: unused variable ‘y’ [-Werror=unused-variable] double y = ref_ip_coordinates_host(cell,i,1); ^...
@mperrinel - still seeing cuda failures: ``` basis_vector_host(cell, b,i,0) = 1.50000000000000000e+00 == ortVal[faceOrts[cell][b]] * basis_view_mirror(cell, b,i,0) = -1.50000000000000000e+00 : FAILED ==> /vscratch1/trilinos/jaas/workspace/Trilinos_PR_cuda-10.1.243@5/Trilinos/packages/panzer/disc-fe/test/core_tests/basis_values2.cpp:932 basis_vector_host(cell, b,i,1) = 1.50000000000000000e+00 == ortVal[faceOrts[cell][b]] * basis_view_mirror(cell,...
Should the toms paper listed on the github.io link?
@trilinos/framework - this test failed due to the package Zoltan2Sphinx failing to build. There doesn't seem to be any information posted to cdash that shows how the build actually failed....