Changeset 4014
- Timestamp:
- 06/03/10 12:10:21 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/solutions/diagnostic.cpp
r4013 r4014 81 81 _printf_("call computational core:\n"); 82 82 MPI_Barrier(MPI_COMM_WORLD); start_core=MPI_Wtime( ); 83 iagnostic_core(femmodel);83 diagnostic_core(femmodel); 84 84 MPI_Barrier(MPI_COMM_WORLD); finish_core=MPI_Wtime( ); 85 85 … … 89 89 _printf_("call computational core:\n"); 90 90 MPI_Barrier(MPI_COMM_WORLD); start_core=MPI_Wtime( ); 91 ontrol_core(femmodel);91 control_core(femmodel); 92 92 MPI_Barrier(MPI_COMM_WORLD); finish_core=MPI_Wtime( ); 93 93 … … 95 95 96 96 _printf_("write results to disk:\n"); 97 OutputResults( outputfilename);97 OutputResults(femmodel,outputfilename); 98 98 } 99 99 else{
Note:
See TracChangeset
for help on using the changeset viewer.