Repository: incubator-trafodion Updated Branches: refs/heads/master 394d007a3 -> 530ad721b
TRAFODION-1667 Remove LD_BIND_NOW variable from Trafodion environment Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/502a8bd5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/502a8bd5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/502a8bd5 Branch: refs/heads/master Commit: 502a8bd5b39ec05e33a665402f65de718b84982a Parents: 4283b52 Author: Hans Zeller <[email protected]> Authored: Wed Dec 2 21:42:37 2015 +0000 Committer: Hans Zeller <[email protected]> Committed: Wed Dec 2 21:42:37 2015 +0000 ---------------------------------------------------------------------- core/sqf/sqenvcom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/502a8bd5/core/sqf/sqenvcom.sh ---------------------------------------------------------------------- diff --git a/core/sqf/sqenvcom.sh b/core/sqf/sqenvcom.sh index d93c02f..a8bc752 100644 --- a/core/sqf/sqenvcom.sh +++ b/core/sqf/sqenvcom.sh @@ -649,7 +649,7 @@ fi # for debugging -export LD_BIND_NOW=true +# export LD_BIND_NOW=true export MPI_TMPDIR=$PWD/tmp if [[ -d $MPI_TMPDIR ]]; then
