Changeset 14453
- Timestamp:
- 03/17/13 21:41:09 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/classes/IoModel.cpp ΒΆ
r14332 r14453 125 125 else{ 126 126 if(record_enum!=MaximumNumberOfEnums){ 127 _p rintLine_("");128 _p rintLine_("=========================================================================");129 _p rintLine_(" Enums in marshalled file are not compatible with compiled code ");130 _p rintLine_(" ");131 _p rintLine_(" * If you are running ISSM on a remote cluster: ");132 _p rintLine_(" make sure that you are using the same version of ISSM on your local ");133 _p rintLine_(" machine and remote cluster (you might need to run svn update) ");134 _p rintLine_(" * If you are running ISSM on your local machine: ");135 _p rintLine_(" make sure that all the code is compiled (modules and executables) ");136 _p rintLine_(" * If you are a developer and just added a new Enum: ");137 _p rintLine_(" you might need to run ./Synchronize.sh in src/c/EnumDefinitions ");138 _p rintLine_(" and recompile ");139 _p rintLine_("=========================================================================");140 _p rintLine_("");127 _pprintLine_(""); 128 _pprintLine_("========================================================================="); 129 _pprintLine_(" Enums in marshalled file are not compatible with compiled code "); 130 _pprintLine_(" "); 131 _pprintLine_(" * If you are running ISSM on a remote cluster: "); 132 _pprintLine_(" make sure that you are using the same version of ISSM on your local "); 133 _pprintLine_(" machine and remote cluster (you might need to run svn update) "); 134 _pprintLine_(" * If you are running ISSM on your local machine: "); 135 _pprintLine_(" make sure that all the code is compiled (modules and executables) "); 136 _pprintLine_(" * If you are a developer and just added a new Enum: "); 137 _pprintLine_(" you might need to run ./Synchronize.sh in src/c/EnumDefinitions "); 138 _pprintLine_(" and recompile "); 139 _pprintLine_("========================================================================="); 140 _pprintLine_(""); 141 141 _error_("Enums not consistent (See error message above)"); 142 142 }
Note:
See TracChangeset
for help on using the changeset viewer.