Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mavt-cse
Cubism
Commits
421c1658
Commit
421c1658
authored
Aug 12, 2018
by
fabianw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use indicate system headers
parent
db54a9ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
source/BlockProcessing.h
source/BlockProcessing.h
+6
-6
source/SynchronizerMPI.h
source/SynchronizerMPI.h
+1
-1
No files found.
source/BlockProcessing.h
View file @
421c1658
...
...
@@ -16,12 +16,12 @@
#include "BlockInfo.h"
#include
"
tbb/blocked_range.h
"
#include
"
tbb/parallel_for.h
"
#include
"
tbb/pipeline.h
"
#include
"
tbb/concurrent_queue.h
"
#include
"
tbb/cache_aligned_allocator.h
"
#include
"
tbb/task_scheduler_init.h
"
#include
<
tbb/blocked_range.h
>
#include
<
tbb/parallel_for.h
>
#include
<
tbb/pipeline.h
>
#include
<
tbb/concurrent_queue.h
>
#include
<
tbb/cache_aligned_allocator.h
>
#include
<
tbb/task_scheduler_init.h
>
namespace
Environment
{
...
...
source/SynchronizerMPI.h
View file @
421c1658
...
...
@@ -13,7 +13,7 @@
#include <vector>
#include <cmath>
#include <algorithm>
#include
"
mpi.h
"
#include
<
mpi.h
>
#include <omp.h>
#include "BlockInfo.h"
...
...
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