Changeset 14514


Ignore:
Timestamp:
04/04/13 17:45:06 (12 years ago)
Author:
Mathieu Morlighem
Message:

BUG: reverted change on string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/solutions/dakota_core.cpp

    r14512 r14514  
    5959        char*              dakota_output_file = NULL;
    6060        char*              dakota_error_file  = NULL;
    61         const char*        parallel_lib_string= "serial";
    6261        int                status=0;
    6362        Dakota::ModelLIter ml_iter;
     
    7675                // Instantiate/initialize the parallel library and problem description
    7776                // database objects.
    78                 Dakota::ParallelLibrary parallel_lib(parallel_lib_string); //use our own ISSM Dakota library mode constructor, which only fires up Dakota on CPU 0.
     77                Dakota::ParallelLibrary parallel_lib("serial"); //use our own ISSM Dakota library mode constructor, which only fires up Dakota on CPU 0.
    7978                Dakota::ProblemDescDB problem_db(parallel_lib);
    8079
Note: See TracChangeset for help on using the changeset viewer.