~ubuntu-branches/ubuntu/vivid/adios/vivid-proposed

« back to all changes in this revision

Viewing changes to src/public/adios_read_v1.h

  • Committer: Package Import Robot
  • Author(s): Alastair McKinstry
  • Date: 2014-06-16 23:06:38 UTC
  • mfrom: (15.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20140616230638-cxryhot6b8ge32l6
Tags: 1.7.0-1
* New upstream release.
* Add adios.pc pkgconfig file. adios_config now uses this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
#ifndef __ADIOS_READ_V1_H__
14
14
#define __ADIOS_READ_V1_H__
15
15
 
 
16
#include <stdint.h>
 
17
 
16
18
#include "adios_mpi.h"
17
19
#include "adios_read_v1_defs.h"
18
20
#include "adios_types.h"
19
21
 
20
 
#include <stdint.h>
21
 
 
22
22
#ifdef __cplusplus
23
23
extern "C" {
24
24
#endif
285
285
 */
286
286
int adios_type_size(enum ADIOS_DATATYPES type, void *data);
287
287
 
 
288
/** Test function to print basic info about the file to stdout */
 
289
void adios_print_fileinfo (ADIOS_FILE *fp);
 
290
void adios_print_groupinfo (ADIOS_GROUP *gp);
 
291
 
288
292
#endif  /*__INCLUDED_FROM_FORTRAN_API__*/
289
293
 
290
294
#ifdef __cplusplus