Ignore:
Timestamp:
10/21/10 13:40:52 (14 years ago)
Author:
Eric.Larour
Message:

No need for IoSplitEnum anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/modules/OutputResultsx/OutputResultsx.cpp

    r6372 r6375  
    2727        char        cpu_outputfilename[100];        //easier to convert an integer with sprintf
    2828        bool        io_gather;
    29         bool        io_split;
    3029        int         solutiontype;
    3130        Results    *results                 = NULL;
     
    5958                /*What strategy? : */
    6059                parameters->FindParam(&io_gather,IoGatherEnum);
    61                 parameters->FindParam(&io_split,IoSplitEnum);
    6260               
    6361
     
    6664                        if(my_rank==0) fid=pfopen(outputfilename ,"wb");
    6765                }
    68                 if(io_split){
     66                else{
    6967                        /*We are opening different  files for output on all cpus. Append the  rank to the filename, and open: */
    7068                        sprintf(cpu_outputfilename,"%s.%i",outputfilename,my_rank);
Note: See TracChangeset for help on using the changeset viewer.