Changeset 538364 in git for MP


Ignore:
Timestamp:
Oct 13, 1998, 3:43:53 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
649af033c39d83179353755b84eaed2c7be55a01
Parents:
6b0882804c1cb0ae317c8e2f2b7a09a7451b0191
Message:
1998-10-13  Olaf Bachmann  <obachman@mathematik.uni-kl.de>

	* MP_TcpTransp.c (open_tcp_launch_mode): Added -MPrsh query which,
	if given, is used to set rsh command. Otherwise, behaviour as
	before.


git-svn-id: file:///usr/local/Singular/svn/trunk@2560 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • MP/MP/MP_TcpTransp.c

    r6b08828 r538364  
    454454       worked everywhere */
    455455
    456     rsh_argv[0] = MP_RSH_COMMAND;
     456    rsh_argv[0] = IMP_GetCmdlineArg(argc, argv, "-MPrsh");
     457    if (rsh_argv[0] == NULL)
     458      rsh_argv[0] = MP_RSH_COMMAND;
    457459    rsh_argv[1] = IMP_GetCmdlineArg(argc, argv, "-MPhost");
    458460    rsh_argv[2] = "-n";
Note: See TracChangeset for help on using the changeset viewer.