Menu

Diff of /trunk/openmodeller/src/soap/2.0/om_run [r6038] .. [r6039]  Maximize  Restore

Switch to side-by-side view

--- a/trunk/openmodeller/src/soap/2.0/om_run
+++ b/trunk/openmodeller/src/soap/2.0/om_run
@@ -198,8 +198,8 @@
   echo "transfer_executable = false" >> $condor_job_file
   echo "when_to_transfer_output = on_exit" >> $condor_job_file
 
-  echo "stream_output = true" >> $condor_job_file
-  echo "stream_error = true" >> $condor_job_file
+  echo "stream_output = false" >> $condor_job_file
+  echo "stream_error = false" >> $condor_job_file
 
   # Create done.ticket file when job is not part of an experiment
   if [[ "$1" == "yes" ]] ; then
MongoDB Logo MongoDB