Index: /issm/trunk-jpl/src/m/solve/marshall.m
===================================================================
--- /issm/trunk-jpl/src/m/solve/marshall.m	(revision 26364)
+++ /issm/trunk-jpl/src/m/solve/marshall.m	(revision 26365)
@@ -50,3 +50,3 @@
 % Uncomment the following to make a copy of the binary input file for debugging 
 % purposes (can be fed into scripts/BinRead.py).
-copyfile([md.miscellaneous.name '.bin'], [md.miscellaneous.name '.m.bin'])
+% copyfile([md.miscellaneous.name '.bin'], [md.miscellaneous.name '.m.bin'])
Index: /issm/trunk-jpl/src/m/solve/marshall.py
===================================================================
--- /issm/trunk-jpl/src/m/solve/marshall.py	(revision 26364)
+++ /issm/trunk-jpl/src/m/solve/marshall.py	(revision 26365)
@@ -50,4 +50,4 @@
     # Uncomment the following to make a copy of the binary input file for 
     # debugging purposes (can be fed into scripts/BinRead.py).
-    copy_cmd = 'cp {}.bin {}.py.bin'.format(md.miscellaneous.name, md.miscellaneous.name)
-    subprocess.call(copy_cmd, shell=True)
+    # copy_cmd = 'cp {}.bin {}.py.bin'.format(md.miscellaneous.name, md.miscellaneous.name)
+    # subprocess.call(copy_cmd, shell=True)
