1 |
|
/* |
2 |
< |
* copyright (c) 2005 The University of Notre Dame. All Rights Reserved. |
2 |
> |
* Copyright (c) 2005 The University of Notre Dame. All Rights Reserved. |
3 |
|
* |
4 |
|
* The University of Notre Dame grants you ("Licensee") a |
5 |
|
* non-exclusive, royalty free, license to use, modify and |
104 |
|
MPI::COMM_WORLD.Bcast(&mdFileVersion, 1, MPI::INT, masterNode); |
105 |
|
#endif |
106 |
|
SimplePreprocessor preprocessor; |
107 |
< |
preprocessor.preprocess(rawMetaDataStream, filename, startOfMetaDataBlock, |
108 |
< |
ppStream); |
107 |
> |
preprocessor.preprocess(rawMetaDataStream, filename, startOfMetaDataBlock, ppStream); |
108 |
|
|
109 |
|
#ifdef IS_MPI |
110 |
|
//brocasting the stream size |