Repository: trafodion Updated Branches: refs/heads/master ce62bc52d -> 2b96f4c8f
[TRAFODION-2884] Disabled monitor agen mode startup in workstation environments due to port number collisions. Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/7e19026b Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/7e19026b Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/7e19026b Branch: refs/heads/master Commit: 7e19026b5239b052fb58355ab5ff4393ed84c064 Parents: ce62bc5 Author: Zalo Correa <[email protected]> Authored: Mon Jul 30 17:37:00 2018 -0700 Committer: Zalo Correa <[email protected]> Committed: Mon Jul 30 17:37:00 2018 -0700 ---------------------------------------------------------------------- core/sqf/sqenvcom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/7e19026b/core/sqf/sqenvcom.sh ---------------------------------------------------------------------- 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 @@ export SQ_STARTUP=r # 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}
