Changeset 2385


Ignore:
Timestamp:
10/07/09 14:58:18 (16 years ago)
Author:
Mathieu Morlighem
Message:

call ControlRestart only every 5 iterations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/parallel/control_core.cpp

    r2383 r2385  
    166166
    167167                //some temporary saving
    168                 if (((n+1)%1)==0){
     168                if (((n+1)%5)==0){
    169169                        _printf_("%s\n","      saving temporary results...");
    170170                        ControlRestart(model,param_g);
Note: See TracChangeset for help on using the changeset viewer.