summarylogtreecommitdiffstats
path: root/min-max-conflict.patch
diff options
context:
space:
mode:
Diffstat (limited to 'min-max-conflict.patch')
-rw-r--r--min-max-conflict.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/min-max-conflict.patch b/min-max-conflict.patch
new file mode 100644
index 000000000000..e5e3f4259fd4
--- /dev/null
+++ b/min-max-conflict.patch
@@ -0,0 +1,24 @@
+Index: SRC/system_of_eqn/linearSOE/sparseGEN/DistributedSuperLU.cpp
+===================================================================
+--- SRC/system_of_eqn/linearSOE/sparseGEN/DistributedSuperLU.cpp (revision 6236)
++++ SRC/system_of_eqn/linearSOE/sparseGEN/DistributedSuperLU.cpp (working copy)
+@@ -31,6 +31,7 @@
+
+ #include <DistributedSuperLU.h>
+ #include <SparseGenColLinSOE.h>
++#include <superlu_ddefs.h>
+ #include <f2c.h>
+ #include <math.h>
+ #include <Channel.h>
+@@ -37,10 +38,10 @@
+ #include <FEM_ObjectBroker.h>
+ #include <ID.h>
+
+-#include <superlu_ddefs.h>
+
+
+
++
+ superlu_options_t options;
+ SuperLUStat_t stat;
+ SuperMatrix A;