Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ADIOS2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Podhorszki, Norbert
ADIOS2
Commits
4c12c1a3
Commit
4c12c1a3
authored
7 years ago
by
William F Godoy
Browse files
Options
Downloads
Patches
Plain Diff
Fixing more clang-format issues
parent
58fd5e56
No related branches found
No related tags found
1 merge request
!124
Refactor
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
source/adios2/engine/dataman/DataManReader.h
+5
-5
5 additions, 5 deletions
source/adios2/engine/dataman/DataManReader.h
source/adios2/toolkit/interop/adios1/ADIOS1Common.h
+1
-1
1 addition, 1 deletion
source/adios2/toolkit/interop/adios1/ADIOS1Common.h
with
6 additions
and
6 deletions
source/adios2/engine/dataman/DataManReader.h
+
5
−
5
View file @
4c12c1a3
...
...
@@ -74,12 +74,12 @@ private:
Variable
<
T
>
*
InquireVariableCommon
(
const
std
::
string
name
,
const
bool
readIn
)
{
//int rank = 0;
//MPI_Comm_rank(m_MPIComm, &rank);
//
int rank = 0;
//
MPI_Comm_rank(m_MPIComm, &rank);
//std::cout << "I am hooked to the DataMan library\n";
//std::cout << "Hello DatamanReader from rank " << rank << "\n";
//std::cout << "Trying to read variable " << name
//
std::cout << "I am hooked to the DataMan library\n";
//
std::cout << "Hello DatamanReader from rank " << rank << "\n";
//
std::cout << "Trying to read variable " << name
// << " from one of the variables coming from a WAN transport\n";
// here read variable metadata (dimensions, type, etc.)...then create a
...
...
This diff is collapsed.
Click to expand it.
source/adios2/toolkit/interop/adios1/ADIOS1Common.h
+
1
−
1
View file @
4c12c1a3
...
...
@@ -24,8 +24,8 @@
#undef __MPI_DUMMY_H__
#endif
#include
"adios2/ADIOSMacros.h"
#include
"adios2/ADIOSMPICommOnly.h"
#include
"adios2/ADIOSMacros.h"
#include
"adios2/ADIOSTypes.h"
namespace
adios
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment