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
b0bae3d8
Commit
b0bae3d8
authored
7 years ago
by
guj
Browse files
Options
Downloads
Patches
Plain Diff
defined more mpi types (for non mpi)
parent
ae5ac236
No related branches found
No related tags found
1 merge request
!278
added VDS support via Engine (HDF5Mixer)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/adios2/mpidummy.h
+11
-0
11 additions, 0 deletions
source/adios2/mpidummy.h
with
11 additions
and
0 deletions
source/adios2/mpidummy.h
+
11
−
0
View file @
b0bae3d8
...
...
@@ -60,6 +60,17 @@ typedef int MPI_Fint;
#define MPI_UNSIGNED 4
#define MPI_UNSIGNED_LONG 5
#define MPI_UNSIGNED_LONG_LONG 6
#define MPI_SHORT 7
#define MPI_LONG 8
#define MPI_UNSIGNED_CHAR 9
#define MPI_2INT 10
#define MPI_UNSIGNED_SHORT 11
#define MPI_LONG_LONG_INT 12
#define MPI_LONG_DOUBLE 13
#define MPI_FLOAT_INT 14
#define MPI_DOUBLE_INT 15
#define MPI_LONG_DOUBLE_INT 16
#define MPI_SHORT_INT 17
#define MPI_ANY_SOURCE 0
#define MPI_ANY_TAG 0
...
...
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