Index: /issm/trunk-jpl/src/c/solutions/dakota_core.cpp
===================================================================
--- /issm/trunk-jpl/src/c/solutions/dakota_core.cpp	(revision 14513)
+++ /issm/trunk-jpl/src/c/solutions/dakota_core.cpp	(revision 14514)
@@ -59,5 +59,4 @@
 	char*              dakota_output_file = NULL;
 	char*              dakota_error_file  = NULL;
-	const char*        parallel_lib_string= "serial";
 	int                status=0;
 	Dakota::ModelLIter ml_iter;
@@ -76,5 +75,5 @@
 		// Instantiate/initialize the parallel library and problem description
 		// database objects.
-		Dakota::ParallelLibrary parallel_lib(parallel_lib_string); //use our own ISSM Dakota library mode constructor, which only fires up Dakota on CPU 0. 
+		Dakota::ParallelLibrary parallel_lib("serial"); //use our own ISSM Dakota library mode constructor, which only fires up Dakota on CPU 0. 
 		Dakota::ProblemDescDB problem_db(parallel_lib); 
 
