mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-11 01:12:11 +01:00

new file: p/phono3py/setup.patch new file: t/Trilinos/Trilinos-12.10.1-intel-2017a-Python-2.7.11-test.eb new file: t/Trilinos/Trilinos-12.10.1-muelu.patch
12 lines
663 B
Diff
12 lines
663 B
Diff
--- packages/muelu/test/simple1D/simple1D-UncoupledAggregation.cpp.orig 2017-07-17 07:19:38.387435241 +0200
|
|
+++ packages/muelu/test/simple1D/simple1D-UncoupledAggregation.cpp 2017-07-17 07:20:53.785651190 +0200
|
|
@@ -271,7 +271,7 @@
|
|
typedef Kokkos::Compat::KokkosOpenMPWrapperNode Node;
|
|
|
|
# ifndef HAVE_MUELU_EXPLICIT_INSTANTIATION
|
|
- return main_<double,int,long,Node>(clp, argc, argv);
|
|
+ return main_<double,int,long,Node>(clp, lib, argc, argv);
|
|
# else
|
|
# if defined(HAVE_TPETRA_INST_DOUBLE) && defined(HAVE_TPETRA_INST_OPENMP) && defined(HAVE_TPETRA_INST_INT_INT)
|
|
return main_<double,int,int,Node> (clp, lib, argc, argv);
|