~ubuntu-branches/ubuntu/hardy/openmpi/hardy-updates

« back to all changes in this revision

Viewing changes to ompi/mca/io/romio/romio/adio/ad_pvfs/io_romio_ad_pvfs_write.c

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel, Manuel Prinz, Dirk Eddelbuettel
  • Date: 2007-10-06 07:54:47 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071006075447-wr1q1d2u6kpc1bi3
Tags: 1.2.4-3
[ Manuel Prinz ]
* debian/control: Added openmpi-common to libopenmpi-dev's Depends
  (Closes: #445230)

[ Dirk Eddelbuettel ]
* Debian build and upload

Show diffs side-by-side

added added

removed removed

Lines of Context:
881
881
                max_mem_list = mem_list_count;
882
882
            if (max_file_list < file_list_count)
883
883
                max_file_list = file_list_count;
884
 
            if (max_mem_list == max_mem_list == MAX_ARRAY_SIZE)
 
884
            if (max_mem_list == MAX_ARRAY_SIZE)
885
885
                break;
886
886
        } /* while (size_wrote < bufsize) */
887
887