
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_pvfs.h" 00010 00011 /* not referenced from operations table */ 00012 00013 void ADIOI_PVFS_WriteStridedColl(ADIO_File fd, void *buf, int count, 00014 MPI_Datatype datatype, int file_ptr_type, 00015 ADIO_Offset offset, ADIO_Status *status, int 00016 *error_code) 00017 { 00018 ADIOI_GEN_WriteStridedColl(fd, buf, count, datatype, file_ptr_type, 00019 offset, status, error_code); 00020 }
1.5.5