
00001 /* -*- Mode: C; c-basic-offset:4 ; -*- */ 00002 /* 00003 * $Id$ 00004 * 00005 * Copyright (C) 1997 University of Chicago. 00006 * See COPYRIGHT notice in top-level directory. 00007 */ 00008 00009 #include "ad_hfs.h" 00010 00011 void ADIOI_HFS_ReadStridedColl(ADIO_File fd, void *buf, int count, 00012 MPI_Datatype datatype, int file_ptr_type, 00013 ADIO_Offset offset, ADIO_Status *status, int 00014 *error_code) 00015 { 00016 ADIOI_GEN_ReadStridedColl(fd, buf, count, datatype, file_ptr_type, 00017 offset, status, error_code); 00018 }
1.5.5