Changeset 14514
- Timestamp:
- 04/04/13 17:45:06 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/solutions/dakota_core.cpp
r14512 r14514 59 59 char* dakota_output_file = NULL; 60 60 char* dakota_error_file = NULL; 61 const char* parallel_lib_string= "serial";62 61 int status=0; 63 62 Dakota::ModelLIter ml_iter; … … 76 75 // Instantiate/initialize the parallel library and problem description 77 76 // 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. 79 78 Dakota::ProblemDescDB problem_db(parallel_lib); 80 79
Note:
See TracChangeset
for help on using the changeset viewer.