Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kirill Terekhov
INMOST
Commits
88b84149
Commit
88b84149
authored
Apr 12, 2018
by
Kirill Terekhov
Browse files
changes for intel compiler
parent
2af1da62
Changes
3
Hide whitespace changes
Inline
Side-by-side
Source/Misc/utils.h
View file @
88b84149
#ifndef INMOST_UTILS_H
#define INMOST_UTILS_H
#include "inmost_common.h"
#include <sstream>
#include <string>
#include "inmost_common.h"
namespace
INMOST
{
...
...
Source/Solver/solver_inner/solver_mlmptiluc/solver_mlmtiluc2.cpp
View file @
88b84149
...
...
@@ -63,6 +63,7 @@ static bool allow_pivot = true;
#define CONDITION_PIVOT
#if defined(REORDER_METIS_ND)
#define METIS_EXPORT
#include "metis.h"
#endif
#if defined(REORDER_ZOLTAN_HUND)
...
...
Source/Solver/solver_inner/solver_mptiluc/solver_mtiluc2.cpp
View file @
88b84149
...
...
@@ -61,6 +61,7 @@ using namespace INMOST;
#if defined(REORDER_METIS_ND)
#define METIS_EXPORT
#include "metis.h"
#endif
#if defined(REORDER_ZOLTAN_HUND)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment