parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

default ssh command option (-tt -oLogLevel=quiet) replacement


From: Giuseppe Aprea
Subject: default ssh command option (-tt -oLogLevel=quiet) replacement
Date: Mon, 2 Feb 2015 18:55:01 +0100

Hi all,

I am trying to run gnu parallel (v. 20140922) under LSF with blaunch as "spawn agent" but I always get an error. My sshloginfile (servers) is:

/afs/enea.it/software/bin/blaunch.sh cresco3x005.portici.enea.it
/afs/enea.it/software/bin/blaunch.sh cresco3x016.portici.enea.it

while the command is:

parallel --no-notice -vv -j 2 --slf servers --plain echo hallo ::: A B

stdout is:

/afs/enea.it/software/bin/blaunch.sh -tt -oLogLevel=quiet cresco3x005.portici.enea.it  'eval `echo $SHELL | grep "/t\{0,1\}csh" > /dev/null  && echo setenv PARALLEL_SEQ '$PARALLEL_SEQ'\;  setenv PARALLEL_PID '$PARALLEL_PID'  || echo PARALLEL_SEQ='$PARALLEL_SEQ'\;export P
ARALLEL_SEQ\;  PARALLEL_PID='$PARALLEL_PID'\;export PARALLEL_PID` ;'  tty\ \>/dev/null\ \&\&\ stty\ isig\ -onlcr\ -echo\;echo\ hallo\ A;
/afs/enea.it/software/bin/blaunch.sh -tt -oLogLevel=quiet cresco3x016.portici.enea.it  'eval `echo $SHELL | grep "/t\{0,1\}csh" > /dev/null  && echo setenv PARALLEL_SEQ '$PARALLEL_SEQ'\;  setenv PARALLEL_PID '$PARALLEL_PID'  || echo PARALLEL_SEQ='$PARALLEL_SEQ'\;export P
ARALLEL_SEQ\;  PARALLEL_PID='$PARALLEL_PID'\;export PARALLEL_PID` ;'  tty\ \>/dev/null\ \&\&\ stty\ isig\ -onlcr\ -echo\;echo\ hallo\ B;

and stderr is:

blaunch: option cannot have an argument -- t
Usage:
blaunch [-h] [-V] [-n] [-u host_file | -z "host_name ... " | host_name] command
blaunch: option cannot have an argument -- t
Usage:
blaunch [-h] [-V] [-n] [-u host_file | -z "host_name ... " | host_name] command


I guess I should remove " -tt -oLogLevel=quiet " but I don't know how to do it. I must use blaunch and blaunch.sh to keep an afs token so I cannot use plain ssh. Have you got any idea?


Thanks in advance,

Giuseppe





reply via email to

[Prev in Thread] Current Thread [Next in Thread]