Changeset 16641
- Timestamp:
- 11/06/13 15:47:19 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/IoModel.cpp
r16513 r16641 158 158 _printf0_(" Enums in marshalled file are not compatible with compiled code \n"); 159 159 _printf0_(" \n"); 160 _printf0_(" * If you are running ISSM on your local machine: \n"); 161 _printf0_(" make sure that all the code is compiled and installed (make install)\n"); 160 162 _printf0_(" * If you are running ISSM on a remote cluster: \n"); 161 163 _printf0_(" make sure that you are using the same version of ISSM on your local \n"); 162 164 _printf0_(" machine and remote cluster (you might need to run svn update) \n"); 163 _printf0_(" * If you are running ISSM on your local machine: \n");164 _printf0_(" make sure that all the code is compiled (modules and executables) \n");165 165 _printf0_(" * If you are a developer and just added a new Enum: \n"); 166 _printf0_(" you might need to run ./Synchronize.sh in src/c/ EnumDefinitions\n");166 _printf0_(" you might need to run ./Synchronize.sh in src/c/shared/Enum \n"); 167 167 _printf0_(" and recompile \n"); 168 168 _printf0_("=========================================================================\n");
Note:
See TracChangeset
for help on using the changeset viewer.