Changeset 3278

Show
Ignore:
Timestamp:
11/04/09 10:36:02 (3 weeks ago)
Author:
kraftche
Message:

don't fail if depricated PARTITION_DISTRIBUTE option is specified. fixes failing parallel tests

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • MOAB/trunk/parallel/ReadParallel.cpp

    r3078 r3278  
    8686    if (partition_tag_name.empty())  
    8787      partition_tag_name = PARALLEL_PARTITION_TAG_NAME; 
     88       
     89      // also get depricated PARTITION_DISTRIBUTE option 
     90      // so that higher-level code doesn't return an error 
     91      // due to an unrecongized option 
     92    opts.get_null_option( "PARTITION_DISTRIBUTE" ); 
    8893  } 
    8994