source:
issm/oecreview/Archive/12301-12308/ISSM-12305-12306.diff@
12325
Last change on this file since 12325 was 12325, checked in by , 13 years ago | |
---|---|
File size: 2.0 KB |
-
proj/ice/larour/issm-uci-clean/trunk-jpl/src/c/objects/IoModel.cpp
115 115 else{ 116 116 if(record_enum!=MaximumNumberOfEnums){ 117 117 printf("\n"); 118 printf(" Enums in marshalled file are not compatible with compiled code\n"); 119 printf(" * If you are running ISSM a remote cluster:\n"); 120 printf(" make sure that you are using the same version of ISSM on both machines\n"); 121 printf(" * If you are running ISSM on your local machine:\n"); 122 printf(" make sure that the all the code is compiled (modules and executables)\n"); 118 printf("=========================================================================\n"); 119 printf(" Enums in marshalled file are not compatible with compiled code \n"); 120 printf(" \n"); 121 printf(" * If you are running ISSM on a remote cluster: \n"); 122 printf(" make sure that you are using the same version of ISSM on your local \n"); 123 printf(" machine and remote cluster (you might need to run svn update) \n"); 124 printf(" * If you are running ISSM on your local machine: \n"); 125 printf(" make sure that all the code is compiled (modules and executables) \n"); 126 printf(" * If you are a developer and just added a new Enum: \n"); 127 printf(" you might need to run ./Synchronize.sh in src/c/EnumDefinitions \n"); 128 printf(" and recompile \n"); 129 printf("=========================================================================\n"); 123 130 printf("\n"); 124 131 _error_("Enums not consistent (See error message above)"); 125 132 }
Note:
See TracBrowser
for help on using the repository browser.