Changeset 12004 for issm/branches/trunk-jpl-damage/src/c/solutions/issm.cpp
- Timestamp:
- 04/16/12 16:06:52 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 11709,11711-11769,11771-11777,11780-11782,11784-11800,11803-11983,11986-11989
- Property svn:mergeinfo changed
-
issm/branches/trunk-jpl-damage/src/c/solutions/issm.cpp
r11708 r12004 7 7 8 8 int main(int argc,char **argv){ 9 10 /*MPI: */11 extern int my_rank;12 extern int num_procs;13 9 14 10 /*I/O: */ … … 41 37 MODULEBOOT(); 42 38 43 #if !defined(_PARALLEL_) || (defined(_PARALLEL_) && !defined(_HAVE_PETSC_))39 #ifndef _PARALLEL_ 44 40 _error_(" parallel executable was compiled without support of parallel libraries!"); 45 41 #endif … … 60 56 61 57 /*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"); 63 62 ProcessArguments(&solution_type,&binfilename,&outbinfilename,&petscfilename,&lockfilename,argc,argv); 64 63 … … 114 113 115 114 _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); 117 116 118 117 /*Close output and petsc options file and write lock file if requested*/
Note:
See TracChangeset
for help on using the changeset viewer.