Changeset 27415


Ignore:
Timestamp:
2013-05-24T09:25:00+12:00 (11 years ago)
Author:
jmt12
Message:

Ensuring the manifests generated are marked as version 2 - i.e. should be followed exactly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/parallel-building/trunk/src/src/mpiimport-src/mpiimport.cpp

    r27179 r27415  
    165165          fprintf(stderr, "[M] Fatal Error! Failed to open temporary manifest file for writing: %s\n", manifestfilename);
    166166        }
    167         manifestfile << "<Manifest><Index>" << endl;
     167        manifestfile << "<Manifest version=\"2\"><Index>" << endl;
    168168
    169169        // add the first filename to the instruction
Note: See TracChangeset for help on using the changeset viewer.