Closed bertinia closed 8 years ago
This is due to the following (incorrect) code in the perl version of st_archive:
Line 723: INCORRECT: if( uc($config{'DOUT_S_SAVE_INTERIM_RESTART_FILES'}) == 'TRUE' )
CORRECT: if( uc($config{'DOUT_S_SAVE_INTERIM_RESTART_FILES'}) eq 'TRUE' )
Also need to include the .rs1. suffix streams for the data models in the archive.xml specification.
This is due to the following (incorrect) code in the perl version of st_archive:
Line 723: INCORRECT: if( uc($config{'DOUT_S_SAVE_INTERIM_RESTART_FILES'}) == 'TRUE' )
CORRECT: if( uc($config{'DOUT_S_SAVE_INTERIM_RESTART_FILES'}) eq 'TRUE' )
Also need to include the .rs1. suffix streams for the data models in the archive.xml specification.