Ignore:
Timestamp:
04/16/12 16:06:52 (13 years ago)
Author:
cborstad
Message:

merged trunk-jpl into trunk-jpl-damage through revision 11990

Location:
issm/branches/trunk-jpl-damage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-jpl-damage

  • issm/branches/trunk-jpl-damage/src/c/solutions/issm.cpp

    r11708 r12004  
    77
    88int main(int argc,char **argv){
    9 
    10         /*MPI: */
    11         extern int my_rank;
    12         extern int num_procs;
    139
    1410        /*I/O: */
     
    4137        MODULEBOOT();
    4238
    43         #if !defined(_PARALLEL_) || (defined(_PARALLEL_) && !defined(_HAVE_PETSC_))
     39        #ifndef _PARALLEL_
    4440        _error_(" parallel executable was compiled without support of parallel libraries!");
    4541        #endif
     
    6056
    6157        /*First process inputs*/
    62         _printf_(true,"Launching solution sequence\n");
     58        _printf_(true,"\n");
     59        _printf_(true,"Ice Sheet System Model (%s) version %s\n",PACKAGE_NAME,PACKAGE_VERSION);
     60        _printf_(true,"(website: %s contact: %s)\n",PACKAGE_URL,PACKAGE_BUGREPORT);
     61        _printf_(true,"\n");
    6362        ProcessArguments(&solution_type,&binfilename,&outbinfilename,&petscfilename,&lockfilename,argc,argv);
    6463
     
    114113
    115114        _printf_(true,"write results to disk:\n");
    116         OutputResultsx(femmodel->elements, femmodel->nodes, femmodel->vertices, femmodel->loads, femmodel->materials, femmodel->parameters,&femmodel->results);
     115        OutputResultsx(femmodel->elements, femmodel->nodes, femmodel->vertices, femmodel->loads, femmodel->materials, femmodel->parameters,femmodel->results);
    117116
    118117        /*Close output and petsc options file and write lock file if requested*/
Note: See TracChangeset for help on using the changeset viewer.