Index: /issm/trunk-jpl/src/c/classes/Params/Parameters.cpp
===================================================================
--- /issm/trunk-jpl/src/c/classes/Params/Parameters.cpp	(revision 22560)
+++ /issm/trunk-jpl/src/c/classes/Params/Parameters.cpp	(revision 22561)
@@ -661,11 +661,13 @@
 		PetscOptionsSetFromOptions(NULL);
 		PetscOptionsClear(NULL);
+		int ierr = PetscOptionsInsertString(NULL,options);
+		//int ierr = PetscOptionsInsertString(NULL,"-mat_type mpiaij -ksp_type preonly -pc_type lu -pc_factor_mat_solver_package mumps -mat_mumps_icntl_14 120 -mat_mumps_icntl_28 2 -mat_mumps_icntl_29 2");
+		//int ierr = PetscOptionsInsertString(NULL,"-mat_type mpiaij -ksp_type preonly -pc_type lu -pc_factor_mat_solver_package mumps -mat_mumps_icntl_14 120");
 		#else
 		PetscOptionsSetFromOptions();
 		PetscOptionsClear();
+		int ierr = PetscOptionsInsertString(options);
 		#endif
-		int ierr = PetscOptionsInsertString(NULL,options);
-		//int ierr = PetscOptionsInsertString(NULL,"-mat_type mpiaij -ksp_type preonly -pc_type lu -pc_factor_mat_solver_package mumps -mat_mumps_icntl_14 120 -mat_mumps_icntl_28 2 -mat_mumps_icntl_29 2");
-		//int ierr = PetscOptionsInsertString(NULL,"-mat_type mpiaij -ksp_type preonly -pc_type lu -pc_factor_mat_solver_package mumps -mat_mumps_icntl_14 120");
+
 		if(ierr) _error_("Could not enter PETSc options");
 
