[TRAFODION-2884] Disabled monitor agen mode startup in workstation
environments due to port number collisions.
diff --git a/core/sqf/sqenvcom.sh b/core/sqf/sqenvcom.sh
index 0bac47c..84799dc 100644
--- a/core/sqf/sqenvcom.sh
+++ b/core/sqf/sqenvcom.sh
@@ -682,7 +682,7 @@
 #   AGENT  - monitor process runs in agent mode versus MPI collective
 #
 # Uncomment the next environment variable
-export SQ_MON_CREATOR=MPIRUN
+#export SQ_MON_CREATOR=MPIRUN
 if [[ "$SQ_MON_CREATOR" == "MPIRUN" ]]; then
   export SQ_MON_RUN_MODE=${SQ_MON_RUN_MODE:-AGENT}
   export MONITOR_COMM_PORT=${MONITOR_COMM_PORT:-23390}