Index: /issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-with_dakota.sh
===================================================================
--- /issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-with_dakota.sh	(revision 25568)
+++ /issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-with_dakota.sh	(revision 25569)
@@ -9,8 +9,8 @@
 ## Constants
 #
-MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234,235,418,420,444,445]"
+MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[125,126,234,235,418,420,444,445]"
 MATLAB_PATH="/Applications/MATLAB_R2018a.app"
 PACKAGE="ISSM" # Name of directory to copy distributable files to
-PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 417 418 420 444 445"
+PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 125 126 234 417 418 420 444 445"
 TARBALL_NAME="issm-mac-with_dakota"
 TARBALL="${TARBALL_NAME}.tar.gz"
Index: /issm/trunk-jpl/packagers/mac/package-issm-mac-binaries.sh
===================================================================
--- /issm/trunk-jpl/packagers/mac/package-issm-mac-binaries.sh	(revision 25568)
+++ /issm/trunk-jpl/packagers/mac/package-issm-mac-binaries.sh	(revision 25569)
@@ -9,5 +9,5 @@
 ## Constants
 #
-MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),435,701,702,703]"
+MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),125,126,435,701,702,703]"
 MATLAB_PATH="/Applications/MATLAB_R2018a.app"
 PACKAGE="ISSM" # Name of directory to copy distributable files to
Index: /issm/trunk-jpl/scripts/test-issm-linux-binaries-solid_earth.sh
===================================================================
--- /issm/trunk-jpl/scripts/test-issm-linux-binaries-solid_earth.sh	(revision 25568)
+++ /issm/trunk-jpl/scripts/test-issm-linux-binaries-solid_earth.sh	(revision 25569)
@@ -27,5 +27,5 @@
 
 # Run MATLAB tests redirecting output to logfile and suppressing output to console
-${MATLAB_PATH}/bin/matlab -nojvm -nosplash -r "try, addpath ../../bin; addpath ../../lib; runme(${MATLAB_NROPTIONS}); exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log &> /dev/null
+${MATLAB_PATH}/bin/matlab -nosplash -nodesktop -nojvm -r "try, addpath ../../bin; addpath ../../lib; runme(${MATLAB_NROPTIONS}); exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log &> /dev/null
 
 # Check that MATLAB did not exit in error
Index: /issm/trunk-jpl/scripts/test-issm-linux-binaries-with_dakota.sh
===================================================================
--- /issm/trunk-jpl/scripts/test-issm-linux-binaries-with_dakota.sh	(revision 25568)
+++ /issm/trunk-jpl/scripts/test-issm-linux-binaries-with_dakota.sh	(revision 25569)
@@ -27,5 +27,5 @@
 
 # Run MATLAB tests redirecting output to logfile and suppressing output to console
-${MATLAB_PATH}/bin/matlab -nojvm -nosplash -r "try, addpath ../../bin; addpath ../../lib; runme(${MATLAB_NROPTIONS}); exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log &> /dev/null
+${MATLAB_PATH}/bin/matlab -nosplash -nodesktop -nojvm -r "try, addpath ../../bin; addpath ../../lib; runme(${MATLAB_NROPTIONS}); exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log &> /dev/null
 
 # Check that MATLAB did not exit in error
Index: /issm/trunk-jpl/scripts/test-issm-linux-binaries.sh
===================================================================
--- /issm/trunk-jpl/scripts/test-issm-linux-binaries.sh	(revision 25568)
+++ /issm/trunk-jpl/scripts/test-issm-linux-binaries.sh	(revision 25569)
@@ -26,5 +26,5 @@
 
 # Run MATLAB tests redirecting output to logfile and suppressing output to console
-${MATLAB_PATH}/bin/matlab -nojvm -nosplash -r "try, addpath ../../bin; addpath ../../lib; runme(${MATLAB_NROPTIONS}); exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log &> /dev/null
+${MATLAB_PATH}/bin/matlab -nosplash -nodesktop -nojvm -r "try, addpath ../../bin; addpath ../../lib; runme(${MATLAB_NROPTIONS}); exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log &> /dev/null
 
 # Check that MATLAB did not exit in error
Index: /issm/trunk-jpl/scripts/test-issm-mac-binaries-with_dakota.sh
===================================================================
--- /issm/trunk-jpl/scripts/test-issm-mac-binaries-with_dakota.sh	(revision 25568)
+++ /issm/trunk-jpl/scripts/test-issm-mac-binaries-with_dakota.sh	(revision 25569)
@@ -6,9 +6,9 @@
 #
 
-MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234,235,418,420,444,445]"
+MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[125,126,234,235,418,420,444,445]"
 MATLAB_PATH="/Applications/MATLAB_R2019b.app"
 INSTALL_DIR=~/Downloads
 PACKAGE_NAME="ISSM"
-PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 417 418 420 444 445"
+PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 125 126 234 417 418 420 444 445"
 TARBALL_NAME="issm-mac-with_dakota"
 TARBALL="${TARBALL_NAME}.tar.gz"
@@ -28,5 +28,5 @@
 
 # Run MATLAB tests redirecting output to logfile and suppressing output to console
-${MATLAB_PATH}/bin/matlab -nojvm -nosplash -r "try, addpath ../../bin; addpath ../../lib; runme(${MATLAB_NROPTIONS}); exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log &> /dev/null
+${MATLAB_PATH}/bin/matlab -nosplash -nodesktop -nojvm -r "try, addpath ../../bin; addpath ../../lib; runme(${MATLAB_NROPTIONS}); exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log &> /dev/null
 
 # Check that MATLAB did not exit in error
Index: /issm/trunk-jpl/scripts/test-issm-mac-binaries.sh
===================================================================
--- /issm/trunk-jpl/scripts/test-issm-mac-binaries.sh	(revision 25568)
+++ /issm/trunk-jpl/scripts/test-issm-mac-binaries.sh	(revision 25569)
@@ -9,5 +9,5 @@
 export PATH="${PATH}:${ISSM_DIR}/bin:${ISSM_DIR}/scripts"
 
-MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),435,701,702,703]"
+MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),125,126,435,701,702,703]"
 MATLAB_PATH="/Applications/MATLAB_R2019b.app"
 INSTALL_DIR=~/Downloads
@@ -26,5 +26,5 @@
 
 # Run MATLAB tests redirecting output to logfile and suppressing output to console
-${MATLAB_PATH}/bin/matlab -nojvm -nosplash -r "try, addpath ../../bin; addpath ../../lib; runme(${MATLAB_NROPTIONS}); exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log &> /dev/null
+${MATLAB_PATH}/bin/matlab -nosplash -nodesktop -nojvm -r "try, addpath ../../bin; addpath ../../lib; runme(${MATLAB_NROPTIONS}); exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log &> /dev/null
 
 # Check that MATLAB did not exit in error
