Changeset 12305


Ignore:
Timestamp:
05/30/12 15:49:00 (13 years ago)
Author:
Mathieu Morlighem
Message:

Better error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/objects/IoModel.cpp

    r12265 r12305  
    115115                else{
    116116                        if(record_enum!=MaximumNumberOfEnums){
    117                                 _error_("Enums in marshalled file are not compatible with compiled code, make sure you are using the same version of ISSM");
     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");
     123                                printf("\n");
     124                                _error_("Enums not consistent (See error message above)");
    118125                        }
    119126                }
Note: See TracChangeset for help on using the changeset viewer.