Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libcdi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
mpim-sw
libcdi
Commits
5a7e3d66
Commit
5a7e3d66
authored
12 years ago
by
Uwe Schulzweida
Browse files
Options
Downloads
Patches
Plain Diff
vlist_att.h: added from cdi-pio
parent
1724d6bf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.gitattributes
+2
-0
2 additions, 0 deletions
.gitattributes
src/Makefile.am
+1
-0
1 addition, 0 deletions
src/Makefile.am
src/Makefile.in
+1
-0
1 addition, 0 deletions
src/Makefile.in
src/institution.h
+18
-0
18 additions, 0 deletions
src/institution.h
src/vlist_att.h
+37
-0
37 additions, 0 deletions
src/vlist_att.h
with
59 additions
and
0 deletions
.gitattributes
+
2
−
0
View file @
5a7e3d66
...
...
@@ -205,6 +205,7 @@ src/grid.h -text
src/ieg.h -text
src/ieglib.c -text
src/institution.c -text
src/institution.h -text
src/lock.h -text
src/make_cdilib -text
src/make_fint.c -text
...
...
@@ -276,6 +277,7 @@ src/version.c -text
src/vlist.c -text
src/vlist.h -text
src/vlist_att.c -text
src/vlist_att.h -text
src/vlist_var.c -text
src/vlist_var.h -text
src/zaxis.c -text
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.am
+
1
−
0
View file @
5a7e3d66
...
...
@@ -113,6 +113,7 @@ libcdi_la_SOURCES = \
vlist.c
\
vlist.h
\
vlist_att.c
\
vlist_att.h
\
vlist_var.c
\
vlist_var.h
\
zaxis.c
\
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.in
+
1
−
0
View file @
5a7e3d66
...
...
@@ -434,6 +434,7 @@ libcdi_la_SOURCES = \
vlist.c
\
vlist.h
\
vlist_att.c
\
vlist_att.h
\
vlist_var.c
\
vlist_var.h
\
zaxis.c
\
...
...
This diff is collapsed.
Click to expand it.
src/institution.h
0 → 100644
+
18
−
0
View file @
5a7e3d66
#ifndef INSTITUTION_H
#define INSTITUTION_H
int
instituteUnpack
(
void
*
buf
,
int
size
,
int
*
position
,
int
,
MPI_Comm
comm
);
#endif
/*
* Local Variables:
* c-file-style: "Java"
* c-basic-offset: 2
* indent-tabs-mode: nil
* show-trailing-whitespace: t
* require-trailing-newline: t
* End:
*/
This diff is collapsed.
Click to expand it.
src/vlist_att.h
0 → 100644
+
37
−
0
View file @
5a7e3d66
#ifndef VLIST_ATT_H
#define VLIST_ATT_H
#ifdef HAVE_CONFIG_H
#include
"config.h"
#endif
#ifdef USE_MPI
#include
<mpi.h>
#endif
#ifdef USE_MPI
int
vlistAttsGetSize
(
vlist_t
*
p
,
int
varID
,
MPI_Comm
comm
);
void
vlistAttsPack
(
vlist_t
*
p
,
int
varID
,
void
*
buf
,
int
size
,
int
*
position
,
MPI_Comm
comm
);
void
vlistAttsUnpack
(
int
vlistID
,
int
varID
,
void
*
buf
,
int
size
,
int
*
position
,
MPI_Comm
comm
);
#endif
#endif
/*
* Local Variables:
* c-file-style: "Java"
* c-basic-offset: 2
* indent-tabs-mode: nil
* show-trailing-whitespace: t
* require-trailing-newline: t
* End:
*/
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