Skip to content

Commit

Permalink
Merge Pull Request #4175 from rppawlo/Trilinos/panzer-fix-cuda-build
Browse files Browse the repository at this point in the history
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: Panzer: fix cuda builds
PR Author: rppawlo
  • Loading branch information
trilinos-autotester authored Jan 11, 2019
2 parents 5771fb6 + ad3834b commit 15930ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/panzer/dof-mgr/src/Panzer_DOFManager_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ DOFManager<LO,GO>::buildGlobalUnknowns_GUN(const Tpetra::MultiVector<GO,LO,GO,pa

exp = rcp(new Export(overlap_map,non_overlap_map));

#ifdef PANZER_REQUIRE_CUDA
#ifdef PANZER_DOFMGR_REQUIRE_CUDA
// Note: ETP 04/26/16 Temporarily create an importer for all of the
// doImport() calls below. This works around mysterious failures when
// using the exporter for Cuda builds.
Expand Down

0 comments on commit 15930ae

Please sign in to comment.