Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
MPICH-BlueGene
Commits
9d852115
Commit
9d852115
authored
Jul 23, 2010
by
Rob Latham
Browse files
[svn-r6876] update panfs for not-so-new ADIO file function pointers
parent
36364317
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mpi/romio/adio/ad_panfs/ad_panfs.c
View file @
9d852115
...
...
@@ -13,6 +13,7 @@
struct
ADIOI_Fns_struct
ADIO_PANFS_operations
=
{
ADIOI_PANFS_Open
,
/* Open */
ADIOI_GEN_OpenColl
,
ADIOI_PANFS_ReadContig
,
/* ReadContig */
ADIOI_PANFS_WriteContig
,
/* WriteContig */
ADIOI_GEN_ReadStridedColl
,
/* ReadStridedColl */
...
...
@@ -39,4 +40,5 @@ struct ADIOI_Fns_struct ADIO_PANFS_operations = {
ADIOI_GEN_Flush
,
/* Flush */
ADIOI_PANFS_Resize
,
/* Resize */
ADIOI_GEN_Delete
,
/* Delete */
ADIOI_GEN_Feature
,
};
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