~ubuntu-branches/ubuntu/vivid/mpich/vivid-proposed

« back to all changes in this revision

Viewing changes to src/mpi/romio/adio/ad_ntfs/ad_ntfs_iread.c

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2014-04-01 20:24:20 UTC
  • mfrom: (5.2.4 sid)
  • Revision ID: package-import@ubuntu.com-20140401202420-t5ey1ia2klt5dkq3
Tags: 3.1-4
* [c3e3398] Disable test_primitives, which is unreliable on some platforms.
            (Closes: #743047)
* [265a699] Add minimal autotest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
                MPI_Datatype datatype, int file_ptr_type,
11
11
                ADIO_Offset offset, ADIO_Request *request, int *error_code)  
12
12
{
13
 
    int len, typesize;
 
13
    MPI_Count len, typesize;
14
14
    int err;
15
15
    static char myname[] = "ADIOI_NTFS_IreadContig";
16
16
 
17
 
    MPI_Type_size(datatype, &typesize);
 
17
    MPI_Type_size_x(datatype, &typesize);
18
18
    len = count * typesize;
19
19
 
20
20
    if (file_ptr_type == ADIO_INDIVIDUAL)